Suppose in the Report Program I want to pass data to
another Report Program ..how will you do that one?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / d.goldie
Totally there are two ways::::
1. By using set/get parameter.
2. By using Submit command.
Submit <Programname> using via selection-screen and return.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / norty_n
U can do this by EXPORT IMPORT concept...
u export all the data which you want may it be an internal
table or just a structure or some data object using the
command...
EXPORT <f1> <f 2> ... TO MEMORY ID <key>. for individual
variables and for exporting internal table the command is
EXPORT <Table name> to MEMORY ID <Key>.
Then, u can import them in some other program by using the
command ...
IMPORT <f1> [TO <g 1>] <f 2> [TO <g 2>] ... FROM MEMORY ID
<key>.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gvkreddy
the above said i think IT is wrong.
by using the READ and INSERT statement possible
READ stmt: READ REPORT <REPORT NAME> INTO <INTAB>
INSERT stmt: INSERT REPORT <REPORT NAME> FROM <INTAB>
Is This Answer Correct ? | 0 Yes | 5 No |
how many application servers that u r client have?
5 Answers Bristle Cone, Cap Gemini, HCL, HP, Satyam, Wipro,
VVVV.Urgent- How can i develop more than 30 interactive lists in reports.
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
In smart forms page no will be displayed as 2 of 15, 9 of 15 but while printing 10 of 15 it does not print correctly tell me how to handle this scenario.
Difference between the sub-routines and function modules
What is dynamic action? : sap abap hr
Explain lsmw?
what is the difference between at first & at new statements ?
What is help view?
What are the requirements a dialog program must fulfill?
i have a requirement that design window in layout of smartforms but when we print smartforms window should not be printed?
what is two domain level concept in abap