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
What is its?
What are roles and authorization objects?
What are the other modules integrated with om? : sap abap hr
How to eliminate duplicate entries in internal tables? : abap data dictionary
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are the advantages and disadvantages of different types of bdc's?
How can I get ascii value of any letter? Is there any function?
How do you populate data into a multiple line field? : abap bdc
How do you control printer functions from sapscript?
What are the different modules of sap? : sap abap hr
What are critical issues you have faced in your project
how can you display data say "your name"in sap script without print program or driver program??
What are aggregated objects
What are the update types possible? : abap data dictionary
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary