Answer Posted / adarsh mohanty
ABAP Memory- The contents of the ABAP/4 memory are retained
only during the lifetime of an external session. You can
retain or pass data across internal sessions. The EXPORT to
memory and IMPPORT from MEMORY statement allow you to write
data to or read data from the ABAP memory.
EX: EXPORT it_tab TO MEMORY ID 'ZADI1'.
IMPORT it_TAB FROM MEMORY ID 'ZADI1'.
SAP MEMORY - Otherwise known as global memory is available
to a user during the entire duartion of a terminal session.
It's contents are retained across transaction boundaries as
well as external and internal sessions. SET PARAMETER & GET
PARAMETER statements allows you to WRITE TO/ READ from the
SAP memory.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Hello.. i have a question. which signature digital or signature logo we use in smartforms & scripts...? if we use digital sign what are those steps to use it...?
What are different tools to report data in SAP? What all have you used ?
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
Explain the page windows
What is the use of rswbo052 program?
I have created a sapscript in language de. Now I need to translate it to en. How could I do this?
What is the difference between EHP 4.0 and ECC 6.0 .Is there any different settings to be done in the system for functional modules?I have done ECC 6.0 version. Please tell me the answer of the question as soon as possible?
What is the use of rscltcop program?
How can I copy sapscripts from one client to another, or export/import them?
Where do we define tab space for data in sapscript?
Differentiate between sapscript and smartform.
How can I prevent page-break in the message that is to be displayed?
In sap scripts, how will u link form with the event driven?
I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
What does read_text?