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 |
diff way of handling errors in call trans ans session methods
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What are the different function modules used in sapscript?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Explain the session method? : abap bdc
In module pool program how to pass the one screen input value to another screen input value?
4.why dont use start form in script?
How can you display frames (horizontal and vertical lines) in lists?
What is the Tcode for System Dump?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What is a table cluster? : abap data dictionary
In Realtime, how you get flat file for BDC session method.. through email or any other source? Who will send you flat file..your team lead or project lead or project manager etc?