RINS_POL SAP (Insurance Policy) Structure details

Dictionary Type: Structure
Description: Insurance Policy




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




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

RINS_POL 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 "Insurance Policy" 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_RINS_POL TYPE RINS_POL.

The RINS_POL table consists of various fields, each holding specific information or linking keys about Insurance Policy data available in SAP. These include POL_KEY (Technical Key for Insurance Policy), POL_NO (Insurance Policy Number), CODE (Insurance ID), TYPE (Insurance Type).. 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 (Deep)


SAP RINS_POL 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
LINK_IDInternal Identification Number for Insurance Policy TB_INS_LINK_IDRAW16T_INS_LINK_ID
POL_KEYTechnical Key for Insurance Policy TB_INS_POL_KEYCHAR32T_INS_POL_KEY
POL_NOInsurance Policy Number TB_INS_POL_NOCHAR40ALPHAT_INS_POL_NO
CODEInsurance ID TB_INS_CODECHAR6
TYPEInsurance Type TB_INS_TYPECHAR10T_INS_TYPE
TYPE_TXTName of Insurance Type TB_INS_TYPE_TCHAR40CHAR40_LOW
STATUSInsurance Status TB_INS_STATCHAR1T_INS_STAT
STATUS_TXTDescription of Insurance Status TB_INS_STAT_TCHAR40CHAR40_LOW
POL_HOLDERTechnical Key for Policyholder TB_INS_POL_HOLDERCHAR10Assigned to domainALPHABU_PARTNER
POL_HOLDER_TXTName of Policyholder TB_INS_POL_HOLDER_TCHAR80CHAR80
INS_COMPANYTechnical Key for Insurance Company TB_INS_COMPANYCHAR10Assigned to domainALPHABU_PARTNER
INS_COMPANY_TXTName of Insurance Company TB_INS_COMPANY_TCHAR80CHAR80
PORTFOLIOPortfolio TB_INS_PORTFOLIOCHAR10
START_DATEStart of Validity Period for Insurance Policy TB_INS_FROMDATS8DATUM
END_DATEEnd of Validity Period for Insurance Policy TB_INS_TODATS8DATUM
AUTO_CNCL_DATELatest Contract End Date TB_INS_AUTO_CNCL_DATEDATS8DATUM
FORCEPLACEMENTForce Placed Insurance TB_INS_FORCEPLCMCHAR1XFELD
EVENT_OCCURREDHas an Insurance Event Occurred? TB_INS_EVENT_OCCCHAR1XFELD
MANDATORYRequired Insurance TB_INS_MANDATORYCHAR1XFELD
PAYERPayer of Insurance Premium TB_INS_PREM_PAYERCHAR10Assigned to domainALPHABU_PARTNER
PAYER_TXTName of Premium Payer TB_INS_PREM_PAYER_TCHAR80CHAR80
BANK_IDPartner Bank Category for Insurance Policy TB_INS_BANK_IDCHAR4BVTYP
PAYM_METHODPayment Method for Insurance TB_INS_PAYM_METHODCHAR1Assigned to domainZLSCH
PREM_AMOUNTPremium Amount TB_INS_PREM_AMOUNTCURR13(2) WERTV7
PREM_CURRCurrency TB_INS_PREM_CURRCUKY5Assigned to domainWAERS
REBATE_METHODRebate Method ID TB_INS_REBATE_METHCHAR2T_INS_REBATE_METH
REBATE_METHOD_TDescription of Rebate Method TB_INS_REBATE_METH_TCHAR40CHAR40_LOW

Key field Non-key field



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

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

How to access SAP table RINS_POL

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