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

performance issues with Bapi BAPI_MATERIAL_AVAILABILITY...

former_member588542
Active Participant
0 Likes
515

Hello,

I have a Z program to check ATP which is working with Bapi BAPI_MATERIAL_AVAILABILITY....

As I am in the retail system we have performance issues with this bapi due the huge amount of articles in the system we need to calculate the ATP.

any way to improve the performance?

Thanks and best regards

L

1 REPLY 1
Read only

Former Member
0 Likes
391

The BAPI appears to execute for only one plant/material, etc., at a time, so I would have to concentrate on making data retrieval and post-bapi processing as efficient as possible. In your trace output, how much of your overall time is consumed by the BAPI? How much by the other code? You might find improvements there...