IBKKSO_S2 SAP (Standing Order: Relevant for DI) Structure details

Dictionary Type: Structure
Description: Standing Order: Relevant for DI




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




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

IBKKSO_S2 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 "Standing Order: Relevant for DI" 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_IBKKSO_S2 TYPE IBKKSO_S2.

The IBKKSO_S2 table consists of various fields, each holding specific information or linking keys about Standing Order: Relevant for DI data available in SAP. These include PER_UNIT (Period Unit), KEY_DATE (Key date), NEXT_DATE (Next Run), SHIFT_WDAY (Type of Shift of Due Date to Working Day).. 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 IBKKSO_S2 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
PERIODPeriod BKK_PERIODNUMC3BKK_PERIOD
PER_UNITPeriod Unit BKK_PUNITCHAR1Assigned to domainBKK_PUNIT
KEY_DATEKey date BKK_KDATENUMC2BKK_DAY
NEXT_DATENext Run BKK_NEDATEDATS8DATUM
SHIFT_WDAYType of Shift of Due Date to Working Day BKK_WORKDAYSHIFTNUMC1T_SWERK
SUSP_FROMSuspend from BKK_SFDATEDATS8DATUM
SUSP_TOSuspend till BKK_SODATEDATS8DATUM
LAST_DATELast Execution BKK_LDATEDATS8DATUM
TRNSTYPE_RTransaction Type Offsetting Posting for Payment Order BKK_TTYPERCHAR4Assigned to domainBKK_TTYPE
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
MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
STATUSStatus of a Standing Order BKK_SOSTATCHAR2BKK_SOSTAT
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

Key field Non-key field



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

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

How to access SAP table IBKKSO_S2

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