IBKK_STR_RECONC_SUM_EXT SAP (Structure for Reconciliation sums) Structure details

Dictionary Type: Structure
Description: Structure for Reconciliation sums




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




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

IBKK_STR_RECONC_SUM_EXT 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 Reconciliation sums" 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_STR_RECONC_SUM_EXT TYPE IBKK_STR_RECONC_SUM_EXT.

The IBKK_STR_RECONC_SUM_EXT table consists of various fields, each holding specific information or linking keys about Structure for Reconciliation sums data available in SAP. These include BKKRS (Bank Area), SYST_TO (Identification of Target System), APPL_TO (Reconciliation - ID of Target Application/Receiver), SYST_FROM (Identification of Supplying System).. 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: Cannot Be Enhanced


SAP IBKK_STR_RECONC_SUM_EXT 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
DATE_SYPOPosting date BKK_PSTDATDATS8DATUM
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
SYST_TOIdentification of Target System BKK_DTE_SYST_TOCHAR10BKK_DOM_SYSTEM
APPL_TOReconciliation - ID of Target Application/Receiver BKK_DTE_APPL_TOCHAR5BKK_DOM_APPL
SYST_FROMIdentification of Supplying System BKK_DTE_SYST_FROMCHAR10BKK_DOM_SYSTEM
APPL_FROMReconciliation - Supplying Application ID BKK_DTE_APPL_FROMCHAR5BKK_DOM_APPL
RCN_NO_FROMReconciliation Unit - Additional ID BKK_DTE_RECONC_NOCHAR15BKK_DOM_RECONC_NO
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ITEMTYPEType of Payment Item BKK_ITTYPECHAR2BKK_ITTYPE
XCREDIndicator: Credit BKK_XCREDCHAR1XFELD
PSTSUMTotal of Items Updated on the GL BKK_PSTSUMCURR23(2) BKK_TOAMT
PSTCNTNumber of Items Updated on GL BKK_PSTCNTINT410
ENQPSTSUMTotal of Items in Queue BKK_ENQPSTSUMCURR23(2) BKK_TOAMT
ENQPSTCNTNumber of Items in Queue BKK_ENQPSTCNTINT410
ENQRELSUMTotal of Posted Items from Queue BKK_ENQRELSUMCURR23(2) BKK_TOAMT
ENQRELCNTNumber of Posted Items from Queue BKK_ENQRELCNTINT410
ENQPRESUMTotal of Parked Items from Queue BKK_ENQPRESUMCURR23(2) BKK_TOAMT
ENQPRECNTNumber of Parked Items from Queue BKK_ENQPRECNTINT410
PREPSTSUMTotal of Items in Postprocessing BKK_PREPSTSUMCURR23(2) BKK_TOAMT
PREPSTCNTNumber of Items in Postprocessing BKK_PREPSTCNTINT410
PREREJSUMTotal of Rejected Items from Postprocessing BKK_PREREJSUMCURR23(2) BKK_TOAMT
PREREJCNTNumber of Rejected Items from Postprocessing BKK_PREREJCNTINT410
PRERELSUMTotal of Released Items from Postprocessing BKK_PRERELSUMCURR23(2) BKK_TOAMT
PRERELCNTNumber of Released Items from Postprocessing BKK_PRERELCNTINT410

Key field Non-key field



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

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

How to access SAP table IBKK_STR_RECONC_SUM_EXT

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