on 2024 Aug 18 10:41 AM
I Want to restrict the user to not to create any PO without PR in SAP S4 HANA Pubic cloud
Request clarification before answering.
Dear @RashidKhan
You may find the BAdI below
Change of Field Control for Purchase Order Item (MM_PUR_S4_PO_FLDCNTRL_SIMPLE) | With this BAdI, you can Change the field control in purchase order apps by modifying the properties of specific fields on item level. These fields can be made hidden, read-only, mandatory, or optional. |
Final Check before Saving Purchase Order (BD_MMPUR_FINAL_CHECK_PO) | With this BAdI, you can Implement own checks before a purchase order is saved. |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
In S4 Hana Public Cloud, currently, there is no standard configuration (SSCUI) to be able to make a PR mandatory for PO (This is possible via configuration in On-premise).
For your requirement of making PR mandatory for PO, you will have to do BADI extensions which has been described by Eric in the other answer above.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
what are you looking for, authorization? The objects of interest would be:
F_REGU_BUK
and
F_REGU_KOA
Best,
Edrilan Berisha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
17 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.