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

TCode IW42, Program SAPLCORU and SCreen 3360, Make Invisible (hide).

Former Member
0 Likes
794

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

4 REPLIES 4
Read only

Former Member
0 Likes
662

write coding in the below Enhancement ...

CMFU0001 ...

In FM EXIT_SAPLCMFU_001 write coding in include zxcmfuu01 ...

Read only

0 Likes
662

This message was moderated.

Read only

0 Likes
662

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

Read only

Former Member
0 Likes
662

no more inputs, so marking it as closed