‎2004 Oct 27 7:13 AM
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.
‎2004 Oct 27 6:57 PM
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.
‎2004 Oct 27 6:39 PM
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
‎2004 Oct 27 6:57 PM
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.
‎2021 Oct 14 9:04 AM