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
what is mean be On Change of in Control Break statement
What is the use of info groups? : sap abap hr
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
State the differences between database view & projection view? : abap data dictionary
Can we use on change of between select and endselect?
What are the different abap/4 editors?
Explain how do you move on to the next screen in interactive reporting?
How do you write manual bdc session method? : abap bdc
How can you distinguish between different kinds of parameters?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What is an abap dictionary? : abap data dictionary
What is difference between inner join and outer join?
What is the collect statement? How is it different from append?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Why do we declare a method of a class final? What can be the purpose? Give a scenario.