cancel
Showing results for 
Search instead for 
Did you mean: 

Problem: Configuration of SAP R/3 in CE/NW 7.1 SR5 to use with VC

Former Member
0 Kudos

Hello,

we want to use Visual Composer. Therefore we want to use the BAPIs provided in our R/3. In Menu "Find Data" I will see the provided BAPIs correctly. But when I draw one in the workarea and attempt to test this bapi with values, that are working when do testing direct in r/3, it won't give me the correct data.

I tested BAP_Customer_GETDETAIL.

Do you have any Ideas of wrong configurations in Netweaver that lead to this behaviour?

Any help is appreciated.

Thank you.

regards

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

Incorrect format of input may cause this problem. For example, for CUSTOMERNO input R/3 will take it as '1000' and it'll give the result but in VC you should give input as '0000001000' . Check the BAPI with right inputs and let me know if any problem occurs.

Check the BAPI with given inputs;

CUSTOMERNO : 0000001000

PI_SALESORG : 1000

PI_DISTR_CHAN : 10

PI_DIVISION : 00

Regards

Basheer

Former Member
0 Kudos

Hi Basheer,

first of all thank you for your answer.

I just did a test with these parameters but I did not have any success.

I will receive the return message: Internal Error: Customer is not present in Masterdata.

regards

Daniel

EDIT: Sorry it was my mistake. The Customer really did not exist. I tried it with an existing one. It is as you said: You must not forget leading zeros.

Thank you very much for support.

Edited by: Daniel Gerne on Nov 6, 2009 10:19 AM

Answers (0)