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

MD09

Former Member
0 Likes
1,215

Hi,

In MD09, if we pass 1 planned order number, it is giving pegging data. Is it possible to change input field to accept multiple planned order number? ... using exits ...?

Please clarify me, advance thanks.

Regards,

V Balaji.

1 ACCEPTED SOLUTION
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
773

Balaji,

When you enter planned orders, MD09 will call function MD_PEGGING which is for displaying pegging requirements for that planned order. I not sure how you can display the screen with multiple planned orders.

Perhaps after you copy MD09 to your custom program then allow users to enter multiple planned orders, you need to loop at the planned orders selected and call function module MD_PEGGING for each planned order selected.

3 REPLIES 3
Read only

Former Member
0 Likes
773

You cannot change the field to accept more than one entry in MD09 using USER EXITs.

You may have Z program or FM created for it to have it accept more than one PLANNED ORDER number.

Regards

Anjaiah

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
774

Balaji,

When you enter planned orders, MD09 will call function MD_PEGGING which is for displaying pegging requirements for that planned order. I not sure how you can display the screen with multiple planned orders.

Perhaps after you copy MD09 to your custom program then allow users to enter multiple planned orders, you need to loop at the planned orders selected and call function module MD_PEGGING for each planned order selected.

Read only

jawadahmad
Discoverer
0 Likes
773

hello dear all MD_PEGGING function module how to run