Menu

SAP Function Module BAPI_BILL_DOC_PROXY_CREATE

Proxy Bapi for Billing

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

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.

Technical Information

Function Module BAPI_BILL_DOC_PROXY_CREATE
Short Text Proxy Bapi for Billing
Function Group CRM_BILL_DOC
Package CRM
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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)

Exceptions

This function module does not define any Exceptions.