what is the diffreence between sap memory and abap memory
plz give the example
Answer Posted / abhishek kumar
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.
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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain how data is stored in cluster table?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What are the dynamic actions and how to configure it? : sap abap hr
What is the last entry in all bdc tables? : abap bdc
How do you find number of records present in internal table?
How does the interface between the dynpro and the abap/4 modules take place?
What are the different types of views in sap? : abap data dictionary
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
How do you convert non-char field into char type fields ?
Can you delete data element, which is being used by table fields. : abap data dictionary
What is a transaction variant and why are they used?
singleton class
What is the master data necessary before you can start posting in MM?
What are the modes in lock objects? : sap abap data dictionary