Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module COM_ATTRIBUTE_EXIST (Check Existence of an Attribute) is a standard Function Module in SAP ERP and is part of the function group COM_ATTRIBUTE_CK within the package COM_SETTYPE_ATTRIBUTE.
Function Module | COM_ATTRIBUTE_EXIST |
Short Text | Check Existence of an Attribute |
Function Group | COM_ATTRIBUTE_CK |
Package | COM_SETTYPE_ATTRIBUTE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_ATTR_GUID | TYPE | COMT_ATTRIBUTE_GUID | ||
IV_ATTR_NAME | TYPE | COMT_ATTR_ID_30 | Attribute |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_ATTRIBUTE | TYPE | COMC_ATTRIBUTE | Attribute | |
EV_ATTRIBUTE_STATUS | TYPE | COMT_GOTSTATE | Logical Variable | |
EV_DOMA_NAME | TYPE | DDOBJNAME | Attribute | |
EV_DTEL_NAME | TYPE | DDOBJNAME | Attribute |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ATTRIBUTE_IN_STATUS_NEW | |
ATTRIBUTE_IS_NOT_ACTIVE | |
ATTRIBUTE_NOT_FOUND | Attribute not Found |
ATTRIBUTE_NOT_USABLE | Das Attribut darf nicht verwendet werden |
DDIC_OBJECT_ALREADY_EXISTS | |
DDIC_OBJECT_NOT_FOUND | |
DDIC_READ_ERROR | |
INVALID_PARAMETER | Invalid parameter value |
OBJECT_ALREADY_EXISTS | |
OBJECT_IN_CUSTOMER_NAMESPACE | |
OBJECT_IN_SAP_NAMESPACE |