cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI-Sales-Order-Simulate - Order Items Out are empty

Former Member
0 Kudos

Hi.

I want to ask for prices through this BAPI(BAPI-Sales-Order-Simulate ). It will be called from an external program which calls through SAP XI with an XML call. My programmer fills all the required field but gets an empty answer. I testet the BPI with the same data and did get an price. I have doule check the fields and data but nothing. I have chechek the OSS messages and found three with describes the problem but we have implementet an support package much higher so the notes has alredy been implemented. Does anyone have had the same expirience?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check and be sure that all the fields you are loading are the correct length. When going in through screens, SAP will frequently fix fields. For example, if you enter a material number of 12345678, SAP will know you meant 000000000012345678.

However, when you access a BAPI it is not always so friendly. Be sure that you have included leading zeroes where needed and check any other fields for length issues.