RINTER_ADD_HEADER SAP (Additional Fields: Contract Data Header) Structure details

Dictionary Type: Structure
Description: Additional Fields: Contract Data Header




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




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

RINTER_ADD_HEADER 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 "Additional Fields: Contract Data Header" 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_RINTER_ADD_HEADER TYPE RINTER_ADD_HEADER.

The RINTER_ADD_HEADER table consists of various fields, each holding specific information or linking keys about Additional Fields: Contract Data Header data available in SAP. These include INDICATOR_REQUIRED (Credit Life Insurance Mandatory), MMAXNORISKMS (Number of Risk-Increasing Measures), MNUMRTS (Number of Payment Installments in the Deferral Plan), SUNTGRN (Document Groups for Status).. 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 RINTER_ADD_HEADER 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
INCLUSIVCredit Life Insurance Single Premium Included in Loan TB_CLI_INCLUSIVCHAR1T_CLI_BOOLE
INDICATOR_REQUIREDCredit Life Insurance Mandatory TB_CLI_INDICATOR_REQUIREDCHAR1T_CLI_BOOLE
MMAXNORISKMSNumber of Risk-Increasing Measures TB_NORISKMSNUMC2T_NORISKMS
MNUMRTSNumber of Payment Installments in the Deferral Plan TB_NUMRTSNUMC3
SUNTGRNDocument Groups for Status UNTGRNNUMC3Assigned to domainVVUNTGR
APT_BTR_BISAmount in document currency WRBTRCURR13(2) WERT7
ITEM_DEBIT_AMTLimit Amount for Clearing Open Debit Items TB_PROD_AMT_CLEAR_LIM_ITEM_DBCURR13(2) T_CML_AMOUNT_STANDARD
ITEM_CREDIT_AMTLimit Amount for Clearing Open Credit Items TB_PROD_AMT_CLEAR_LIM_ITEM_CRCURR13(2) T_CML_AMOUNT_STANDARD
NOTICE_LOCK_PERIODNotice Lock Period for the Loan in Months TB_LOAN_CNCLLOCKTERMNUMC4T_CML_NOTICE_PERIOD_VALUE
NOTICE_PERIODNotice Period for the Loan in Months TB_LOAN_CNCLTERMNUMC4T_CML_NOTICE_PERIOD_VALUE
ROLEBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
ROLE_CORRCML Correspondence Role Type of Recipient TB_ROLE_CORRCHAR4Assigned to domainT_ROLE_CORR
REPAY_DELAYModel Calculation: DE for Periods of Repayment Suspension TB_MODEL_REPAY_DELAYNUMC2
ITEM_MIN_REPAYMinimum Payment Installment TB_PROD_AMT_MIN_REPAYCURR13(2) T_CML_AMOUNT_STANDARD
NMAXDEFPAYMMaximum Number of Deferred Installments TB_NMAXDEFPAYMNUMC3
NMAXCAPPAYMMaximum Number of Installments for Capitalization TB_NMAXCAPPAYMNUMC3
NMAXDEFMONTHSMaximum Term for a Deferral Agreement TB_NMAXDEFMONTHSNUMC3
TERM_MIN_VALUENumber of Time Units for Minimum Term of Contract TB_PROD_TERM_MIN_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
TERM_MIN_UNITTime Unit for Minimum Term of Contract TB_PROD_TERM_MIN_UNITNUMC1T_PROD_TIME_UNIT_TERM
TERM_MAX_VALUENumber of Times Units for Maximum Term of Contract TB_PROD_TERM_MAX_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
TERM_MAX_UNITTime Unit for Maximum Term of Contract TB_PROD_TERM_MAX_UNITNUMC1T_PROD_TIME_UNIT_TERM
TERM_MAX_VALUE_ALTTime Unit for Maximum Change of Term for Contract TB_PROD_TERM_ALTERA_MAX_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
TERM_MAX_UNIT_ALTTime Unit for Maximum Change of Term for Contract TB_PROD_TERM_ALTERA_MAX_UNITNUMC1T_PROD_TIME_UNIT_TERM
AMT_REQU_CURCurrency Key WAERSCUKY5TCURCWAERSFWS
AMT_REQU_MINMinimum Amount of Capital Applied for TB_PROD_AMT_REQU_MINCURR13(2) T_CML_AMOUNT_STANDARD
AMT_REQU_MAXMaximum Amount of Capital Applied for TB_PROD_AMT_REQU_MAXCURR13(2) T_CML_AMOUNT_STANDARD
AMT_REQU_SUPMaximum Amount of Capital Applied for: Absolute Maximum TB_PROD_AMT_REQU_SUPCURR13(2) T_CML_AMOUNT_STANDARD
BP_AGE_MINMinimum Age for Loan Applicant (in Years) TB_PROD_BP_AGE_IN_YEARS_MINNUMC3T_CML_BP_AGE_IN_YEARS
BP_AGE_MAXMaximum Age for Loan Applicant (in Years) TB_PROD_BP_AGE_IN_YEARS_MAXNUMC3T_CML_BP_AGE_IN_YEARS
CNCLTERM Rescission Period for the Loan0
CNCLTERM_ZE Rescission: Deadline for Incoming Payment0
SRHYEKAGeneration frequency of external account statement CREARHYEKANUMC1ERSTRHY
PERIOD_4_CREATIONPeriod in Months for Allowed No. of Risk-Increasing Measures TB_PERIOD_4_RISKINCREASE_CREANUMC2NUMC2
PERIOD_4_DISPLAYPeriod in Months for Displaying Existing Measures TB_PERIOD_4_RISKINCREASE_DISPNUMC2NUMC2
LOCK_PERIODLock Period in Months for Creating Risk-Increasing Measures TB_LOCK_PERIOD_4_RISKINCREASENUMC2NUMC2
SCHEME_IDCalculation Profile for Interest on Arrears Calculation TB_SCHEME_IDCHAR3Assigned to domainT_SCHEME_ID
DISB_CHNG_WARNCreate Warning if Disbursement Data Changed TB_DISB_CHNG_WARNCHAR1T_DISB_CHNG_WARN

Key field Non-key field



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

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

How to access SAP table RINTER_ADD_HEADER

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