IBKK_PO_DYN_ADMIN SAP (Screen Payment Order: Administration Data) Structure details

Dictionary Type: Structure
Description: Screen Payment Order: Administration Data




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




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

IBKK_PO_DYN_ADMIN 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 Order: Administration 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_PO_DYN_ADMIN TYPE IBKK_PO_DYN_ADMIN.

The IBKK_PO_DYN_ADMIN table consists of various fields, each holding specific information or linking keys about Screen Payment Order: Administration Data data available in SAP. These include REMARK (Comment on Order/Item), REFNO_CR (Reference Number of Creation), REFNO_PAYM (Reference Number from Payment Transactions), REFNO_PN (Daybook number).. 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)


SAP IBKK_PO_DYN_ADMIN 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
XPRI_PPROCIndicator: Priority in Postprocessing BKK_XPRIPPCHAR1X
REMARKComment on Order/Item BKK_REMARKCHAR50BKK_CHAR50LOW
REFNO_CRReference Number of Creation BKK_CRNOCHAR20BKK_REFNO
REFNO_PAYMReference Number from Payment Transactions BKK_PAYMNOCHAR20BKK_REFNO
REFNO_PNDaybook number BKK_PNNOCHAR12ALPHABKK_PNNO
REFNO_RTRNReference Number for Return BKK_RTRNNOCHAR20BKK_REFNO
REF_SONOReference: Standing Order Number BKK_RFSONONUMC10BKK_SONO
REVERSE_NOReversal no. BKK_REVNONUMC12Assigned to domainBKK_DOCNO
REVERSE_PSReversal Item BKK_REVPOSNUMC3BKK_POSNO
REF_IT_BKReference field: Bank Area Generating Payment Item BKK_REFITBCHAR4Assigned to domainBKK_BKKRS
REF_IT_NOReference Field: Number Generating Payment Item BKK_REFITDNUMC12Assigned to domainBKK_DOCNO
REF_IT_PSReference Field: Position Generating Payment Item BKK_REFITPNUMC3BKK_POSNO
CRUSRUser who created the object BKK_CRUSRCHAR12USNAM
CRDATDate on which the object was created BKK_CRDATDATS8DATUM
CRTIMTime at which the object was created BKK_CRTIMTIMS6UZEIT
CHUSRLast user to change object BKK_CHUSRCHAR12USNAM
CHDATDate on which the object was last changed BKK_CHDATDATS8DATUM
CHTIMTime at Which Object was Last Changed BKK_CHTIMTIMS6UZEIT
RLUSRUser who released object BKK_RLUSRCHAR12USNAM
RLDATDate on which object was released BKK_RLDATDATS8DATUM
RLTIMTime at Which Object Was Released BKK_RLTIMTIMS6UZEIT
REF_FONOReference Forward order no. BKK_RFFONONUMC12BKK_PAORN

Key field Non-key field



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

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

How to access SAP table IBKK_PO_DYN_ADMIN

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