IBKK_REF_ACCOUNT_INT SAP (Account: Reference Account) Structure details

Dictionary Type: Structure
Description: Account: Reference Account




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




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

IBKK_REF_ACCOUNT_INT 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_IBKK_REF_ACCOUNT_INT TYPE IBKK_REF_ACCOUNT_INT.

The IBKK_REF_ACCOUNT_INT table consists of various fields, each holding specific information or linking keys about Account: Reference Account data available in SAP. These include DESCRREFACCOUNTCATEGORY (Text length 25), REFACCBANKAREA (Bank Area for Internal Reference Account), DESCRREFACCBANKAREA (Description Bank Area), REFACCACCOUNTINTNUMBER (Internal Account Number of Reference Account).. 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: Cannot Be Enhanced


SAP IBKK_REF_ACCOUNT_INT 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 BKK_REFCTGCHAR2Assigned to domainBKK_REFCTG
DESCRREFACCOUNTCATEGORYText length 25 TEXT25CHAR25TEXT25
REFACCBANKAREABank Area for Internal Reference Account BKK_BKKRS_INTREFCHAR4Assigned to domainBKK_BKKRS
DESCRREFACCBANKAREADescription Bank Area BKK_T_BKRSCHAR25TEXT25
REFACCACCOUNTINTNUMBERInternal Account Number of Reference Account BKK_RACCNTCHAR10Assigned to domainALPHABKK_ACCNT
INTERESTPOSTINGACCOUNTReference Account: Interest Posting Method BKK_INT_POST_METHNUMC1BKK_INT_POST_METH
DESCRINTERESTPOSTMETHExplanatory short text DDTEXTCHAR60DDTEXT
REFACCCOUNTRYKEYCountry Key LAND1CHAR3Assigned to domainLAND1LND
DESCRCOUNTRYKEYText (30 Characters) TEXT30CHAR30TEXT30
REFACCBANKKEYBank Key BKK_NBANKLCHAR15BANKK
REFACCACOUNTEXTNUMBERAccount Number for Internal or External Reference Account BKK_NACNUMCHAR35ACEXTBKK_ACEXT
REFACCIBANInternational Bank Account Number BKK_NIBANCHAR35ALPHABKK_ACIBAN
REFACCACCOUNTHOLDERAccount Holder BKK_NACHLDCHAR60TEXT60
TRANSACTIONTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
DESCRTRANSACTIONTYPEText length 25 TEXT25CHAR25TEXT25
TRANSACTIONTYPE2Transaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
DESCRTRANSACTIONTYPE2Text length 25 TEXT25CHAR25TEXT25
PAYMENTMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
DESCRMEDIUMText length 25 TEXT25CHAR25TEXT25
FLGNOCHECKDIGITCALCIndicator: No Check Digit Calculation BKK_XCHKDGCHAR1XFELD
ACCOUNTCLOSURENOTE1Purpose BKK_PAYNTECHAR70BKK_PAYNTE
ACCOUNTCLOSURENOTE2Purpose BKK_PAYNTECHAR70BKK_PAYNTE
ACCOUNTCLOSURENOTE3Purpose BKK_PAYNTECHAR70BKK_PAYNTE
ACCOUNTCLOSURENOTE4Purpose BKK_PAYNTECHAR70BKK_PAYNTE
CONTAINERFIELD1Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD2Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD3Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD4Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD5Customer Field (Length 20) BKK_CONTAINER_SCHAR20CHAR20
CONTAINERFIELD6Customer Field (Length 20) BKK_CONTAINER_SCHAR20CHAR20
REFACCRELEASESTATUSAccount Closure Release Key BKK_ACC_CLOS_RELEASEDCHAR1BKK_DUAL_CONTROL_KEY
DESCRRELEASESTATUSExplanatory short text DDTEXTCHAR60DDTEXT
REFACCDECLINEKEYReason for Rejecting Release BKK_DECLINE_KEYCHAR2CHAR2
DESCRDECLINEKEYText length 25 TEXT25CHAR25TEXT25

Key field Non-key field



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

As IBKK_REF_ACCOUNT_INT 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 IBKK_REF_ACCOUNT_INT as there is no data to select.

How to access SAP table IBKK_REF_ACCOUNT_INT

Within an ECC or HANA version of SAP you can also view further information about IBKK_REF_ACCOUNT_INT 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!