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.