Menu

SAP Function Module BAPI_BILLINGDOC_CREATEMULTIPLE

Create Individual Customer Billing Document

The Function Module BAPI_BILLINGDOC_CREATEMULTIPLE (Create Individual Customer Billing Document) is a standard Function Module in SAP ERP and is part of the function group VBRK within the package VFW.

Technical Information

Function Module BAPI_BILLINGDOC_CREATEMULTIPLE
Short Text Create Individual Customer Billing Document
Function Group VBRK
Package VFW
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CREATORDATAIN LIKE BAPICREATORDATA Date Order Taken
POSTING TYPE POSTING_TYPE_CT Posting category: post directly
TESTRUN LIKE BAPIVBRKTESTRUN-TESTRUN Simulation Run ('X'), Update Run (' ')

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
BILLINGDATAIN LIKE BAPIVBRK Table for Item Data to be Processed
CCARDDATAIN LIKE BAPICCARD_VF Table for Method of Payment to be Processed
CONDITIONDATAIN LIKE BAPIKOMV Table for Conditions to be Processed
ERRORS LIKE BAPIVBRKERRORS Information on Incorrect Processing of Preceding Items
RETURN LIKE BAPIRET1 Table for Processing Errors
SUCCESS LIKE BAPIVBRKSUCCESS Table for Successfully Processed Items
TEXTDATAIN LIKE BAPIKOMFKTX Communication Structure Texts for Billing Interface

Exceptions

This function module does not define any Exceptions.