IBKK_PI_DYN_REFERENCE SAP (Screen Payment Item: Reference Data) Structure details

Dictionary Type: Structure
Description: Screen Payment Item: Reference Data




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




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

IBKK_PI_DYN_REFERENCE 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 "Screen Payment Item: Reference Data" 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_PI_DYN_REFERENCE TYPE IBKK_PI_DYN_REFERENCE.

The IBKK_PI_DYN_REFERENCE table consists of various fields, each holding specific information or linking keys about Screen Payment Item: Reference Data data available in SAP. These include REF_IBAN (Reference IBAN), REF_NAME (Reference Name of Account Holder), REF_BANKS (Reference Country Key of Bank), REF_BANKL (Reference Bank Key).. 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: Not classified


SAP IBKK_PI_DYN_REFERENCE 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
REF_ACEXTReference Account Number BKK_REFACNCHAR35ACEXTBKK_ACEXT
REF_IBANReference IBAN BKK_REFIBACHAR35ALPHABKK_ACIBAN
REF_NAMEReference Name of Account Holder BKK_REFNAMCHAR70BKK_NAME
REF_BANKSReference Country Key of Bank BKK_REFBKSCHAR3T005LAND1
REF_BANKLReference Bank Key BKK_REFBKLCHAR15BANKK
REF_SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
REF_BKSBank Control Key BKK_BKSCHAR2BKONT
BANKA_RECName of bank BANKACHAR60TEXT60
REFNO_CRReference Number of Creation BKK_CRNOCHAR20BKK_REFNO
REFNO_PAYMReference Number from Payment Transactions BKK_PAYMNOCHAR20BKK_REFNO
REFNO_PNDaybook number BKK_PNNOCHAR12ALPHABKK_PNNO
REF_SONOReference: Standing Order Number BKK_RFSONONUMC10BKK_SONO
REVERSE_NOReversal no. BKK_REVNONUMC12Assigned to domainBKK_DOCNO
REVERSE_PSReversal Item BKK_REVPOSNUMC3BKK_POSNO
REF_PO_BKReference Field: Bank Area Generating Payment Order BKK_REFPOBCHAR4Assigned to domainBKK_BKKRS
REF_PO_NOReference Field: Number Generating Payment Order BKK_REFPODNUMC12BKK_PAORN
REF_PO_RCV_NOSequential Recipient Number BKK_RCV_NONUMC5BKK_POPOS
TRNSF_BK_BReference Bank Area from Transfer Posting (Orig. Docu.) BKK_TRFBKBCHAR4Assigned to domainBKK_BKKRS
TRNSF_NO_BReference Document Number from Transfer Posting (Source Doc) BKK_TRFDCBNUMC12Assigned to domainBKK_DOCNO
TRNSF_PS_BReference Position Number from Trans.Posting (Orig.Document) BKK_TRFPSBNUMC3BKK_POSNO
TRNSF_BK_FReference Bank Area from Transfer Posting BKK_TRFBKFCHAR4Assigned to domainBKK_BKKRS
TRNSF_NO_FReference Document Number from Transfer Posting BKK_TRFDCFNUMC12Assigned to domainBKK_DOCNO
TRNSF_PS_FReference Position Number from Transfer Posting BKK_TRFPSFNUMC3BKK_POSNO
PRENOTE_REF_NOPrenote Reference ID BKK_DTE_PRENOTE_REF_IDCHAR40BKK_PRENOTE_REF_ID
RECONC_SYSTEMIdentification of Supplying System BKK_DTE_SYST_FROMCHAR10BKK_DOM_SYSTEM
RECONC_APPLReconciliation - Supplying Application ID BKK_DTE_APPL_FROMCHAR5BKK_DOM_APPL
RECONC_NOReconciliation Unit - Additional ID BKK_DTE_RECONC_NOCHAR15BKK_DOM_RECONC_NO

Key field Non-key field



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

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

How to access SAP table IBKK_PI_DYN_REFERENCE

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