2024 Feb 14 2:54 AM - edited 2024 Feb 14 3:37 AM
I write custom field logic in MM_PUR_S4_PO_MODIFY_ITEM. It trigger everytime I click something in Purchase Order. I would like to control that BAdI logic to trigger when only click Save button in Purchase Order. Is it possible or is there any other BAdI of purchase order to fulfill this request?
Request clarification before answering.
Hi,
The BAdI BD_MMPUR_FINAL_CHECK_PO is designed to perform checks before a purchase order is saved. This BAdI is suitable for your requirement as it is triggered only when the purchase order is about to be saved. This ensures that your auto-increment logic will only execute when the Save button is clicked. Besides, you can set some conditions (compare whether some values of fields are changed) in BAdI MM_PUR_S4_PO_MODIFY_ITEM, so that the BAdI won't be triggered if nothing changes.
Best Regards,
Zhehui
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.