SAP SIMAINSODATA IO: All Data for Insurance Object Table data and field list

SIMAINSODATA 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 "IO: All Data for Insurance Object" 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_SIMAINSODATA TYPE SIMAINSODATA.

The SIMAINSODATA table consists of various fields, each holding specific information or linking keys about IO: All Data for Insurance Object data available in SAP. These include AKTDB (Activity Type), AKTYP (Activity Type), XCHNG (Indicator: Data has been changed), NRRNG (BP Number Range)... 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. .

SIMAINSODATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SIMAINSODATA structure 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 SIMAINSODATA 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
CONTROL 0
AKTDBActivity Type BU_ACTYPCHAR2BU_ACTYP
AKTYPActivity Type BU_ACTYPCHAR2BU_ACTYP
XCHNGIndicator: Data has been changed BU_XCHNGCHAR1XFELD
NRRNGBP Number Range BU_NRRNGCHAR2CHAR2
XNREXInternal (' ') or external ('X') number range flag NRINDCHAR1XFELD
VALDTInitial Date for Business Partner Data BU_VALDTDATS8DATUM
DUMMYNUMBERIdentification for an Insurance Object INSOBJECT_MDCHAR20ALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
XENQUEUECheckbox XFELDCHAR1XFELD
XUPDTASKCheckbox XFELDCHAR1XFELD
XCHDOCCheckbox XFELDCHAR1XFELD
XDINPCheckbox XFELDCHAR1XFELD
XREADPPCheckbox XFELDCHAR1XFELD
XPOSTTRANSFERCheckbox XFELDCHAR1XFELD
XSAVEDCheckbox XFELDCHAR1XFELD
XTESTCheckbox XFELDCHAR1XFELD
RUNDTDate data element for SYST SYDATEDATS8SYDATS
PCHNGNRPlanned change number PLANCHNGNRCHAR12ALPHAPLANCHNGNRAEN
TPCDHDR 0
DIMAIOB 0
CLIENTClient MANDTCLNT3MANDT
INSOBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20ALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
INSOBJECTTYPExternal Insurance Object Category INSOBJECTTYPC_MDCHAR2INSOBJECTTYPC_MDINSOBJECTTYPSHLP_INSOBJECTTYPC_MD
INSOBEZIO: Name of an Insurance Object INSOBEZ_MDCHAR35INSOBEZ_MD
INSOBJECTEXTInsurance Object Number in External System INSOBJECTEXT_MDCHAR20CHAR20
OBJREFReference to Leading Objects OBJREF_MDCHAR20CHAR20
ERNAMIO: Technical User That Creted Insurance Object CRNAME_TECH_MDCHAR12USNAM
ERNAM_BUSINESSBusiness User That Created IO CRNAME_BUS_MDCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMTechnical User That Used IO CHNAME_TECH_MDCHAR12USNAM
AENAM_BUSINESSBusiness User That Changed IO CHNAME_BUS_MDCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
VERSIONIO: Version Number for Insurance Object VERSION_MDCHAR4VERSION_MD
DUMMYFIELDDummy function in length 1 DUMMYCHAR1DUMMY
CNCREASONCancellation Reason for Insurance Object INSOCNCREASON_VKCHAR4INSOCNCREASON_VK
DIMAIOBBCON 0
CLIENTClient MANDTCLNT3MANDT
INSOBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20ALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
BCON_TYPEType of Contract in the Feeder System BCON_TYPE_VKCHAR5
BCON_IDContract ID in the Feeder System BCON_ID_VKCHAR35
BCON_ITEM_TYPEContract Subtype in the Feeder System BCON_ITEM_TYPE_VKCHAR5
BCON_ITEM_IDContract Subidentification in the Feeder System BCON_ITEM_ID_VKCHAR10
BCON_BUSSYSFeeder System for the Contract BCON_BUSSYS_VKCHAR60SLD_BSKEY
PARTNER 0

Key field Non-key field



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

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

How to access SAP table SIMAINSODATA

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

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