Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using BAPI_PO_CREATE1 in parallel processing

former_member745780
Active Participant
0 Likes
557

Hi experts,

I am using BAPI_PO_CRATE1 in parallel processing to create multiple Purchase Orders. The Programs is creating only one PO (the Ist one) however it should create multiple PO as per the program and data.

For rest of the data it is returning error message saying "No instance of object type PurchaseOrder has been created".

Please suggest how can I fix this issue.

Points are sure.

Thanks & Regards.

Anirudh

1 REPLY 1
Read only

Former Member
0 Likes
477

Without looking at some poriton of the code around this call and your parallel processing logic, it will be difficult to say.