cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

No PO without PR

RashidKhan
Discoverer
0 Kudos
734

I Want to restrict the user to not to create any PO without PR in SAP S4 HANA Pubic cloud 

Accepted Solutions (1)

Accepted Solutions (1)

Eric_Yu1
Product and Topic Expert
Product and Topic Expert

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.

 

https://help.sap.com/docs/SAP_S4HANA_CLOUD/0e602d466b99490187fcbb30d1dc897c/8676e556cca85267e1000000...

Answers (2)

Answers (2)

Evol10
Product and Topic Expert
Product and Topic Expert
0 Kudos

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.

Edrilan_Berisha
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

 

what are you looking for, authorization? The objects of interest would be:

F_REGU_BUK 

and

F_REGU_KOA 

 

Best,

Edrilan Berisha