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

Using one report output as another report input

Former Member
0 Likes
450

Dear experts,

There are some standards reports in sap like mc.9,mb51,me2m. I want to display this three reports in one output. Actually I want some fields from one and one some from another. How can i do it . Can i take three internal tables for this three reports and and the three internal table to final internal table. Well plz guide me what is the solution for this type of requirement.

What is the use of sumbit keyword is it useful in my scenario or can i use block ALV and display three differrent reports in one page. Please give ur ideas.

Dear experts,

There are some standards reports in sap like mc.9,mb51,me2m. I want to display this three reports in one output. Actually I want some fields from one and one some from another. How can i do it . Can i take three internal tables for this three reports and and the three internal table to final internal table. Well plz guide me what is the solution for this type of requirement.

What is the use of sumbit keyword is it useful in my scenario or can i use block ALV and display three differrent reports in one page. Please give ur ideas.

1 REPLY 1
Read only

ravi_lanjewar
Contributor
0 Likes
402

submit is used to call executable program or Report in another program with selection screen or without selection screen pass the parameter to selection screen and return the data into internal table. You can call all the program using submit and process data into single table and display in one.

Rgds

Ravi