SAP SPA GPA PARAMETER - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

SPA/GPA parameter
Also referred to as <(>SET/GET<)> parameter. Data objects in the user memory that can be accessed in ABAP programs. SPA/GPA parameters are set using SET PARAMETER and read using GET PARAMETER. Input fields on dynpros can be linked with SPA/GPA parameters and can be prefilled with values when the dynpro is called. Moreover, user input in such fields remains stored in the corresponding SPA/GPA parameters. The names of SPA/GPA parameters are managed in the database table TPARA.
ABAP_MORE_INFO