SIMA_CORV_DI SAP (IO: DI: Correspondence Data for Ins. Object-Partner Rel.) Structure details

Dictionary Type: Structure
Description: IO: DI: Correspondence Data for Ins. Object-Partner Rel.




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




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

SIMA_CORV_DI 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: DI: Correspondence Data for Ins. Object-Partner Rel." 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_CORV_DI TYPE SIMA_CORV_DI.

The SIMA_CORV_DI table consists of various fields, each holding specific information or linking keys about IO: DI: Correspondence Data for Ins. Object-Partner Rel. data available in SAP. These include FAART (Invoicing Type), BASE_DATE (FS-CD: Date for Insurance Object in CHAR Format (YYYYMMDD)), CPAR_ACTIVE (IO: Correspondence Params Active for Ins. Object-Partner), DEF_REC (Correspondence Recipient ID).. 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 SIMA_CORV_DI 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
IS_COVARCorrespondence Variant COPRC_KKCHAR4Assigned to domainCOPRC_KK
FAARTInvoicing Type ABART_VKCHAR2Assigned to domainABART_VK
BASE_DATEFS-CD: Date for Insurance Object in CHAR Format (YYYYMMDD) DATE_C_MDCHAR8CHAR8
CPAR_ACTIVEIO: Correspondence Params Active for Ins. Object-Partner CPAR_ACTIVE_MDCHAR1XFELD
DEF_RECCorrespondence Recipient ID CORR_PARTNER_KKCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DEF_REC_INDCorrespondence - Activity Key CORR_ACKEY_KKCHAR4Assigned to domainCORR_ACKEY_KK
CB_GPARTBusiness partner in a collective invoice COLL_BILL_GPART_VKCHAR10Assigned to domainALPHABU_PARTNERBUPA
CB_VKONTContract acct in a collective invoice COLL_BILL_VKONT_VKCHAR12Assigned to domainALPHAVKONT_KKFKKVKP
CORR_MAHNVCorrespondence Dunning Procedure CORR_MAHNV_KKCHAR2Assigned to domainMAHNV_KK

Key field Non-key field



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

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

How to access SAP table SIMA_CORV_DI

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