Show TOC

Method Category for Write Access to ContentLocate this document in the navigation structure

Use

This category contains the following methods:

SET_TDC_CONTENT

Writes the table of all values of all variants of the TDC. The method contains the following parameters:

Parameter Name

Type

Description

I_VALUE_TAB

ETTDC_REFS_TABTYPE

Table of variants, parameter names, and references

SET_VARIANT_CONTENT

Writes a table of parameter values to a variant. The method contains the following parameters:

Parameter Name

Type

Description

I_VARIANT_NAME

ETVAR_ID

Variant name

I_VALUE_TAB

ETPAR_REF_TABTYPE

Table of parameter names and references

SET_VALUE

Transfers the value from a variable to the TDC. The method contains the following parameters:

Parameter Name

Type

Description

I_PARAM_NAME

ETPAR_NAME

Parameter name

I_VARIANT_NAME

ETVAR_ID

Variant name

I_PATH

STRING

(OPTIONAL)

Path within the parameter

I_PARAM_VALUE

ANY

Variable from which value is to be transferred

SET_VALUE_REF

Transfers the value from a REF memory area to the TDC. The method contains the following parameters:

Parameter Name

Type

Description

I_PARAM_NAME

ETPAR_NAME

Parameter name

I_VARIANT_NAME

ETVAR_ID

Variant name

I_PATH

STRING

(OPTIONAL)

Path within the parameter

E_PARAM_REF

REF TO DATA

REF to the variable from which value is to be transferred