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 different data types in abap/4?
What is the function of the correction system?
How do you convert non-char field into char type fields ?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What is the difference between abap and hr abap? : abap hr
How are BAPI different from Normal function modules ?
Is it possible to pass data to and from include programs explicitly?
What is your approach to find exit and BAdi?
Explain the difference between float and packed data type?
what is sap scriptview ?
What are the rules to create a BAPI?
What are field symbols?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
Explain what are the various types of selection screen event?