what is the diff between sap memory and abap memory?
Answer Posted / gurulakshmi
SAP memory is a memory area to which all main sessions
within a SAPgui 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. Application
programs that use SAP memory must do so using SPA/GPA
parameters (also known as SET/GET parameters).
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a change Pointer?
What is the use of ale?
How do you Edit IDoc contents manually?
Explain the status records in idocs?
Explain idoc extension. How do you do it?
Suppose their is one sender and we have three receivers. While generating an idoc will it generate 3 idocs for three receivers? Explain in detail how the flow goes from outbound to inbound systems?
What are the types of Ports?
What are the components of an idoc?
What is a message type ?
How would you debug an idoc?
explain bapi
What is a distribution model in ALE IDocs?
Explain the the idoc control record in idocs?
How the data is coming from 3rd party system to sap system?
Explain the Important programs in ALE Idocs?