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

Screen Navigation from ouput display

Former Member
0 Likes
462

Hello techies,

I have created a custom report to do over head posting. My requirement is during test run, i ll display the sender and receiver company codes and period in which the postign will happen. i had enabled hotspot for this and when i click the same, it should call a custom screen giving the details of the posting which will happen.(simialr to FB03 screen).

First display is done by normal ALV grid display using REUSE_ALV_GRID_DISPLAY and i had called a screen with container displaying the line item details and enabled back button. When i click 'BACK' it should take me to the first display.

I am confused on how to do it.

Please provide suggestions for the same.

1 ACCEPTED SOLUTION
Read only

davis_raja
Active Participant
0 Likes
443

Use LEAVE TO SCREEN 0. in the PAI of your customised screen.

2 REPLIES 2
Read only

davis_raja
Active Participant
0 Likes
444

Use LEAVE TO SCREEN 0. in the PAI of your customised screen.

Read only

0 Likes
443

Thank you Davis.

It worked.