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: 

FM ---- MD_STOCK_REQUIREMENTS_LIST_API

Former Member
0 Kudos

By use FM--MD_STOCK_REQUIREMENTS_LIST_API, Get the material requirement list of table IIOELX

As one material has many record in table IIOELX, I can't distinct which material record that belong to which plan order.

can anyboby help me?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

As per my understanding, the FM - MD_STOCK_REQUIREMENTS_LIST_API, will return list of records. In the tables returned from FM - MDPSX, MDEZX. You find it be reservation number and reservation item.

mdpsx-delnr = resum (Reservation number)

mdpsx-delps = repos(Reservation item)

mdpsx-lgort = lgort (Storage location).

MDEZX has an entry for each line item in MDPSX which has the work order number which indicates that material has been used in that particular work order. Please let me know if you need more information,

Regards,

Naveen.

1 REPLY 1

Former Member
0 Kudos

Hi,

As per my understanding, the FM - MD_STOCK_REQUIREMENTS_LIST_API, will return list of records. In the tables returned from FM - MDPSX, MDEZX. You find it be reservation number and reservation item.

mdpsx-delnr = resum (Reservation number)

mdpsx-delps = repos(Reservation item)

mdpsx-lgort = lgort (Storage location).

MDEZX has an entry for each line item in MDPSX which has the work order number which indicates that material has been used in that particular work order. Please let me know if you need more information,

Regards,

Naveen.