Menu

SAP Function Module BAPI_ACC_DOCUMENT_CHECK

Accounting: Check

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_ACC_DOCUMENT_CHECK (Accounting: Check) is a standard Function Module in SAP ERP and is part of the function group ACC9 within the package ACID_PI.

Technical Information

Function Module BAPI_ACC_DOCUMENT_CHECK
Short Text Accounting: Check
Function Group ACC9
Package ACID_PI
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONTRACTHEADER LIKE BAPIACCAHD Additional Contract Accounts Recievable and Payable Header Line
CUSTOMERCPD LIKE BAPIACPA09 One-Time Customer
DOCUMENTHEADER LIKE BAPIACHE09 Header

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
ACCOUNTGL LIKE BAPIACGL09 G/L account item
ACCOUNTPAYABLE LIKE BAPIACAP09 Vendor Item
ACCOUNTRECEIVABLE LIKE BAPIACAR09 Customer Item
ACCOUNTTAX LIKE BAPIACTX09 Tax item
CONTRACTITEM LIKE BAPIACCAIT Additional Contract Accounts Recieviable and Payable Document Line Item
CRITERIA LIKE BAPIACKEC9 CO-PA Account Assignment Characteristics
CURRENCYAMOUNT LIKE BAPIACCR09 Currency Items
EXTENSION1 LIKE BAPIACEXTC Container for 'Customer Exit' Parameter
EXTENSION2 LIKE BAPIPAREX Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
PAYMENTCARD LIKE BAPIACPC09 Payment Card Information
REALESTATE LIKE BAPIACRE09 Real Estate Account Assignment Data
RETURN LIKE BAPIRET2 Return Parameter
VALUEFIELD LIKE BAPIACKEV9 CO-PA Account Assignment Value Fields

Exceptions

This function module does not define any Exceptions.