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 has to be done to the packed fields before submitting to a BDC session.
how can we enable hyperlink in screen painter?
What are system fields for secondary lists?
What are the data types of the abap/4 layer? : abap data dictionary
What are the attributes of the data in data dictionary? : abap data dictionary
What are the different types of view?
How do you set up background jobs in sap?
How do you move on to the next screen in interactive reporting?
Type casting and error handling
What is the diff between database view and maintenance view?
What abap statement will trigger list generation?
What is the difference between function group and function module?
Explain the differences between at selection-screen and at selection-screen output?
What is an abap data dictionary? : abap data dictionary
What is interactive reporting?