what are SPA and GPA parameters?What the Purpose?Examples?
under ABAP Memory.

Answer Posted / rajeshwar rao

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to debug a script in abap?

586


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2528


What is a data dictionary? : sap abap data dictionary

549


What are field symbols?

626


Can there be more than 1 main window in sap script?

611






What is the difference between a pool table and a transparent table and how they are stored at the database level?

578


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

605


Why grouping of fields is required? What is the max no of modification groups for each field?

550


Sy index and sy tabix

955


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

735


What are the different function modules used in sapscript?

609


What is view? Explain the different types of view?

779


can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.

3028


What are the different database integrities?

572


What do you do when the system crashes in the middle of a BDC batch session?

691