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
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
Explain how to create any functions? How to go about it?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What are the functional areas?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is the syntax of packed number?
Explain what are the different functions used in sap script? What are the parameters used in each function?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is difference between float and packed data type?
What is runtime analysis?
What is the differences between abap and ooabap. In which situation we useooabap?
How to create user interfaces for lists?
How can cluster table be created?
What is the syntex used to call a screen as dialog box (pop up)?
What is a table cluster? : abap data dictionary