Start of Content Area

Background documentation Method Category for General Read Access  Locate the document in its SAP Library structure

 

This category contains the following methods:

 

GET_PARAM_LIST

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

 

GET_PARAM_DEFINITION

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]]

 

GET_PARAM_DESCRIPTION

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

 

GET_VARIANT_LIST

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

 

GET_VARIANT_DESCRIPTION

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

 

 

End of Content Area