on 2024 Mar 15 10:46 AM
Dear Team
While create purchase order system should check and validate PO qty shot not greater than PR qty.
We need BADI to validate while create the purchase order.
Could you provide the BADI to validate the purchase order creation process.
Request clarification before answering.
There are 2 BADIS that can be used to include your own checks based on your logic code:
MM_PUR_S4_PO_CHECK_ALL_ITEMS
This Business Add-In (BAdI) is used in the Purchasing (MM-PUR-PO) component.
You use the BAdI (MM_PUR_S4_PO_CHECK_ALL_ITEMS) to check the entire document.
BD_MMPUR_FINAL_CHECK_PO
This Business Add-In (BAdI) is used in Purchasing (MM-PUR-PO) component and is intended to be used in a Cloud edition only.
You use this BAdI to implement your own checks before a purchase order is saved.
As a modification parameter, you can create messages and display them to the business users. The messages have the following effects:
The BAdI interface method is CHECK.
To create translatable texts, go to the tile Custom Business Objects, and choose the tab Custom Code Lists. You can find details about how to implement custom code lists in the comments of the example implementation.
You can find sample implementations of both BADIS in your Custom Logic App.
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
6 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.