IBKK_SO3 SAP (Structure for Payment Order: Standing Order) Structure details

Dictionary Type: Structure
Description: Structure for Payment Order: Standing Order




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




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

IBKK_SO3 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: Standing Order" 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_SO3 TYPE IBKK_SO3.

The IBKK_SO3 table consists of various fields, each holding specific information or linking keys about Structure for Payment Order: Standing Order data available in SAP. These include ACNUM_INT (Internal Account Number for Current Account), SONO (Standing Order Number), TRNSTYPE (Transaction Type), MEDIUM (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 IBKK_SO3 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
SONOStanding Order Number BKK_SONONUMC10BKK_SONO
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
PAYMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
RCV_BANKSCountry Key of Bank of Recipient BKK_RCVBKSCHAR3Assigned to domainLAND1
RCV_BANKLBank Key of Recipient BKK_RCVBKLCHAR15BANKK
RCV_SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
RCV_ACEXTAccount Number of Recipient BKK_RCVACNCHAR35ACEXTBKK_ACEXT
RCV_BKSBank Control Key BKK_BKSCHAR2BKONT
RCV_IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
RCV_NAMERecipient name BKK_RCVNAMCHAR70BKK_NAME
TRNSTYPE_RTransaction Type Offsetting Posting for Payment Order BKK_TTYPERCHAR4Assigned to domainBKK_TTYPE
TCURTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
T_AMOUNTAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
X_TRACEIndicator: Trace Active BKK_XTRACECHAR1XFELD
PUBLIC_CONT_L1Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L2Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L3Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L4Public Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_S1Public Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20
PUBLIC_CONT_S2Public Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20
MANDATE_IDMandate Reference BKK_DTE_MND_IDCHAR35BKK_MND_ID
UCICreditor Identification BKK_DTE_CRD_IDCHAR35BKK_CRD_ID
DATE_DUEDue Date BKK_DTE_DATE_DUEDATS8BKK_DATUM
.INCLU--AP 0
TAX_YEARTax-year RTP_US_TAXYEARNUMC4RTP_US_DATE_YEAR
AMOUNT_IDAmount identifier code RTP_US_AMN_IDCHAR2RTP_US_AMN_ID
CONTRIB_IDContribution identifier RTP_US_CON_IDCHAR2RTP_US_CON_ID
IRS_DCODERetirement plan distribution code RTP_US_IRSCHAR1RTP_US_IRS
IRS_SCODERetirement plan distribution sub-code RTP_US_IRS_SUBCHAR1RTP_US_IRS
WH_AMOUNT_TOTALTotal fed withholding amount for IRA distribution payment RTP_US_WH_AMOUNT_TOTALCURR17(2) RTP_US_AMOUNT

Key field Non-key field



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

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

How to access SAP table IBKK_SO3

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