SAP IBROBASIC IS-IS-CD Basic Settings Table data and field list

IBROBASIC is a standard SAP Table which is used to store IS-IS-CD Basic Settings data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The IBROBASIC table consists of various fields, each holding specific information or linking keys about IS-IS-CD Basic Settings data available in SAP. These include MBROK_AKT (Broker Contract Dunning Lock for Assigned Insurance Objects), DUNN_ACT (Flag: Broker Dunning Status Active), COINS_ACT (Flag: Integration Broker Collections and Coinsurance Active), XNOSEL_ACC (Flag: No OI Selection for Postings on Account)... 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. .

IBROBASIC table Technical Details:

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IBROBASIC table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the IBROBASIC table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
MBROK_AKTBroker Contract Dunning Lock for Assigned Insurance Objects MBROK_AKT_VKCHAR1XFELD
DUNN_ACTFlag: Broker Dunning Status Active DUNN_ACT_BROKCHAR1XFELD
COINS_ACTFlag: Integration Broker Collections and Coinsurance Active COINS_ACT_BROKCHAR1XFELD
XNOSEL_ACCFlag: No OI Selection for Postings on Account XNOSEL_POSTACC_BROKCHAR1XFELD
XSHFIKEYUse Collective Reconciliation Key XSHFIKEY_BROKCHAR1XFELD
XSEL_CLEAREDFind Broker in Cleared Documents FSCD_XSEL_CLEAREDCHAR1XFELD
SEL_DAYSNumber of Days Before Analysis Period FSCD_XSEL_DAYSINT410
XANY_BROKBroker in Item Freely Definable XANY_BROKCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table IBROBASIC using ABAP code

The following ABAP code Example will allow you to do a basic selection on IBROBASIC to SELECT all data from the table
DATA: WA_IBROBASIC TYPE IBROBASIC.

SELECT SINGLE *
FROM IBROBASIC
INTO CORRESPONDING FIELDS OF WA_IBROBASIC
WHERE...

How to access SAP table IBROBASIC

Within an ECC or HANA version of SAP you can also view further information about IBROBASIC and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).