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: 

Query

Former Member
0 Kudos

Hi All,

I am calling Transaction SE16 from a report to display data based on selection criteria from selection screen. Data is getting displayed. Now when I am going back from SE16, control is going to selection screen of SE16 but I want it should go to selection screen of my report program.

How to get this. Any pointer will b helpful.

Regards

Manish Gupta

4 REPLIES 4

Former Member
0 Kudos

Hi,

If you are using CALL TRANSACTION then check the addition AND RETURN..

Regards,

Kunjal

naveen_inuganti2
Active Contributor
0 Kudos

Hi Manish...

You want to come back from the Selection Screen of the table to your report.

For the you have to modify that standard screen's BACK button functionality.

Its not possible, as effects entire system.

And as we can come back to SE16 initail screen and press the BACK again you can come to your selection screen.

And..

> call transaction p_tr and skip first screen.

is for skip the se16 initial screen.

Thanks,

Naveen.I

Former Member
0 Kudos

Hi Manish,

It has to happen i.e. the BACK button has to work as the documentation for the CALL TRANSACTION says after the execution of the transaction is complete execution of the Calling program continues....

Can you show is the code written by you...

Regards,

Kunjal