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: 

To disable or enable Netpr field on addition of outline agreement in me21n and me22n transaction.

Former Member
0 Kudos

Hello,

I have got a requirement where in i have to diable and enable the Netpr field,when outline agreement is added in me21n and me22n tcodes,i.e.For Quantity contracts,Netpr will be in editable mode and for Value contracts,Netpr will be in disable mode.

I have tried to keep the breakpoint inside FIELDSELECTION_ITEM method of badi ME_PROCESS_PO_CUST,but its not working,

Can anyone please guide me in this context,i think we can achieve it using Enhancement spot,but not sure.

Kindly guide in above context.

Regards

4 REPLIES 4

former_member215424
Active Participant
0 Kudos

Hi ,

Can u check ME_PO_PRICING_CUST , if this helps ?

Former Member
0 Kudos

Hi had a discussion the above may not be possible

Former Member
0 Kudos

Hi Ritika,

IF no BADI found for your requirement then go for Enhancement Spot. To find the Spot you have to debug the standard program where that price value is getting filled.

Thanks

Pavan.N

Former Member
0 Kudos

Ok thanks,will do so.