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

creating POs using BAPI_PO_CREATE1 taking very long time

Former Member
0 Kudos
919

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
Read only

davis_raja
Active Participant
0 Kudos
525

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

You might be missing some parameters.

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
525

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