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 find a User exit/BADI to greyout batch field for QA11/QA12 t-code

Former Member
0 Kudos

Hi Friends,

i want to check the possibility if we can grey out batch field for QA11/QA12 t-code. how do we find if there is any user exit or BADi for this.

Also, in case, if this is not possible, i want to see, if they edit the batch field .

i know what to code, i could not find the point where to code.

3 REPLIES 3

jogeswararao_kavala
Active Contributor
0 Kudos

Please give the picture showing the field (Batch) which you want to make non-editable.

Former Member
0 Kudos

Hi Manjunath,

Check the user exit for QA11/QA12 using SMOD transaction.

With the help of package in it, you will find it.

Put the break-point there and check if it is going there in debug mode.

Regards,

Swati

VenkatRamesh_V
Active Contributor
0 Kudos

Hi Manjunath,

If you want to grey out the field  default, try with Transaction and screen variants.

View the link.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a070bfbb-d34a-2d10-b092-ecbe0b0d4...

Hope it helpful,

Regards,

Venkat.