
CREATE_PARAMETER
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 |
CHANGE_PARAMETER
Changes a parameter (as far as possible, values are copied when 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 |
COPY_PARAMETER
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 |
CREATE_VARIANT
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 |
CHANGE_VARIANT
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 |
COPY_VARIANT
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 |
DELETE_PARAMETER
Deletes a parameter. The method contains the following parameters:
|
Parameter Name |
Type |
Description |
|---|---|---|
|
I_PARAM_NAME |
ETP_NAME |
Parameter name |
DELETE_VARIANT
Deletes a variant. The method contains the following parameters:
|
Parameter Name |
Type |
Description |
|---|---|---|
|
I_VARIANT_NAME |
ETVAR_ID |
Variant name |