Table/Structure Field list used by SAP ABAP Function Module G_VARIABLE_READ_DEFAULT (Lesen des Typs und des Vorschlagswertes bzw. -sets einer Variablen)
SAP ABAP Function Module G_VARIABLE_READ_DEFAULT (Lesen des Typs und des Vorschlagswertes bzw. -sets einer Variablen) is using
# Object Type Object Name Object Description Note
     
1 Table/Structure Field  RGSGV - DEFVALUE Default value for a variable
2 Table/Structure Field  RGSGV - DEFVALUE Default value for a variable SOURCE VALUE(DEFAULT_VALUE) LIKE RGSGV-DEFVALUE
3 Table/Structure Field  RGSGV - TYPE Type of a set variable
4 Table/Structure Field  RGSGV - TYPE Type of a set variable SOURCE VALUE(VARTYPE) LIKE RGSGV-TYPE
5 Table/Structure Field  RGSGV - VARIABLE Variable name
6 Table/Structure Field  RGSGV - VARIABLE Variable name SOURCE VALUE(VARIABLE) LIKE RGSGV-VARIABLE
7 Table/Structure Field  RGSMH - CLASS Set class
8 Table/Structure Field  RGSMH - CLASS Set class SOURCE VALUE(DEFAULT_SETCLASS) LIKE RGSMH-CLASS
9 Table/Structure Field  RGSMH - SETNR Identification of a set
10 Table/Structure Field  RGSMH - SETNR Identification of a set SOURCE VALUE(DEFAULT_SETNAME) LIKE RGSMH-SETNR
11 Table/Structure Field  SYST - MANDT ABAP System Field: Client ID of Current User