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: 

Field exit not working

Former Member
0 Kudos

Hi,

I am using field exit for validation on Quantity in T code CJ20N. The field exit working fine in Dev server but Its not working in Quality server.

The profile parameter abap/fieldexit = yes has been set. Is there any other configuration required to use the field exit?

Please help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Juheb,

     Run the program RSMODPRF, select the data element having the field exit and activate it using activate button available in menu bar. The field exit may show the status as active but may not execute when the transaction is run.

Hope this helps,

~Athreya

2 REPLIES 2

Former Member
0 Kudos

Juheb,

     Run the program RSMODPRF, select the data element having the field exit and activate it using activate button available in menu bar. The field exit may show the status as active but may not execute when the transaction is run.

Hope this helps,

~Athreya

0 Kudos

Thank you Athreya. It solved my purpose. I again activated the field exit and it worked.