RCLI_CONTRACT_PERS SAP (Structure of Table for Insured Persons) Structure details

Dictionary Type: Structure
Description: Structure of Table for Insured Persons




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




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

RCLI_CONTRACT_PERS 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 "Structure of Table for Insured Persons" 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_RCLI_CONTRACT_PERS TYPE RCLI_CONTRACT_PERS.

The RCLI_CONTRACT_PERS table consists of various fields, each holding specific information or linking keys about Structure of Table for Insured Persons data available in SAP. These include IND_MAIN_BORROWER (Business Partner Is Main Borrower), POLICYHOLDER (Business Partner Is Policyholder), SEX (Gender Key), BIRTH_DATE (Date of Birth).. 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 RCLI_CONTRACT_PERS 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
SEQUENCE_NUMBERSequence Number in BAdI for Persons to Be Insured TB_CLI_SEQUENCE_NUMBERNUMC1NUM1
IND_MAIN_BORROWERBusiness Partner Is Main Borrower TB_CLI_IND_MAIN_BORROWERCHAR1T_CLI_BOOLE
POLICYHOLDERBusiness Partner Is Policyholder TB_CLI_POLICYHOLDERCHAR1T_CLI_BOOLE
SEXGender Key TB_CLI_SEXCHAR1GESCH
BIRTH_DATEDate of Birth TB_CLI_BIRTHDTDATS8DATUM
INSURANCE_KEY 0
EXTERNAL_IDKey for Insurance Rate TB_CLI_EXTERNAL_RATECHAR8CHAR08
INSURANCE_RATEKey for Rate at Insurance Company TB_CLI_INSURENCE_RATECHAR10ALPHAT_CLI_INSURANCE_RATE
INS_DESCRIPTIONDescription for Insurance Rate TB_CLI_DESCRIPTIONCHAR30T_CLI_UPPER_LOWER_CASE
INDICATOR_CLI_REQUIREDCredit Life Insurance Mandatory TB_CLI_INDICATOR_REQUIREDCHAR1T_CLI_BOOLE
CLI_INCLUSIVCredit Life Insurance Single Premium Included in Loan TB_CLI_INCLUSIVCHAR1T_CLI_BOOLE
PARTNER_RELATIONSHIPCLI: Partner Relationship Between Insured Persons TB_CLI_PARTNER_RELATIONSHIPCHAR1CHAR01
PARTNERBusiness Partner Number for Insurance Company TB_CLI_INSURANCE_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RATEKey for Rate at Insurance Company TB_CLI_INSURENCE_RATECHAR10ALPHAT_CLI_INSURANCE_RATE
VERSIONSequential Version Number for Insurance Rate TB_CLI_INSURANCE_VERSIONNUMC3T_CLI_INSURANCE_VERSION
INS_COMPName of Insurance Company TB_CLI_INSURANCE_COMPANYCHAR30T_CLI_UPPER_LOWER_CASE
COMMITMENT_CAPITALContract Amount to Be Insured TB_CLI_CON_SUMCURR13(2) WERTV7
PAYMENT_RATEConsumer Loan Installment TB_CLI_PAYMENT_RATECURR13(2) WERTV7
AMOUNT_INSUREDSingle Premium for Credit Life Insurance TB_CLI_AMOUNT_INSUREDCURR13(2) WERTV7
INSURANCE_STARTStart of Term TB_CLI_START_OF_TERMDATS8DATUM
INSURANCE_ENDEnd of Term TB_CLI_END_OF_TERMDATS8DATUM
RISKRisk to Be Insured TB_CLI_INSURANCE_RISKCHAR1CHAR1
RSICHERCollateral reference number RSICHERNUMC8NUMC8
BP_NUMBusiness Partner Number TB_CLI_BP_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
TECH_AGECredit Life Insurance: Technical Age of a Person TB_CLI_TECH_AGENUMC3NUM03
INS_OCCUPATIONKey for Occupational Group/Industry for CLI TB_CLI_EXTERNAL_OCCUPATIONCHAR8CHAR08
OCCUPATIONAL_GROUPIndustry/Occupational Key TB_CLI_INDUSTRYCHAR30CHAR30
RLTYP_100BP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
RLTYP_115BP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
RLTYP_700BP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
RLTYP_702BP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CLI_COMMENTComment on Calculation of CLI Single Premium TB_CLI_COMMENTCHAR50CHAR50

Key field Non-key field



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

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

How to access SAP table RCLI_CONTRACT_PERS

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