Answer Posted / ganesh
SAP Memory :SAP memory is a memory area to which all main sessions within a SAP have access. You can use SAP memory either to pass data from one program to another within a session, or to pass data from one session to another.
Here simply we use Set and Get parameters for passing the values.
ABAP memory :ABAP memory is a memory area that all ABAP programs within the same internal session can access using the EXPORT and IMPORT statements.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
when are objects are passed from task to the change request?
What is amdp (abap managed data procedures)?
What happens if a function module runs in an update task? : abap modularization
What is the purpose of at first and at last?
What are the control break events in abap? : abap data dictionary
How many types of tables exists and what are they in data dictionary?
Can we use on change of between select and endselect?
Which table stores the programs created?
What is the difference between the function module and a normal abap/4 subroutine?
when do you need to create an internal table with header line ? and with out a header line?
Define abap/4 layer? : abap data dictionary
how to track records from data dictionary?
What is img? : sap abap hr
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
How you attach search help to data element? : sap abap data dictionary