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

Hi Experts,

My task is to find the sum of requrements of the planned orders.

How to find the 'Planned orders' from the output of FM "MD_STOCK_REQUIREMENTS_LIST_API".

Please help.

Thanks in advance.

Matt.

1 REPLY 1

former_member353207
Participant
0 Kudos

Hi,

from fm you get a table <mdezx>. LOOP at this with condition

DELKZ = 'PA' and you get the planned orders.

regards Joerg