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

Some user can not see the price for purchase order

SAPSupport
Employee
Employee
0 Likes
262

Is there BADI that can meet the following business scenarios:
When displaying purchase orders, for certain users such as purchasing users, the price and amount of the purchase order can be viewed normally, while for other users such as warehousing users, the price and amount of the purchase order are not displayed.
Or it would be better if this scenario could be satisfied through permission control


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

Hi,

Please use this Business Add-In (BAdI) Change of Field Control for Purchase Order Items (MM_PUR_S4_PO_FLDCNTRL_SIMPLE) is used in the Purchasing (MM-PUR-PO) component.

You use this BAdI to change the field control in the purchase order apps .

You can use BAdI MM_PUR_S4_PO_FLDCNTRL_SIMPLE to modify the properties of specific fields that appear on the user interface of the apps:

  • Manage Purchase Orders on item level in the section Process Control
  • Create Purchase Order - Advanced on item level on the tabs Delivery and Invoice.

The SAP GUI transactions ME21N, ME22N, ME23N are also affected by this
BAdI.
You can make the fields hidden, read-only, mandatory, or optional as per
your requirements.

Using the BAdI you can change the field control properties for the
following attributes:

  • Goods Receipt GOODSRECEIPTISEXPECTED
  • Non-Valuated Goods Receipt GOODSRECEIPTISNONVALUATED
  • Invoice Receipt INVOICEISEXPECTED
  • Goods-Receipt-Based Invoice Verification INVOICEISGOODSRECEIPTBASED
  • Final Invoice ISFINALLYINVOICED
  • Delivery Completed ISCOMPLETELYDELIVERED
  • Tax Code TAXCODE
  • Net Price Amount NETPRICEAMOUNT
  • Expected Value EXPECTEDOVERALLLIMITAMOUNT
  • Overall Limit OVERALLLIMITAMOUNT
  • Contract for Limit PURCONTRACTFOROVERALLLIMIT
  • Service Performer SERVICEPERFORMER
  • Incoterms INCOTERMSCLASSIFICATION
  • Shipping Instructions SHIPPINGINSTRUCTION

Refer to KBA https://me.sap.com/notes/3268822

Thank you,

SAP Support

Answers (0)