The authorizaiton object in the three t-codes - IW31/IW32/IW33 is I_TCODE, which ONLY has one field TCD.(not like ME22N which has two fields ACTVT and EKORG). Would someone please provide one solution for this system request? Thank you very much in advance. Guo13Shao Know the ...
SAP Managed Tags: ABAP Extensibility Hi Chetan, You may try to 'LOOP AT SCREEN' in your screen's PBO. Code looks like this: LOOP AT SCREEN. IF sy-tcode = 'IW31'. IF screen-name CS '(the assigned name to a field)' OR screen-name CS '(field2)' OR screen-name CS '......