Menu

SAP Function Module BAPI_BANKDETAILGBCREATESUCCESS

Create subsequent bank details record

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BAPI_BANKDETAILGBCREATESUCCESS (Create subsequent bank details record) is a standard Function Module in SAP ERP and is part of the function group PBNK_GB within the package PB08.

Technical Information

Function Module BAPI_BANKDETAILGBCREATESUCCESS
Short Text Create subsequent bank details record
Function Group PBNK_GB
Package PB08
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACCOUNTNO LIKE BAPIP0009-BANKN Bank account number
BANKCOUNTRY LIKE BAPIP0009-BANKS Country key of bank
BANKKEY LIKE BAPIP0009-BANKL Bank Key
BANKTYPE LIKE BAPIP0009-BNKSA Type of Bank Details Record
CHECKDIGIT LIKE BAPIP0009-BANKP Check digit for bank/account numbers
CONTROLKEY LIKE BAPIP0009-BKONT Bank control key
CURRENCY LIKE BAPIP0009-WAERS Currency key
EMPLOYEENUMBER LIKE BAPIP0009-PERNR Personnel number
IBAN TYPE BAPIP0009-IBAN IBAN (International Bank Account Number)
NOCOMMIT LIKE BAPI_STAND-NO_COMMIT COMMIT control at BAPI interface
PAYEE LIKE BAPIP0009-EMFTX Recipient text
PAYEECITY LIKE BAPIP0009-BKORT City
PAYEEPOSTALCODECITY LIKE BAPIP0009-BKPLZ Postal code
PAYMENTMETHOD LIKE BAPIP0009-ZLSCH Payment method
PSKTO LIKE BAPIP0009LGB-PSKTO Building Society Account
PURPOSE LIKE BAPIP0009-ZWECK Purpose of bank transfers
STANDARDPERCENT LIKE BAPIP0009-ANZHL Standard percentage
STANDARDVALUE LIKE BAPIP0009-BETRG Standard value
STANDARDVALUECURR LIKE BAPICURR-BAPICURR Currency Amount of BAPI Interfaces
TIMEUNIT LIKE BAPIP0009-ZEINH Time/measurement unit
VALIDITYBEGIN LIKE BAPIP0009-BEGDA Valid from date
VALIDITYEND LIKE BAPIP0009-ENDDA Valid to date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EMPLOYEENUMBER LIKE BAPIP0009-PERNR Personnel number
LOCKINDICATOR LIKE BAPIP0009-SPRPS Lock indicator for HR master record
OBJECTID LIKE BAPIP0009-OBJPS Object ID
RECORDNUMBER LIKE BAPIP0009-SEQNR Number of infotype record
RETURN LIKE BAPIRETURN1 Structure for return code
SUBTYPE LIKE BAPIP0009-SUBTY Subtype
VALIDITYBEGIN LIKE BAPIP0009-BEGDA Valid from date
VALIDITYEND LIKE BAPIP0009-ENDDA Valid to date

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.