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
Difference between transparent tables and pooled tables? : abap hr
How do you document ABAP programs? Do you use program documentation menu option?
Define abap/4 layer?
How do you find the information on the current screen?
How to Raise a Particular Ticket in Realtime ?
How do you activate a function exit?
Explain the disadvantage of using exec sql statement in abap?
Hat are the different types of mode (run code) in call transaction method?
Is main window mandatory in smartforms?
What are the main uses of the primary key?
Can we include customizing include or an append structure with pooled or cluster tables?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
How to get that a secondary index is attached to a select query?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What is the difference between a structure and an append structure?