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 |
y we need SSF_FUNCTION_MODULE IN SMARTFORMS?
what are customizing?have u created any customizing table? for what purpose?
In an Internal table how do you suppress or add the leading Zeroes for a particular field in your itab?
what is a difference between user exist and coustmer exist?
Types of BDC?
What is logical database? : abap hr
Explain Sales Flow?
How do you read a LOCAL Sequentional file
why we call smartform as a client independent? (as we are able to retrive data from any client dependent d/b table in smartforms. )
What is the effect on Customer Exits and User Exits maintained in a system on Up-gradation .
What are the Synchronous and asynchronous methods in bdc ?
What are the different types of locks? : abap data dictionary