The Function Module FCXL_CS_GET_ATTRIBUTE_VALUE (Aktives Excel: Lese den Wert eines Attributs) is a standard Function Module in SAP ERP and is part of the function group FCXS within the package FCXS.
Function Module | FCXL_CS_GET_ATTRIBUTE_VALUE |
Short Text | Aktives Excel: Lese den Wert eines Attributs |
Function Group | FCXS |
Package | FCXS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ASPECT_ID | LIKE | FCXL_CASPS-ASPECT_ID | 'CS' | Aspekt |
ATTRIB_ID | LIKE | FCXL_ATTDF-ATTRIB_ID | Eindeutige ID des Attributs | |
CHAR_ID | LIKE | FCXL_CHRDF-CHAR_ID | Eindeutige ID der Charakteristik | |
CHAR_VALUE | LIKE | FCXL_CHRVL-VALUE_ID | Wert der Charakteristik |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
VALUE | LIKE | FCXL_MESSG-MESSAGE | Wert des Attributs |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_MESSAGE | LIKE | FCXL_MESSG | Fehlertext | |
I_DEPENDENT_BINDINGS | LIKE | FCXL_DEPVL | Werte für die Abhängigkeiten der Char. |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ATTRIBUTE_NOT_FOUND | Attribut existiert nicht |
CHARACTERISTIC_NOT_FOUND | Charakteristik existiert nicht |
CHARACTERISTIC_VALUE_NOT_FOUND | Ungültiger Wert für die Charakteristik |
DEPENDENT_NOT_SPECIFIED | Abhängigkeiten wurden nicht korrekt angegeben |