2009 Dec 11 4:49 PM
Hi,
In TCode IW42, on the overall confirmation screen there is a section Time Confirmation, this section of the screen should be invisible to all users. The Program Name (Subscreen) is SAPLCORU and Screen No is 3360.
How do I make this section invisible (hide) to all users?
Any help would be appreciated.
Thanks
Mick
Hi,
In TCode IW42, on the overall confirmation screen there is a section Time Confirmation, this section of the screen should be invisible to all users. The Program Name (Subscreen) is SAPLCORU and Screen No is 3360.
How do I make this section invisible (hide) to all users?
Any help would be appreciated.
Thanks
Mick
2009 Dec 11 4:58 PM
write coding in the below Enhancement ...
CMFU0001 ...
In FM EXIT_SAPLCMFU_001 write coding in include zxcmfuu01 ...
2009 Dec 11 5:13 PM
2009 Dec 11 5:24 PM
Hi,
In exit EXIT_SAPLCMFU_001, I have written the following code:
Loop at screen.
If screen-group1 = 3001.
SCREEN-INVISIBLE = '1'.
SCREEN-ACTIVE = '0'.
Endif.
endloop.
Howver this does not work as the structure screen is empty.
Please help.
Mick
2009 Dec 17 5:01 PM