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
How are BAPI different from normal function modules?
What is SAP Data conversion ?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Which transaction code can I use to analyze the performance of abap program?
Explain how data is stored in cluster table?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is payroll driver ? : abap hr
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Does sap handle multiple currencies?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
How to analysis Background Job for performance Issue?
What is evaluation path, where do we do it and why? : sap abap hr
Search help exit details.
How do you find out whether a file exits on the presentation server?