IBKKPOHD SAP (Structure for Payment Order - Header Data) Structure details

Dictionary Type: Structure
Description: Structure for Payment Order - Header Data




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




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

IBKKPOHD 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 "Structure for Payment Order - Header 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_IBKKPOHD TYPE IBKKPOHD.

The IBKKPOHD table consists of various fields, each holding specific information or linking keys about Structure for Payment Order - Header Data data available in SAP. These include MANDT (Client), BKKRS (Bank Area), PAORN (Payment order number), DATE_CR (Creation Date of the Data Medium).. 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 IBKKPOHD 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
MANDTClient MANDTCLNT3T000MANDT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
PAORNPayment order number BKK_PAORNNUMC12BKK_PAORNPYN
DATE_CRCreation Date of the Data Medium BKK_CRDATDDATS8DATUM
DATE_POSTPosting date BKK_PSTDATDATS8DATUM
XPOSTOLDIndicator: Posting Old Posting Date BKK_PSTOLDCHAR1XFELD
MEDIUMMedium BKK_MEDIUMCHAR4TBKKG1BKK_MEDIUM
PAYMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
PROCESSProcesses in BCA BKK_PROCSSCHAR4TBKKIPROCBKK_PROCSS
POSTATUSStatus of a Payment Order BKK_POSTATCHAR2BKK_ITSTAT
RCV_EXTERNIndicator: Payment Order Has External Recipient BKK_RCVEXTCHAR1XFELD
RCV_EXTERN_ERRORIndicator: Error when sending external recipient data BKK_XEXTRCVCHAR1XFELD
XPRI_PPROCIndicator: Priority in Postprocessing BKK_XPRIPPCHAR1X
REMARKComment on Order/Item BKK_REMARKCHAR50BKK_CHAR50LOW
S_TRNSTYPESource Transaction Type BKK_STTYPECHAR4Assigned to domainBKK_TTYPE
RETURNKReturn Reason BKK_RKEYCHAR2
REFNO_CRReference Number of Creation BKK_CRNOCHAR20BKK_REFNO
REFNO_PAYMReference Number from Payment Transactions BKK_PAYMNOCHAR20BKK_REFNO
REFNO_PNDaybook number BKK_PNNOCHAR12ALPHABKK_PNNO
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
REF_SONOReference: Standing Order Number BKK_RFSONONUMC10BKK_SONO
XREVERSEIndicator: Reversal Item BKK_XREVCHAR1XFELD
XDOCUMENTIndicator: Documented Return BKK_XDOCUCHAR1XFELD
ITEMCNTNumber of Processed Items BKK_ITCNTNUMC5NUMC5
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
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
DATE_DUEDue Date BKK_DTE_DATE_DUEDATS8BKK_DATUM
SND_EXTERNSend Ordering Party Payment Item to External System BKK_SNDEXTCHAR1XFELD
SND_EXTERN_ERRORIndicator: Error when sending Ordering Party Payment Item BKK_XEXTSNDCHAR1XFELD
XSDDSEPA Direct Debit Order BKK_DTE_FLG_XSDDCHAR1BKK_XFLD
.INCLU--AP 0
XMEMO_ITEMItems are memo items BCA_US_XMEMOCHAR1FLAG
DATE_SYPOPosting date BKK_PSTDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table IBKKPOHD

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