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

Function MD_STOCK_REQUIREMENTS_LIST_API

Former Member
0 Likes
793

Hello ,

I want all the requirements/receipts for material plant combination so for this the FM MD_STOCK_REQUIREMENTS_LIST_API , is being used and it works fine , but we have a performance issue as we need to get the detials of a number of materials , so this FM is called each time for a material resulting in performance issues .

My query is , is there some alternative FM which can be used to get the same data , but it takes a set of materials .

I would basically required the data provided by MD04 trsnaction , but for a number of materials.

Regards,

Arun

1 REPLY 1
Read only

Former Member
0 Likes
365

Hi Arun,

If you want get details of PIR from MD04 requirements we can use the bapi:BAPI_REQUIREMENTS_GETDETAIL.

Regards,

Venkat.