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
What are the layers of data description in r/3? : abap data dictionary
What are the control break events in abap? : abap data dictionary
How is time management and payroll is integrated? : sap abap hr
In sap scripts, how will you link form with the event driven?
Can we use transfer dataset to transfer data in internal table ?
What is the meaning of sap r/3?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Explain the advantages and disadvantages of different types of bdc's?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
Workbench request are client dependent or client independent
What is meant by hot spots? : abap data dictionary
What is partner selection?
What is a currency factoring technique?
what is leave to TRANSACTION?
what is difference between (internal table types)standard table and sorted table in sap abap....