Method Category for General Write
Access
Creates a new parameter. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETP_NAME |
Parameter name |
I_PARAM_DEF |
STRING |
Type of parameter: [STANDARD TABEL OF] <type>|<itype>[LENGTHx[DECIMALS y]] |
I_PARAM_DESC |
ETP_DESC |
Short text of parameter |
I_PARAM_SORTLNR |
ETLFDNR (DEFAULT 0) |
Sort field 0=Append, 1=Insert Before |
Changes a parameter (as far as possible, values are copied when the definition is changed). The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETP_NAME |
Parameter name |
I_PARAM_DEF |
STRING |
Type of parameter: [STANDARD TABEL OF] <type>|<itype>[LENGTHx[DECIMALS y]] |
I_PARAM_DESC |
ETP_DESC |
Short text of parameter |
I_PARAM_SORTLNR |
ETLFDNR (DEFAULT 0) |
Sort field 0=Append, 1=Insert Before |
Copies a parameter (respective value is copied in all variants if requested). The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETP_NAME |
Parameter name |
I_NEW_PARAM_NAME |
ETP_NAME |
Parameter name |
I_COPY_ALL_VALUES |
ETONOFF |
X = Copy value in all variants |
Creates a new variant. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |
I_VARIANT_DESC |
ETP_DESC (OPTIONAL) |
Variant short text |
I_VARIANT_SORTLNR |
ETLFDNR (DEFAULT 0) |
Sort field 0=Append, 1=Insert Before |
Changes a variant. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |
I_VARIANT_DESC |
ETP_DESC (OPTIONAL) |
Variant short text |
I_VARIANT_SORTLNR |
ETLFDNR (DEFAULT 0) |
Sort field 0=Append, 1=Insert Before |
Copies a variant with all data. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |
I_NEW_VARIANT_NAME |
ETVAR_ID |
Variant name |
I_NEW_VARIANT_DESC |
ETP_DESC (OPTIONAL) |
Variant short text |
I_NEW_VARIANT_SORTLNR |
ETLFDNR (DEFAULT 0) |
Sort field 0=Append, 1=Insert Before |
I_CLEAR_NEW_VALUES |
ETONOFF |
X = All values of new variant are deleted |
Deletes a parameter. The method contains the following parameters:
Parameter Name |
Type |
Description |
I_PARAM_NAME |
ETP_NAME |
Parameter name |
Deletes a variant The method contains the following parameters:
Parameter Name |
Type |
Description |
I_VARIANT_NAME |
ETVAR_ID |
Variant name |