SIMA_INSOBJ_DISP SAP (IO: Display Insurance Object Data in Acct and Partner Dialog) Structure details

Dictionary Type: Structure
Description: IO: Display Insurance Object Data in Acct and Partner Dialog




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




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

SIMA_INSOBJ_DISP 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: Display Insurance Object Data in Acct and Partner Dialog" 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_SIMA_INSOBJ_DISP TYPE SIMA_INSOBJ_DISP.

The SIMA_INSOBJ_DISP table consists of various fields, each holding specific information or linking keys about IO: Display Insurance Object Data in Acct and Partner Dialog data available in SAP. These include PARTNER (Business Partner Number), PARTNERACC (Contract Account Number), OBJ1X_X (IO: Settings Active for Insurance Object Flag), EZAWE_X (Incoming Payment Method).. 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 SIMA_INSOBJ_DISP 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
INSOBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20Assigned to domainALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNERACCContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
OBJ1X_XIO: Settings Active for Insurance Object Flag PAY_PAR_ACT_MDCHAR1XFELD
EZAWE_XIncoming Payment Method EZAWE_KKCHAR1CHAR1
EBVTY_XBank Details ID for Incoming Payments EBVTY_KKCHAR4CHAR4
CCARD_IDPayment Card ID for Incoming Payments CCID_IN_KKCHAR6CHAR6
AZAWE_XOutgoing Payment Methods AZAWE_KKCHAR5CHAR5
ABVTY_XBank Details ID for Outgoing Payments ABVTY_KKCHAR4CHAR4
ABWRE_XAlternative Payer ABWRE_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
ABWRA_XAlternative Payee ABWRA_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
TRANSFER_ACCClearing Account KTDEP_VKCHAR12Assigned to domainALPHAVKONT_KK
INDIRECT_TRANSIndicator: Clear Variable KZVER_VKCHAR1XFELD
MVARIDunning Variant MVARI_VKCHAR2Assigned to domainMVARI_VK
MNDID_XUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table SIMA_INSOBJ_DISP

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