2007 Dec 17 4:13 PM
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
2007 Dec 17 4:43 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |