cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating to Log off screen from 2302(LM04) instead of 2202(LM04) screen

0 Kudos

Hi Experts,

I have created custom module pool program and added to the standard LM01 transaction. When I am testing system guided put away, after clicking on the Back button of 2302 screen, log off screen is coming instead of going to 2202(LM04) screen. this is not expected functionality. Please let me know how i can remove logoff screen between 2202 and 2302 screen.

Thanks,

Bala

Jelena
Active Contributor
0 Kudos

Perhaps you need to program something differently in "custom module pool program"?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Jelena,

Thank you so much for your reply, I have solved this issue by using screen enhancement as below. Thank you so much for your time.

SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S33 { color: #4DA619; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }

IF ok_code = 'BACK' AND ( sy-tcode = 'LM04' OR sy-tcode = 'LM03' ).
CLEAR tap_ltap-pvqui.
MODIFY tap_ltap FROM tap_ltap TRANSPORTING pvqui
WHERE tanum = ltak-tanum.
ENDIF.

Thanks,

Bala

Answers (0)