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
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
How do you process errors in session method ? : abap bdc
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is a table attribute?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Explain what is an rfc?
Explain sap abap 3-tier architecture?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What are the check tables and value tables?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
Can i Have Some Examples on Enhancements.
What is generic buffering?
Explain the different types of mode (run code) in call transaction method?
What is cts and what do you know about it? : abap hr
What are the different types of parameters?