Application Development 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: 

creating POs using BAPI_PO_CREATE1 taking very long time

former_member188019
Active Participant
0 Kudos

Hi all,

we are creating POs using BAPI_PO_CREATE1 standard function module.

but for creating 4 POs, each with say around 150 lineitems is taking more than 1 hour.

I did st12, st05 performance analysis.

it is saying 99% time took by DB, and 1% by ABAP.

max net time took by db statements.

the sql summary says:

is there any way, how we can improve the performance of the standard BAPIs, so that it takes less time.

thanks,

Madhu_1980.

2 REPLIES 2

davis_raja
Active Participant
0 Kudos

Can you show the code snippet where you are passing the parameters in the BAPI BAPI_PO_CREATE1.

You might be missing some parameters.

raymond_giuseppi
Active Contributor
0 Kudos

Check OSS note 2123113 - Performance: purchase order creation in ERP is slow

Else ask basis to check load of database server, statistics update, etc.

Regards,

Raymond