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 CSEP_MAT_BOM_READ (APIs for BOMs: Display Material BOM) is a standard Function Module in SAP ERP and is part of the function group CSEP within the package CS.
Function Module | CSEP_MAT_BOM_READ |
Short Text | APIs for BOMs: Display Material BOM |
Function Group | CSEP |
Package | CS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALTERNATIVE | LIKE | CSAP_MBOM-STLAL | Alternative BOM | |
BOM_USAGE | LIKE | CSAP_MBOM-STLAN | BOM Usage | |
CHANGE_NO | LIKE | CSAP_MBOM-AENNR | Change Number | |
FL_DMU_TMX | LIKE | CSDATA-XFELD | Flag: Read DMU Transformation Matrices | |
FL_DOC_LINKS | LIKE | CSDATA-XFELD | Flag: Read Document Assignments | |
MATERIAL | LIKE | CSAP_MBOM-MATNR | Material | |
PLANT | LIKE | CSAP_MBOM-WERKS | Plant | |
REVISION_LEVEL | LIKE | CSAP_MBOM-REVLV | Revision Level | |
VALID_FROM | LIKE | CSAP_MBOM-DATUV | Valid-From Date | |
VALID_TO | LIKE | CSAP_MBOM-DATUB | Valid-to date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FL_WARNING | LIKE | CAPIFLAG-FLWARNING | Log contains warning messages |
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 |
---|---|---|---|---|
T_DEP_DATA | LIKE | CSDEP_DAT | Object dependencies: basic data | |
T_DEP_DESCR | LIKE | CSDEP_DESC | Object dependencies: description | |
T_DEP_DOC | LIKE | CSDEP_DOC | Object dependencies: documentation | |
T_DEP_ORDER | LIKE | CSDEP_ORD | Object dependencies: sort sequence | |
T_DEP_SOURCE | LIKE | CSDEP_SORC | Object dependencies: source code | |
T_DMU_TMX | LIKE | CSDMU_TMX | DMU Transformation Matrices | |
T_DOC_LINK | LIKE | CSDOC_LINK | Document assignments | |
T_STKO | LIKE | STKO_API02 | BOM Headers | |
T_STPO | LIKE | BOM_ITEM_API01 | BOM Items |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR | Terminate processing |