Method Category for General Read
Access
This category contains the following methods:
Returns the parameter names as a table of strings. The method contains the following parameters:
Parameter Name |
Type |
Description |
E_PARAM_TAB |
ETP_NAME_TABTYPE |
Table of parameter names |
I_SORTORDER |
ETONOFF (DEFAULT 'X') |
Order ● X = as defined by sortlnr ● A = alphabetical |
Returns the ABAP dictionary parameter definition, if available. Otherwise, returns the ABAP coding describing the parameter, for example: STANDARD TABLE OF XYZ. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETP_NAME |
Parameter name |
E_PARAM_DEF |
STRING |
Type of parameter: [STANDARD TABEL OF] <type>|<itype>[LENGTHx[DECIMALS y]] |
Returns a parameter description as a string. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETP_NAME |
Parameter name |
E_PARAM_DESC |
ETP_DESC |
Short text of parameter |
E_PARAM_GROUP |
ET_PGROUP |
Grouping for parameters |
Returns the variant names as a table of strings. The method contains the following parameters:
Parameter Name |
Type |
Description |
E_VARIANT_TAB |
ETVAR_NAME_TABTYPE |
Table of variant names |
I_SORTORDER |
ETONOFF (DEFAULT 'X') |
Order ● X = as defined by sortlnr ● A = alphabetical |
Returns a variant description as a string. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |
E_VARIANT_DESC |
ETP_DESC |
Variant short text |