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 is the Difference between At Line selection and At user-command?
What are two methods of modifying sap standard tables?
Explain the Types of Select statements?
Can we create an abap program without using y or z?
Is the basic list deleted when the new list is created?
How can you distinguish between different kinds of parameters?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the different abap editors? What is the used of different editors in abap?
What are the different functions used in sap script? What are the parameters used in each function?
What are datasets in abap?
what is diff between idocs,bdc,rfc and bapi. give real time answer
What are the two methods for modifying sap standard tables?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table