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 |
how do u add one more field searchhelp screen ?
Can matchcode object contain ids with different update types? : abap data dictionary
where do we define LDB to a program ?
what does SE stands for in T-CODE se38?
How many structures can be created in a Ztable ?
What is SAPscript and layout set?
Some Realtime Examples on Exits .
What are clustered tables?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
What are the 3 types of tables in sap? : abap data dictionary
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What is the role of an abapper in developement process? What is the process of technical specification and how it is carried out?