Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.
Bei amazon.de ansehen →The Function Module BAPI_BANKDETAIL_GETDETAIL (Read bank details) is a standard Function Module in SAP ERP and is part of the function group PBNK within the package PBAS.
Function Module | BAPI_BANKDETAIL_GETDETAIL |
Short Text | Read bank details |
Function Group | PBNK |
Package | PBAS |
Module Type | Remote-Enabled |
These are the IMPORTING 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 | |
SUBTYPE | LIKE | BAPIP0009-SUBTY | Subtype | |
VALIDITYBEGIN | LIKE | BAPIP0009-BEGDA | Valid from date | |
VALIDITYEND | LIKE | BAPIP0009-ENDDA | Valid To Date |
These are the EXPORTING 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 | |
BANKREFERENCE | LIKE | BAPIP0009-BANK_REF | Reference specifications for bank details | |
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 | |
COUNTRYCURRENCY | LIKE | BAPIP0009-CTRYWAERS | Currency Key | |
CURRENCY | LIKE | BAPIP0009-WAERS | Currency Key | |
DEBIT | LIKE | BAPIP0009-DEBIT | Automatic Debit Authorization Indicator | |
IBAN | TYPE | BAPIP0009-IBAN | IBAN (International Bank Account Number) | |
NAMEOFBANKCOUNTRY | LIKE | BAPIP0009-NAMEOFBANKS | Bank country name | |
NAMEOFBANKKEY | LIKE | BAPIP0009-NAMEOFBANKL | Bank key name | |
NAMEOFBANKTYPE | LIKE | BAPIP0009-NAMEOFBNKSA | Bank details record type name | |
NAMEOFCOUNTRYCURRENCY | LIKE | BAPIP0009-NAMEOFCTRYWAERS | Currency key name | |
NAMEOFCURRENCY | LIKE | BAPIP0009-NAMEOFWAERS | Currency name | |
NAMEOFPAYMENTMETHOD | LIKE | BAPIP0009-NAMEOFZLSCH | Payment method name | |
PAYEE | LIKE | BAPIP0009-EMFTX | Recipient text | |
PAYEECITY | LIKE | BAPIP0009-BKORT | City | |
PAYEEPOSTALCODECITY | LIKE | BAPIP0009-BKPLZ | Postal code | |
PAYEEREGION | LIKE | BAPIP0009-REGION | Region (State, Province, County) | |
PAYEESTREET | LIKE | BAPIP0009-STREET | House Number and Street | |
PAYMENTMETHOD | LIKE | BAPIP0009-ZLSCH | Payment method | |
PURPOSE | LIKE | BAPIP0009-ZWECK | Purpose of bank transfers | |
RETURN | LIKE | BAPIRETURN1 | Structure for return code | |
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 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.