Application Development and Automation 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: 
Read only

making fields uneditable in QM02 transaction code

sahai
Contributor
0 Likes
787

Hi,

I need to make material field, plant for material field in the header tab un-editable, please guide me how to achieve the same.

Thanks,

Shitanshu Sahai

3 REPLIES 3
Read only

Former Member
0 Likes
608

Hi Shitanshu,

Check if your screen is 3010,

Try to create enhancement implementation at the end of form SET_PBO_F10..

and do it with usual..

LOOP At SCREEN...

      if screen-name = 'RQM00-MATNR' OR

        SCREEN-NAME = 'RQM00-MAWERK.

      screen-edit = 0.

     endif.

  MODIFY screen.

ENDLOOP.

'

Thanks,

Chirdip

Read only

0 Likes
608

Thanks this helped me. for my query in:

http://scn.sap.com/thread/3791248

Read only

marcin_cholewczuk
Active Contributor
0 Likes
608