Menu

SAP Function Module BAPI_AR_ACC_GETSTATEMENT

Customer account statement for a given period

The Function Module BAPI_AR_ACC_GETSTATEMENT (Customer account statement for a given period) is a standard Function Module in SAP ERP and is part of the function group 3007 within the package FBD.

Technical Information

Function Module BAPI_AR_ACC_GETSTATEMENT
Short Text Customer account statement for a given period
Function Group 3007
Package FBD
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMPANYCODE LIKE BAPI3007_1-COMP_CODE Company code
CUSTOMER LIKE BAPI3007_1-CUSTOMER Customer
DATE_FROM LIKE BAPI3007-FROM_DATE Date from
DATE_TO LIKE BAPI3007-TO_DATE Date to
NOTEDITEMS LIKE BAPI3007-NTDITMS_RQ SPACE Noted items requested

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRETURN Return Code

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
LINEITEMS LIKE BAPI3007_2 Line items

Exceptions

This function module does not define any Exceptions.