Suppose in the Report Program I want to pass data to
another Report Program ..how will you do that one?
Answer Posted / naveen
SUBMIT is a keyword to call a report from a report.wWith
submit statement all internal sessions are deleted nothing
but the data of the calling program is lodt.when with SUBMIT
AND RETURN the data of the calling program is restored when
we go back.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
In select-options, how to get the default values as current month first date and last date by default?
What kind of deliverables you have on a day to day basis?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Select query optimisation
What is open sql vs native sql ?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is the difference between tables and structures?
Explain the differences between se01, se09 and se10?
What are Pull and Push Methods?
Can we display a list in a pop-up screen other than full-size stacked list?
Fallback class
What is a match code? : abap data dictionary
What is the difference between sy-tabix and sy-index? Where it is used?
Control Break statements- At new...endat.
How does the interface between the dynpro and the abap/4 modules take place?