how to navigate to report from report?
note: no transaction code created to report.
Answer Posted / sumanthpachika
We can use SUBMIT key word with different options.SUBMIT
generally bypasses the selection screen if the called report
has any.
syntax for calling a report from another report:
SUBMIT <report-name> [VIA SELECTION-SCREEN]
[USING SELECTION-SET <var>]
[WITH <sel> <criterion>]
[WITH FREE SELECTIONS <freesel>]
[WITH SELECTION-TABLE <rspar>].
all these are different options available with submit key word.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
Is it possible to bring select option in module pool screens?
Can we display a list in a pop-up screen other than full-size stacked list?
What is step-loop?
What are internal tables? How do you get the number of lines in an internal table?
What are the update types possible?
What are the system table used in abap?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What are the time related infotypes? : abap hr
How do you populate data into a multiple line field?
Can i know some of the Realtime tickets that anyone has been faced ?
Abstract class and interface, multiple inheritance, live example
How many types of tables exists and what are they in data dictionary?
What are the data types of the abap/4 layer?
What are the different types of view?