what is the diffreence between sap memory and abap memory
plz give the example
Answers were Sorted based on User's Feedback
Answer / lavanya
Ther are two types of memeorys available to us they are
SAP memory
ABAP memory
Sap memory
This memory is the total sap memory i.e we can scroll
through various sessions.
Whereas ABAP memory is confined only to one particular
session i.e one tcode.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / manoj kumar
sap memory is the total sap memory where as abap memory is
confined to one session or we can say se38.
set parameter and get parameters are used to store the
vaklue of varable and transsport to another session
trheses are used as sap memory units
and import and export are used as abap memory units to
transport
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Answer / busha
the memory allocated for all prasentaion layers is called
sap memory or shared memory
the memory allocated for each and every prasentaion layer
is called abap memory or work process memory.
Is This Answer Correct ? | 1 Yes | 7 No |
What are the views when we are creating Material ?
what objects can be generated by the batch input recorder?
7. what are enhancements?
how to capture the errors in bdc Call transaction method?
Explain what is the difference between primary key and unique key?
Differentiate between report and dialog program
How to validate the entry in Screen & dialog proframming?? Is there any way to send the error??
What will you code in start-of-selection & end-of-selection ?
If u use US Database server? How can access the client?
What is Infotype and how it is different from tables
What are the Various Types of internal tables?
To avoid screen resolution problem while recording,