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

LM05 screen control

Former Member
0 Likes
844

Hi Folks,

I have a question....

I am calling LM05 transaction from a Z transaction. LM05 has 3 screens.

The requirement is...

When I hit F3-Back on Screen 2 of LM05, it should come back to screen 1 my Z transaction. Currently, it goes to screen 1 of LM05.

Also, when I hit F1-Save on Screen 3 of LM05, after confirming the Transfer order, it should come back to screen 1 my Z transaction. Currently, it goes to screen 1 of LM05.

To achieve this, I tried searcing for Screen Exits / BADIs, but I could not find any...also, there is no Screen_sequence_control / Screen_sequence_control_init FM call in LM05.

Can anyone guide me the right way of doing this...?

Thanks in advance...

Regards,

Srinath

Hi Folks,

I have a question....

I am calling LM05 transaction from a Z transaction. LM05 has 3 screens.

The requirement is...

When I hit F3-Back on Screen 2 of LM05, it should come back to screen 1 my Z transaction. Currently, it goes to screen 1 of LM05.

Also, when I hit F1-Save on Screen 3 of LM05, after confirming the Transfer order, it should come back to screen 1 my Z transaction. Currently, it goes to screen 1 of LM05.

To achieve this, I tried searcing for Screen Exits / BADIs, but I could not find any...also, there is no Screen_sequence_control / Screen_sequence_control_init FM call in LM05.

Can anyone guide me the right way of doing this...?

Thanks in advance...

Regards,

Srinath

1 REPLY 1
Read only

Former Member
0 Likes
570

First of all it is not a good idea to do a BDC or call transaction on LM* transaction, because the screen control is handled internally in the program. In anycase, there are screen exits in every RF transaction. However, if you want to use them you have to use a different screen variant (01, and not 00), and even with this you cannot change the screen control. So either you do the whole thing with your Z-transaction or use the screen-exits in LM05 to incorporate your screen changes.

Albert