Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

give example of sap memory and abap memory

Answer Posted / vijayanand poreddy

SAP Memory
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. Application
programs that use SAP memory must do so using SPA/GPA
parameters (also known as SET/GET parameters). These
parameters can be set either for a particular user or for a
particular program using the SET PARAMETER statement. Other
ABAP programs can then retrieve the set parameters using
the GET PARAMETER statement. The most frequent use of
SPA/GPA parameters is to fill input fields on screens

ABAP/4 Memory
ABAP memory is a memory area that all ABAP programs within
the same internal session can access using the EXPORT and
IMPORT statements. Data within this area remains intact
during a whole sequence of program calls. To pass data
to a program which you are calling, the data needs to be
placed in ABAP memory before the call is made. The internal
session of the called program then replaces that of the
calling program. The program called can then read from the
ABAP memory. If control is then returned to the program
which made the initial call, the same process operates in
reverse.

SAP memory
The SAP memory, otherwise known as the global memory, is
available to a user during the entire duration of a
terminal session. Its contents are retained across
transaction boundaries as well as external and internal
sessions. The SET PARAMETER and GET PARAMETER statements
allow you to write to, or read from, the SAP memory.

ABAP/4 memory
The contents of the ABAP/4 memory are retained only during
the lifetime of an external session (see also Organization
of Modularization Units). You can retain or pass data
across internal sessions. The EXPORT TO MEMORY and IMPORT
FROM MEMORY statements allow you to write data to, or read
data from, the ABAP memory.

Is This Answer Correct ?    19 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the return code of an stmt in abap programs?

1143


What will you code in start-of-selection & end-of-selecton & why?

1033


What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

1002


What are different abap/4 editors?

1078


What are the different window types in sapscript?

1001


How can we achieve MVC ?

1318


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

1157


what is code to upload cost centers through call trans. and procedure

2614


How do you write transaction programs in sap?

1065


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

1363


Define database layer?

1025


What are the types of search helps? : sap abap data dictionary

1074


What is the disadvantage of a call by reference? : abap modularization

1107


Proxy Programming with ABAP - How to develop the Proxy identification through programming

2330


What is abap?

1079