The Function Module BAPI_BILL_DOC_PROXY_CREATE (Proxy Bapi for Billing) is a standard Function Module in SAP ERP and is part of the function group CRM_BILL_DOC within the package CRM.
Function Module | BAPI_BILL_DOC_PROXY_CREATE |
Short Text | Proxy Bapi for Billing |
Function Group | CRM_BILL_DOC |
Package | CRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_ACHD | LIKE | BAPIACHE09 | Header | |
IS_CAH | LIKE | BAPIACCAHD | Additional Contract Accounts Recievable and Payable Header Line |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_OBJ_KEY | LIKE | BAPIACHE09-OBJ_KEY | Reference key | |
E_OBJ_SYS | LIKE | BAPIACHE09-OBJ_SYS | Logical system of source document | |
E_OBJ_TYPE | LIKE | BAPIACHE09-OBJ_TYPE | Reference procedure |
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 |
---|---|---|---|---|
ET_RETURN | LIKE | BAPIRET2 | Return parameter | |
IT_BAPIACEXTC | LIKE | BAPIACEXTC | Container for 'Customer Exit' Parameter | |
IT_BAPIPAREX | LIKE | BAPIPAREX | Reference structure for BAPI parameters EXTENSIONIN/EXTENSIONOUT | |
IT_CAI | LIKE | BAPIACCAIT | Additional Contract Accounts Recieviable and Payable Document Line Item | |
IT_CR | LIKE | BAPIACCR09 | Currency Items | |
IT_CRED | LIKE | BAPIACAP09 | Vendor Item | |
IT_DEB | LIKE | BAPIACAR09 | Customer Item | |
IT_GL | LIKE | BAPIACGL09 | G/L account item | |
IT_PC | LIKE | BAPIACPC09 | Payment Card Information | |
IT_TAX | LIKE | BAPIACTX09 | Tax item | |
IT_TTE_PARTNER | TYPE | CRMTE_T_ACC_TTE_BILL_PARTNER | TTE: Tax Number of Partner (VAT Registration Number) | |
IT_TTE_PATAXNO | TYPE | CRMTE_T_ACC_TTE_BILL_PATAXNO | TTE: Tax Number of Partner (VAT Registration Number) |
This function module does not define any Exceptions.