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

Problem in Back button in Standard Transaction

arindam_samanta
Participant
0 Likes
943

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
Read only

Former Member
0 Likes
892

Hi,

  This is report try calling SUBMIT RLS10020 and RETURN.

Thanks

Naren

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.

5 REPLIES 5
Read only

Former Member
0 Likes
893

Hi,

  This is report try calling SUBMIT RLS10020 and RETURN.

Thanks

Naren

Read only

arindam_samanta
Participant
0 Likes
892

This message was moderated.

Read only

0 Likes
892

Hi Narendran,

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

Regards,

Arindam Samanta.

Read only

0 Likes
892

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

Read only

0 Likes
892

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