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

BAPI_PO_CREATE1 slow performance with 2000 items

suwandi_cahyadi
Contributor
0 Likes
1,756

Dear Experts,

I've create an upload tools for PO with BAPI_PO_CREATE1, when the line item reach 2000 items or more. The performance is so bad, it takes approximately 50 mins to finish 1 PO.

I've done performance analysis with ST12 and the result shows that the most expensive operation is READ TABLE poext in program LMEPOF2E at line 99.

Has anyone experience the same thing? Is there any way to tune the performance?

Dear Experts,

I've create an upload tools for PO with BAPI_PO_CREATE1, when the line item reach 2000 items or more. The performance is so bad, it takes approximately 50 mins to finish 1 PO.

I've done performance analysis with ST12 and the result shows that the most expensive operation is READ TABLE poext in program LMEPOF2E at line 99.

Has anyone experience the same thing? Is there any way to tune the performance?

2 REPLIES 2
Read only

Jelena_Perfiljeva
Active Contributor
1,240

I doubt it's a global issue. If it was, there would be an SAP note on this, so kindly search there. And reach to your local Basis admin. Such questions are usually not feasible to resolve on SCN, sorry.

Read only

RaymondGiuseppi
Active Contributor
1,240

Fell free to raise an incident to OSS, as this table (type ME_POEXT) is not a sorted type, for big POs you go to a full read on each item so n x n, can be considered a bug.

But, first, did you perform an OSS search for your version as there are already hundredths of notes on PO creation performance improvement.