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 message type ?
Explain the data records in idocs?
Explain some real time scenarios in ale idocs?
How would you debug an idoc?
Explain idoc extension. How do you do it?
What is IDoc Type?
What do sm59 t-code stand for?
What do we42 t-code stand for?
What are the advantages of ale?
How do you read data from an IDoc in a program?
How do you reprocess previously generated idoc with same number?
What is the conversion rule of lae/idoc?
What happens in the outbound process?
What is an Idoc status? What are the different types of Idoc statuses that you know?
Explain the structure of idoc?