cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Community Network Forums u00BB SAP Solutions u00BB ERP SD Sales

Former Member
0 Kudos

Hi Experts,

Please help me with this, I am calling the BAPI BAPISDORDER_GETDETAILEDLIST after of call the BAPI BAPI_SALESORDER_CREATEFROMDAT2; and the BAPI is not returning the order detail of the order previously created.

but the way i am calling the BAPI BAPISDORDER_GETDETAILEDLIST with the parameter

I_MEMORY_READ = SPACE.

Is anyone can help me? Thanks for your kindly support in advance.

Best Regards,

Darwin Panchi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Darwin,

I suggest you to use fm. BAPI_TRANSACTION_COMMIT with WAIT = 'X'

after the Creation.

So the order of the BAPIs should be:

1. BAPI_SALESORDER_CREATEFROMDAT2

2. BAPI_TRANSACTION_COMMIT

3. BAPISDORDER_GETDETAILEDLIST

BR,

Barna

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Experts,

Yes this works!!.

Thanks