SAP VINTEGRICD02 Reserved for Reinsurers, Account Balance Display Table data and field list

VINTEGRICD02 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 "Reserved for Reinsurers, Account Balance Display" 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_VINTEGRICD02 TYPE VINTEGRICD02.

The VINTEGRICD02 table consists of various fields, each holding specific information or linking keys about Reserved for Reinsurers, Account Balance Display data available in SAP. These include RI_TREATY_TYPE_GRP (Contract Type Group), RI_ARCH_DOC_ID (SAP Archive Link), RI_TREATY_CAT (Policy Category), RI_TREATY_HIER (Contract Hierarchy)... 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. .

VINTEGRICD02 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VINTEGRICD02 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 VINTEGRICD02 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
RI_ACCT_NOFS-RI Account Number RI_ACCT_NO_VICHAR20RI_ACCT_NO_VI
RI_TREATY_TYPE_GRPContract Type Group RI_TREATY_TYPE_GRP_VICHAR1RI_TREATY_TYPE_GRP_VI
RI_ARCH_DOC_IDSAP Archive Link RI_ARCH_DOC_ID_VICHAR40SADC40
RI_TREATY_CATPolicy Category RI_TREATY_CAT_VICHAR3RI_TREATY_CAT_VI
RI_TREATY_HIERContract Hierarchy RI_TREATY_HIER_VICHAR24RI_TREATY_HIER_VI
RI_PSTG_PER_ENDPosting Period End RI_PSTG_PER_END_VIDATS8RI_PSTG_PER_END_VI
RI_TREATY_NOContract Number RI_TREATY_NO_VICHAR20RI_TREATY_NO_VI
RI_ADDRESSAddress for Partner RI_ADDRESS_VICHAR10Assigned to domainALPHAAD_ADDRNUM
RI_POST_NOPosting Number RI_POST_NO_VICHAR4RI_POST_NO_VI
RI_COMPONENTComponent in Reinsurance Treaty RI_COMPONENT_VICHAR4RI_COMPONENT_VI
RI_ACCT_RECSettlement Recipient RI_ACCT_REC_VICHAR10Assigned to domainALPHABU_PARTNER
RI_CLAIM_NOClaim Number RI_CLAIM_NO_VICHAR10RI_CLAIM_NO_VI
RI_EST_FLGEstimation Flag RI_EST_FLG_VICHAR3RI_EST_FLG_VI
RI_BROKERBroker RI_BROKER_VICHAR10Assigned to domainALPHABU_PARTNER

Key field Non-key field



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

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

How to access SAP table VINTEGRICD02

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

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