BAPI_IBKK_REF_ACCOUNT_IN SAP (Account Reference Account) Structure details

Dictionary Type: Structure
Description: Account Reference Account




ABAP Code to SELECT data from BAPI_IBKK_REF_ACCOUNT_IN
Related tables to BAPI_IBKK_REF_ACCOUNT_IN
Access table BAPI_IBKK_REF_ACCOUNT_IN




Structure field list including key, data, relationships and ABAP select examples

BAPI_IBKK_REF_ACCOUNT_IN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Account Reference Account" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPI_IBKK_REF_ACCOUNT_IN TYPE BAPI_IBKK_REF_ACCOUNT_IN.

The BAPI_IBKK_REF_ACCOUNT_IN table consists of various fields, each holding specific information or linking keys about Account Reference Account data available in SAP. These include REFACCBANKAREA (Bank Area for Internal Reference Account), INTERESTPOSTINGACCOUNT (Reference Account: Interest Posting Method), REFACCCOUNTRYKEY (Country Key), COUNTRYISO (Country ISO code).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BAPI_IBKK_REF_ACCOUNT_IN structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REFERENCEACCOUNTCATEGORYReference Account Category BAPI_BKK_DTE_REFACC_CATCHAR2Assigned to domainBKK_REFCTG
REFACCBANKAREABank Area for Internal Reference Account BAPI_BKK_DTE_BANKAREACHAR4Assigned to domainBKK_BKKRS
INTERESTPOSTINGACCOUNTReference Account: Interest Posting Method BAPI_BKK_DTE_POST_ACCNTNUMC1BKK_INT_POST_METH
REFACCCOUNTRYKEYCountry Key BAPI_BKK_DTE_LAND1CHAR3Assigned to domainLAND1LND
COUNTRYISOCountry ISO code BAPI_BKK_DTE_INTCACHAR2INTCAF4_INTCA
REFACCBANKKEYBank Key BAPI_BKK_DTE_BANKKEYCHAR15BANKK
REFACCACCOUNTEXTNUMBERAccount Number for Internal or External Reference Account BAPI_BKK_DTE_REFACCNT_EXTCHAR35ACEXTBKK_ACEXT
SWIFT_CODESWIFT Code for International Payments BAPI_BKK_DTE_SWIFTCHAR11SWIFT
BANKCONTROLKEYBank Control Key BAPI_BKK_DTE_BANKCONTROLKEYCHAR2BKONT
REFACCIBANInternational Bank Account Number BAPI_BKK_DTE_REFIBANCHAR35ALPHABKK_ACIBAN
REFACCACCOUNTHOLDERAccount Holder BAPI_BKK_DTE_REFACCNTHOLDNAMECHAR60TEXT60
TRANSACTIONTYPETransaction Type BAPI_BKK_DTE_TRANS_TYPECHAR4Assigned to domainBKK_TTYPE
TRANSACTIONTYPE2Transaction Type BAPI_BKK_DTE_TRANS_TYPECHAR4Assigned to domainBKK_TTYPE
PAYMENTMETHODPayment Method BAPI_BKK_DTE_PAYMENT_METHODCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
FLGNOCHECKDIGITCALCIndicator: No Check Digit Calculation BAPI_BKK_DTE_XNO_CHECKDIGITCHAR1XFELD
ACCOUNTCLOSURENOTE1Purpose BAPI_BKK_DTE_REFACC_CLOSNOTECHAR70BKK_PAYNTE
ACCOUNTCLOSURENOTE2Purpose BAPI_BKK_DTE_REFACC_CLOSNOTECHAR70BKK_PAYNTE
ACCOUNTCLOSURENOTE3Purpose BAPI_BKK_DTE_REFACC_CLOSNOTECHAR70BKK_PAYNTE
ACCOUNTCLOSURENOTE4Purpose BAPI_BKK_DTE_REFACC_CLOSNOTECHAR70BKK_PAYNTE
CONTAINERFIELD1Customer Field for Reference Account (Length 35) BAPI_BKK_DTE_REFACCCONTAINER35CHAR35CHAR35
CONTAINERFIELD2Customer Field for Reference Account (Length 35) BAPI_BKK_DTE_REFACCCONTAINER35CHAR35CHAR35
CONTAINERFIELD3Customer Field for Reference Account (Length 35) BAPI_BKK_DTE_REFACCCONTAINER35CHAR35CHAR35
CONTAINERFIELD4Customer Field for Reference Account (Length 35) BAPI_BKK_DTE_REFACCCONTAINER35CHAR35CHAR35
CONTAINERFIELD5Customer Field for Reference Account (Length 20) BAPI_BKK_DTE_REFACCCONTAINER20CHAR20CHAR20
CONTAINERFIELD6Customer Field for Reference Account (Length 20) BAPI_BKK_DTE_REFACCCONTAINER20CHAR20CHAR20
REFACCRELEASESTATUSAccount Closure Release Key BAPI_BKK_DTE_REFACCRELSTATUSCHAR1BKK_DUAL_CONTROL_KEY
REFACCDECLINEKEYReason for Rejecting Release BAPI_BKK_DTE_REFACCDECLKEYCHAR2CHAR2
MANDATE_IDMandate Reference BKK_DTE_MND_IDCHAR35BKK_MND_ID
UCICreditor Identification BKK_DTE_CRD_IDCHAR35BKK_CRD_ID

Key field Non-key field



How do I retrieve data from SAP structure BAPI_IBKK_REF_ACCOUNT_IN using ABAP code?

As BAPI_IBKK_REF_ACCOUNT_IN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPI_IBKK_REF_ACCOUNT_IN as there is no data to select.

How to access SAP table BAPI_IBKK_REF_ACCOUNT_IN

Within an ECC or HANA version of SAP you can also view further information about BAPI_IBKK_REF_ACCOUNT_IN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!