Show TOC

Method Category for General Read AccessLocate this document in the navigation structure

Use

This category contains the following methods:

GET_TDC_VERSION

Returns the name of the read version of the TDC. The method contains the following parameters:

Parameter Name

Type

Description

E_VERSION_NAME

ETOBJ_VER

eCATT object version

GET_VERSION_LIST

Gets a list of all existing versions of a test data container in a target system. The number of existing versions (the highest assigned version number) is also returned as a numerical value.

Parameter Name

Type

Description

I_NAME

ETOBJ_NAME

Test data container

I_RFCDEST

RFCDEST

(DEFAULT 'NONE')

Target system

E_VERSION_COUNT

I

Number of existing versions

E_VERSION_INFO

ETVERSINFO_TABTYPE

Version list of test data container

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

Name of variant

E_VARIANT_DESC

ETP_DESC

Variant short text