on 2021 Jul 22 7:06 AM
Hi ,
Can we enhance the output of /sapapo/rrp3 and md04 becasue these are display transactions. Enhancement mens we need to modify the firm ind in /sapapo/rrp3 for sched lines and in md04 we need to add schedule lines and not display any some additional columns/info ? (System is S4 on-prem)
Regards
Aditya
Request clarification before answering.
Hello
If your idea is to modify data shown in MD04, you can use BAdI MD_CHANGE_MRP_DATA (works in ECC) or MD_ADD_ELEMENTS (works in ECC and S/4). Be careful, because those BAdIs are also called during the MRP run, so you need to make sure your logic won't affect the MRP calculation.
Regards,
Caetano
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
Adding some information to the schedule line is fine and you can do it with the BAdIs previously suggested by Rupesh.
However, changing the firming indicator can only be done during the MRP run, when a schedule line is created, but I wouldn't recommend you to do that. For example, if you remove the firming indicator using a BAdI, MRP may constantly delete or change existing schedule lines. If you set the firming indicator, MRP will not have the flexibility to change existing schedule lines to adapt to change in the demand. You should really think about these possible side-effects when using custom code to change the firming indicator.
Regards,
Caetano
Hello,
Yes you can modify the display of MD04 as well as product view /SAPAPO/RRP3.
/SAPAPO/RRP_IO_COL BAdI: Enhancement of the Order View
(BAdI) /SAPAPO/RRP_IO_COL you can modify the views of the order view (receipt view, requirements view, pegging structure, pegging overview tab page Elements, tab page ATP in the product view). You can:
Same way for the MD04 use BAdI MD_DISPLAY_ELEMENT - BAdI for Changing Display of MRP Elements and MD_ADD_COL_EZPS for an additional column.
Also refer thus useful blog BAdIs for MRP | SAP Blogs
Best Regards,
R.Brahmankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Thanks for your reply, but these are display transactions and we have to modify the data being displayed and not enhance the output with additional columns. As data is displayed from standard tables, do you think it's good idea to modify the data before display ??
Also for md04, can we add additional line items in the output using the above badi ??. Please suggest.
User | Count |
---|---|
90 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.