Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8735

how to call an alv report from another program and return back

$
0
0

     Hello ,

 

I am calling one abap program (Prgm B) from another program (Prgrm A).

Here, Prgm B is an ALV report. I have fetch some data from Prgem B that gets stored in an internal table.

 

Now, I am using below code in Prgrm A,

  SUBMIT Prgrm B VIA SELECTION-SCREEN

                      WITH SELECTION-TABLE rspar

                      EXPORTING LIST TO MEMORY

                      AND RETURN.

 

When Prgrm A executed, it lead me to selection screen of Prgrm B and when I click F8, it shows me the report output, In short, it doesnt return back to Prgrm A. It ends up showing me the alv report if Prgrm B even afetr using RETURN statement.

 

I want to get back to Prgrm A by fetching some data from Prgrm B.

 

Please let me know, if i am missing something.

 

Regards,

Seema


Viewing all articles
Browse latest Browse all 8735

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>