Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Desable (Non Editable, Grayed out) NETPR field on PO line item

Former Member
0 Kudos

Hi

I have a requirement where in PO I need to make NETPR (Net Price) non editable based on GR status.

For this BAdI 'me_process_po_cust' has to be used and method 'fieldselection_item'.

In this method we have got an internal table 'ch_fieldselection' that actually allows to change the field properties.

The issue is I am not getting NETPR value in it in anyform (MMMFD code is used inside it).

Can anyone please help me in how to get NETPR field value in ch_fieldselection table? or is there any other way i can achive this functionality of desabling NETPR field on line item of PO.

Thanks,

Chintan Soni.

1 REPLY 1

Former Member
0 Kudos

Hi

By using transaction and screen variant the field can be changed to non editable.

T.code - SHD0

Arun