The Function Module CRM_XML_MAP_FROM_BAPIMTCS (Konvertierung zu XML aus der BAPIMTCS (CRM konform)) is a standard Function Module in SAP ERP and is part of the function group CXML within the package CRMB.
Function Module | CRM_XML_MAP_FROM_BAPIMTCS |
Short Text | Konvertierung zu XML aus der BAPIMTCS (CRM konform) |
Function Group | CXML |
Package | CRMB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_OBJCLASS | LIKE | BAPICRMOBJ-OBJCLASS | Objekt Klasse |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_STATUS | LIKE | SY-SUBRC | Ausgabe: Verarbeitungsstatus |
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 |
---|---|---|---|---|
TI_BAPIMTCS | LIKE | BAPIMTCS | Eingangsstruktur (untypisiert) | |
T_BAPIMTCS_XML | LIKE | BAPIMTCS | Ausgabetabelle |
This function module does not define any Exceptions.