How to call A report from other report widout using include
program..??
Answer Posted / sat
one command is using for calling other report.
1.report 'report name' mode display.
2.using submit
submit 'zsat' via selection-screen and return.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain open dataset in sap abap?
What are the uses of the information in the data dictionary? : abap data dictionary
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are the advantages and disadvantages of using views in abap programming ?
Concepts of OO ABAP and why we are using it?
How do you move on to the next screen in interactive reporting?
how to track records from data dictionary?
How to split one Invoice into Multiple ( Step by Step)?
What are the advantages of logical databases?
What is the difference between internal tables and extract datasets? : abap modularization
Which FM do you use to find out who is reporting to whom
What are the events we use in dialog programming and explain them?
Can a constructor be redefined?
To how many tables can an append structure be assigned. : abap data dictionary
What is value table?