Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module CMS_API_IF_CML_LOAN_TO_RBL (Interface CML: convert loan into receivable) is a standard Function Module in SAP ERP and is part of the function group CMS_API_IF_CML_COMMON within the package CMS_IF_CML.
Function Module | CMS_API_IF_CML_LOAN_TO_RBL |
Short Text | Interface CML: convert loan into receivable |
Function Group | CMS_API_IF_CML_COMMON |
Package | CMS_IF_CML |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TAB_BP | TYPE | CMS_TAB_IR_BP | Receivable Interface: Business partners | |
E_TAB_DETAIL_HDR | TYPE | CMS_TAB_IR_DETAIL_HDR | Table type receivable interface header information | |
E_TAB_DETAIL_POS | TYPE | CMS_TAB_IR_DETAIL_POS | Table type receivable information position | |
E_TAB_RC | TYPE | CMS_TAB_MSG_COL_MESSAGE | Return Code and corresponding Message |
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 |
---|---|---|---|---|
I_TAB_CONDHEAD | LIKE | BAPICONDHEAD_GET | Loans: Business Object Contract Object - Method Create | |
I_TAB_LOAN | LIKE | BAPILOAN_GET | Loans: Business Object Contract Object - Method Get | |
I_TAB_PARTNER | LIKE | BAPIREL_BPOBJ | Loans: Relationship Partner/Role Object |
This function module does not define any Exceptions.