Suppose in the Report Program I want to pass data to
another Report Program ..how will you do that one?
Answer Posted / 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 |
Post New Answer View All Answers
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Explain the difference between call screen and leave screen?
Can a constructor be redefined?
can anyone please tell me, in orient paper mill project which fields exits for creating report.
how to create view in bdc..??
Explain the advantages and disadvantages of different types of bdc's?
Select up to 1 row and select single difference ?
What is the difference between pnp and pnpce? : abap hr
What is a projection view? : abap data dictionary
What are the attributes of the data in data dictionary? : abap data dictionary
What are the attributes of the data? : abap data dictionary
Explain what is the step-by-step process to create a table in data dictionary?
Define the various contents of technical specifications ?
What are the 3 types of tables in sap? : abap data dictionary