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 CRM_SRV_EXT_SEND_TO_MIDDLEWARE (Collect data and activate Bdoc CRM_SRV_XTN) is a standard Function Module in SAP ERP and is part of the function group CRM_SRV_LOG_EXT within the package CRM.
Function Module | CRM_SRV_EXT_SEND_TO_MIDDLEWARE |
Short Text | Collect data and activate Bdoc CRM_SRV_XTN |
Function Group | CRM_SRV_LOG_EXT |
Package | CRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_OBJ_CLASS | TYPE | BAPICRMOBJ-OBJCLASS | Objekt Klasse | |
I_OBJ_NAME | TYPE | BAPICRMOBJ-OBJ_NAME | Objektname für Download | |
I_REFID | TYPE | REF_ID | Eindeutige Referenznummer |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_BAPICRMDH2 | TYPE | BAPICRMDH2 | BAPI Structure for Downloading Header Data |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_BAPIMTCS | LIKE | BAPIMTCS | Middleware Transaction Container Structure | |
IT_R3TAB_DOC_FLOW | LIKE | CRM_SRV_LOC_BDOC_R3_DOC_FLOW | CRM Service Logistic Extension BDOC-DOC_Flow data | |
IT_R3TAB_PRCD_COND | LIKE | CRM_SRV_LOC_BDOC_R3_PRCD_COND | CRM Service Logistic Extension BDOC-PRCD_COND | |
IT_R3TAB_ROOT | LIKE | CRM_SRV_LOC_BDOC_R3 | CRM Service Logistic Extension BDOC | |
IT_R3TAB_SCHEDLIN | LIKE | CRM_SRV_LOC_BDOC_R3_SCHEDLIN | CRM Service Logistic Extension BDOC-Schedlin data | |
T_KEY_INFO | LIKE | BAPICRMKEY | BAPI Structure: Key Information | |
T_MESSAGES | LIKE | BAPICRMMSG | BAPI Structure: Messages per Data Record |
This function module does not define any Exceptions.