Menu

SAP Function Module BAPI_CHEQUE_ORDER

BCA: Request or Create Checks

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_CHEQUE_ORDER (BCA: Request or Create Checks) is a standard Function Module in SAP ERP and is part of the function group FBA7 within the package FKBS.

Technical Information

Function Module BAPI_CHEQUE_ORDER
Short Text BCA: Request or Create Checks
Function Group FBA7
Package FKBS
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ACCOUNT LIKE IBKKAKEYEX-ACCOUNT Account Number
I_BANKAREA LIKE IBKKAKEYEX-BKKRS Bank Area
I_BANKCODE LIKE IBKK_BKKRS-BANKL Bank Key (Bank Identification Number)
I_CHEQNOFROM LIKE IBKKAKEYEX-CASHBNO Check Number From
I_CHEQNOTO LIKE IBKKAKEYEX-CASHBNO Check number to
I_CHEQTYPE LIKE IBKKAKEYEX-CASHBTYPE Check Type
I_COUNTRY LIKE IBKK_BKKRS-BANKS Bank Country
I_FLG_CREATE_NUMBERS LIKE BOOLE-BOOLE 'X': Check Numbers Issued
I_ISSUEDATE LIKE BKKA1-CASHB_IDAT SY-DATUM Issue Date
I_NCHEQUES LIKE IBKK_CHEQ-NCHEQUES Number of Checks

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CHEQNOFROM LIKE IBKKAKEYEX-CASHBNO Check Number From
E_CHEQNOTO LIKE IBKKAKEYEX-CASHBNO Check number to
E_NCHEQUES LIKE IBKK_CHEQ-NCHEQUES Number of Checks
E_RETURN LIKE IBKK_MISC-RC2 0: Everything OK, <>0: Errors (See Long Text)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.