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


Please Help Members By Posting Answers For Below Questions

What is the lock object?

608


Describe data classes? : abap hr

633


What are the steps in creating screen ?

1469


What is web dynpro for abap?

577


What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?

750






How many lists can a program can produce?

599


There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.

936


Can we call reports and transactions from interactive reporting lists?

628


Which objects are independent transport objects?

836


performance tuning concepts

961


What are the different methods of bdc? : abap bdc

605


What is an update task? : abap modularization

594


What is lock mechanism? How do we create lock objects in abap?

641


Does the external program run in the same sap luw as the caller, or in a separate one?

657


Define batch input session?

583