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: 

Enable and Disable the Netprice field

0 Kudos
884

Hi,

I want to enable and disable the Net Price in Item field in ME21N and ME22N based upon the condition maintain in the Z Table . Please tell any EXIT or BADI to solve this problem.

Regards,

Dhandayuthabani P

7 REPLIES 7

former_member184569
Active Contributor
0 Kudos
335

Use BADI ME_PROCESS_PO_CUST

nabheetscn
Active Contributor
0 Kudos
335

Use BADI ME_PROCESS_PO_CUST method FIELDSELECTION_HEADER & FIELDSELECTION_ITEM. Check the doucmentation

Former Member
0 Kudos
335

Hi Dhanday.....,

Use Badi-ME_PROCESS_PO_CUST  and use method PROCESS_ITEM this method use to process all the item data..

inside this method we are having a parameter IM_ITEM.

Regards,

Ankit

0 Kudos
335

Hi ankit,

I want to disalbe or enable the netprice field based upon the user id when the T-Code ME21N or ME22N is used.

Regards,

Dhandayuthabani.P

0 Kudos
335

You can do it by implementing the badi as suggested above

Former Member
335

Hi,

check the below thread it will solve your issue!

Can you through the below link, it solves your issue.

Rg, Kiran.

0 Kudos
335

Thanks to all.

I achieved through SHD0 transaction variant .

Regards,

Dhandayuthabani.P