Application Development 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: 

Problem in Back button in Standard Transaction

arindam_samanta
Participant
0 Kudos

Hi Expert,

I am facing one problem when I am using standard Transaction LX02 in my custom module pool program. From my program I am calling this standard transaction and it is working fine. When I am Pressing the green back arrow to get back to my screen , it takes me back to the easy access menu so I have to start-over. This should take me back into my module pool screen.

How could I solve this problem?

Any possible suggestion will be gratefully accepted.

Thanks & Regards,

Arindam Samanta.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

  This is report try calling SUBMIT RLS10020 and RETURN.

Thanks

Naren

5 REPLIES 5

Former Member
0 Kudos

Hi,

  This is report try calling SUBMIT RLS10020 and RETURN.

Thanks

Naren

arindam_samanta
Participant
0 Kudos

This message was moderated.

0 Kudos

Hi Narendran,

Thanks for your reply. Its correct answer. With your suggestion I solved my problem. Thanks once again.

Regards,

Arindam Samanta.

0 Kudos

Hi Expert,

Same issue I faced in different scenario. There I have used 'CALL TRANSACTION LT10 AND SKIP INITIAL SCREEN.' In this scenario I cant use SUBMIT statement. Here , when I press back button, its take me out to easy access menu rather going just my previous screen.

What should I do for this issue.

Any possible solution will be gratefully accepted.

Thanks

Arindam Samanta

0 Kudos

Hi,

  LT10 is again a report program..you can use..SUBMIT..

  Anyways, Ideally CALL TRANSACTION 'XXXX' AND SKIP SCREEN..should work..it should take it back to your transaction...

Thanks

Naren