Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8392 articles
Browse latest View live

SAP-Sales employee

$
0
0

Sales employee is been created in HCM in our company and this sales employee number will be sued during sales transactions.

Our problem is, if any sales employee is resigned it will be marked as DELETED, but we can use this sales employee number while creating any sales transaction like quotation or sales order, it gives only warning message saying that employee number 10561 has been deleted, but it allows to do the transaction.

How can we stop that it should not allow us to eneter if any deletion indicator is assigned for sales employee.


Hide navigationpanel in NWBC for HTML

$
0
0

Dear Experts,

 

Please help to identify what setting needs to be set in order to hide the left side navigation panel in NWBC for HTML completely.

 

This is our ESS menu as is:

1.jpg

This is what we would like to do(minus the arrow in left hand corner):

2.jpg

This is the closest we've gotten - however, if "Personal Information" is set to "Invisible in Navigation Frame", the top level menu disappears completely.:

3.jpg

This was obtained using the visibility option in the PFCG-role:

4.jpg

 

I am looking forward to hear from your.

 

With best regards,

Patrick Aagaard

Two SAP Systems and one SAP PI middle ware

$
0
0

Dear Experts,

 

i have a requirement like SAP 4.6 ECC data to move SAP ECC 6.0, both are differe nt system ids. can we able to integrate or transfer the data through RFC sender to Rfc Receiver. in this case how to connect connection betwenn two r/3 systems?

 

for Sender Rfc i need to create RFC Destination for the SAP 4.6 System right? other than this is there any possible connection need to set or what?

 

 

image1.jpg

 

Regards,

Kiran Polani

SCEM Web - Display Event message history

$
0
0

We have a new requirement to display the event message history from the standard web screens.   Need suggestions to how to accomplish this using as much of the standard system as possible.

 

Myra Gill

Sample Reports for UWP

$
0
0

Hello

 

Does Crystal Reports 2013 support UWP?

 

It will be great, if someone can provide some links to sample UWP reports.

 

Thanks in advance

Crystal 2013 (trial) - Cannot establish connection to JDE EnterpriseOne?

$
0
0

Hello all, hoping someone can help with this issue.

 

We've downloaded the 2013 trial (and may wait for 2016) as we'd like to upgrade from Crystal XI (ver 11.5.3.417) so we can move to a Windows Server 2012 machine, which as I understand it XI cannot run on.

 

Attempting to create a connection using the provided JD Edwards EnterpriseOne connection type, we get this error:

 

crw32_2016-05-02_09-51-11.png

 

I'm using what I believe are the proper connection parameters:

 

crw32_2016-05-02_09-56-19.png

 

We're using our XI version to connect to JD Edwards EnterpriseOne using what I believe may be (at the time) special add-ins (.jars?) to establish the same sort of connection. I copied all of the above values form those connections so I would think I would be able to connect. Are we missing any other necessary add-ins?

 

Any input appreciated. We need to evaluate our upgrade path options and this is a roadblock right out of the gate!

 

Regards,

 

Chris

New Hampshire, USA

Analysis Transactional Data for SFIN migration

$
0
0

Hi Experts,

 

I'm currently doing a SFIN migration project and activated Group Currency (30)  for leading and non-leading ledgers which was not activated in ECC6.

in ECC6 there were some documents posted where second currency (group curreny) was not updated in BKPF.

 

Now while doing migration activities - Analysis Transactional Data , system is throwing the below error.

- Second Local Currency in BKPF inconsistency (should be USD).

 

How to proceed further ? Your input please.

 

Thanks in advance,

Arabinda

Error while export report with subreports to PDF (NET 4.0, C#) - Database Vendor Code: 201

$
0
0

Here is my code

 

bool exportToPdf(int id)        {            var rdoc = new ReportDocument();            ParameterFieldDefinitions parmFields = rdoc.DataDefinition.ParameterFields;            int idx = 0;            try            {                rdoc.Load(HostingEnvironment.MapPath(string.Format("~/App_Data/Reports/{0}", "Rep1.rpt")));                rdoc.SetDatabaseLogon("sa", "SA PASS", "127.0.0.1", "TestTb", true);                 foreach (ParameterFieldDefinition def in parmFields)                {                    if (!def.IsLinked())                    {                                                switch (def.ValueType)                        {                            case FieldValueType.StringField:                                rdoc.SetParameterValue(idx, "");                                break;                            case FieldValueType.NumberField:                                rdoc.SetParameterValue(idx, 0);                                break;                            default:                                rdoc.SetParameterValue(idx, null);                                break;                        }                    }                    idx++;                }                rdoc.SetParameterValue(0, id);                rdoc.ExportToDisk(ExportFormatType.PortableDocFormat, "D:\\report_" + id.ToString() + ".pdf");                return true;            }            catch (Exception ex)            {                Console.Write(ex.Message);                return false;            }        }

On method ExportDoDisk i get error:

Failed to retrieve data from the database. Cannot export report. Error in file Rep1.rpt. Details: Database Vendor Code: 201

(in Polish: pobranie danych z bazy danych nie powiodło się.\rNie można wyeksportować raportu.\n\rBłąd w pliku Rep1.rpt. Pobranie danych z bazy danych nie powiodło się.\nSzczegóły:  [Kod dostawcy bazy danych: 201).

If I preview report in Crystal report designer, there is no problems to generate report.

Crystal lib: 13.0.2000.0

Please help.


Can we assign multiple Shipping types to each Route

$
0
0

Hi everybody,

 

We have a requirement wherein we need to assign multiple Shipping Types to each route.

 

For Eg: 21 and 22 Shipping Type to route XYZ

 

I discovered this can be done when we define legs. However business do not have legs in their Route so this solution is ruled out.

 

Do we have any other way to meet this requirement. Please help.

 

Thanks

variant with "individual billing" VF04 VF06

$
0
0

How to create a variant of VF04 or VF06 it should create individual billing?

During manual processing, in VF04 user can click on button "Individual billing document" and then for 1 reference document, 1 billing document will be created.

Capture1.JPG

 

Thanks!

TW

Transaction MRKO for Italy

$
0
0

Hi all

 

My customer has a subsidiary in Italy. We have setup for the whole group a vendor consignment process, using standard MRKO transaction for the invoice settlement (self billing). It appears that such a process (standard one) is not compliant with the Italian law.

 

Does anyone have documentation on the process to be setup for Italy in the vendor consignment area.

- other process to be setup?

- special customizing?

- userexits or additional program development?

 

I can imagine that a lot af Italian SAP customers have the same issue.

 

Thx for your help.

 

Robin

Netweaver RFC Connector - error logon

$
0
0

Hi all

i'm trying to use the NW RFC connector and taking the code from examples in DEMO folder, i filled my connection parameters as below

 

 

loginParams[0].name = cU("ashost");

loginParams[0].value  = cU(<<<IP NUMBER>>>);
loginParams[1].name = cU("sysnr");loginParams[1].value =  cU("00");
loginParams[2].name = cU("client");loginParams[2].value =  cU("100");
loginParams[3].name = cU("user");loginParams[3].value =  cU("user");
loginParams[4].name = cU("passwd");loginParams[4].value =  cU("pwd);
loginParams[5].name = cU("lang");loginParams[5].value =  cU("EN");

 

 

But i got an error for RFC_INVALID_PARAMETER

 

 

I cannot get which is the wrong one and why...

 


Any suggestion?

No drilldown on column click

$
0
0

Please see screenshot and the mouse icon. Clicking on any column takes us to that row. How do I remove this feature i.e. no click on column.

Can Pagebook transition be scheduled with Timer Component?

$
0
0

Hello All,

 

I am attempting to schedule the pagebook component, page transition by using the Timer function on Design Studio 1.6 SP01. I am having some difficulty and after searching myself I was hoping to gain any insight through this forum.

 

Thank you for any help and advice you can offer.

 

Respectfully,

 

Randy

SPED ECD Notas SAP para a moeda funcional

$
0
0

Boa tarde a todos

 

Tudo bem?

 

Tenho consultado diariamente o site da SAP para consultar atualizações de notas referentes aos novos campos da moeda funcional para o SPED ECD layout 004. Alguém sabe se a SAP está trabalhando nesse tema e previsão para liberação das notas? Já aplicamos todas as disponíveis, mais os campos auxiliares ainda não estão disponíveis nas estruturas das BADIS, bem como na codificação temos como default "N" o campo referente a moeda funcional.

 

Se alguém tiver alguma atualização agradeço.

 

 


Denise


C4C ECC Search

$
0
0

Hi,

 

we have C4C with ERP Integration, since 1508 new functionality  ECC-Search is available. Unfortunaely it doesn't show anything from ECC, (but is checking keys correctly). Neither in Docu nor in Business Configuration I did find a hint. Has anyone a hint for me ?

Thanks in advance

Michael

Referencias Libro Mayor

$
0
0

Buenos días, cuando hago una consulta en Ampliado del libro mayor los filtros que aplican son si se dan las dos condiciones, y no si se da una u otra? Porque estoy filtrando de acuerdo a la imagen, y este numero se graba en la Referencia 3 del libro mayor, pero uno afecta a socio de negocios y otro a una cuenta de pasivo. Entonces me dice que no encuentra datos, en cambio si filtro de a uno si.

 

Ref3.png

Columna Documento en Informe de Auditoria de Stock

$
0
0

Saludos Cordiales;

Estimado amigos, de antamano agradeceré me puedan iluminar en lo siguiente.

En SAP tenemos un reporte llamado Informe de Auditoría de Stocks el mismo que consta de una Columna llamada Documento, la misma que registra:

doc sap.jpg

Requiero sacar un reporte pero no logro idenntificar de que tabla me trae esta columna o como se arma esta columna para poder armar mi query. Normalmente con la opcion de visualizar informacion del sistema debe aparecerme este dato para usar el query manager o sql para armar esta consulta.

Espero me puedan con este dato. LO que precisamente requiero es sacar un reporte de este movimientode auditoria de stock que filtre los diferentes tipo de docuemntos que  aparecen en la columna DOCUMENTO. POr ejemplo IM, PA,RC.

Gracias por sus aportes.

James.

Hierarchy is Locked and therefore cannot be chnaged at present

$
0
0

Hello all ,

 

I am facing an issue of "Hierarchy locking".

 

I am loading data through the BAPI for create Profit Center  BAPI_PROFITCENTER_CREATE and Update profit Center :  BAPI_PROFITCENTER_CHANGE. And this BAPIs called in Loop according to Flag of Insert or Update .

I am getting below error.

 

 

Please let me know the what is probable cause and how it resolved.

 

Thanks,

Narendra Pratap

Planned Delivery Time

$
0
0

Hi SAP experts,

 

I have a client who maintains all their PDT (planned delivery time) within the PIR (Purchasing info record) and not in the material master. They are currently wanting to have the system calculate their safety stock and wanted to know if there was anything that needed to be setup in SAP to trigger SAP to use PIR PDT to calculate safety stock (instead of material master PDT). Or is this a simple case of SAP always uses PIR PDT over material master PDT.

 

Any feedback is appreciated

Regards

Henry

Viewing all 8392 articles
Browse latest View live


Latest Images