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 are the types of Ports?
What is the difference between Message type and an IDoc type?
Differentiate between ale links and idoc links
What is a message control in sap?
How would you debug an idoc?
Explain the idoc base in idocs?
List the various ale business processes available.
What is an Idoc status?
Imagine that there is one sender and three receivers. While sending an idoc, how many idocs would be generated? Explain the flow from outbound to inbound system.
what are the advantages and disadvantages of ale?
What is EDI?
Suppose I was sent 12 records using outbound in ale/idoc 10 records are up dated in data base tables what happens for remaining records did not showing error in we02?
How do you create a custom idoc?
Explain idoc extension. How do you do it?
Explain the Important programs in ALE Idocs?