RREPAY_CL_DISPLAY SAP (Data for Display Only in Payoff Consumer Loan) Structure details

Dictionary Type: Structure
Description: Data for Display Only in Payoff Consumer Loan




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




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

RREPAY_CL_DISPLAY 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 "Data for Display Only in Payoff Consumer Loan" 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_RREPAY_CL_DISPLAY TYPE RREPAY_CL_DISPLAY.

The RREPAY_CL_DISPLAY table consists of various fields, each holding specific information or linking keys about Data for Display Only in Payoff Consumer Loan data available in SAP. These include FULL_PAYMENT_DATE (Date of Full Disbursement), LAST_PAYMENT_DATE (Date of the Last Disbursment), PARTNR_ADR (Partner/address string), ENFORCM_PAYM_ADR (Partner/address string).. 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 (character-type or numeric)


SAP RREPAY_CL_DISPLAY 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
SBO_CATBusiness Operation Category SBO_CATCHAR1SBO_CAT
FULL_PAYMENT_DATEDate of Full Disbursement TB_FULL_PAYMENT_DATEDATS8DATE
LAST_PAYMENT_DATEDate of the Last Disbursment TB_LAST_PAYMENT_DATEDATS8DATE
PARTNR_ADRPartner/address string VVXPAADRCHAR60CHAR60
ENFORCM_PAYM_ADRPartner/address string VVXPAADRCHAR60CHAR60
KUEND_TEXTNotice Text TB_KUEND_TEXTCHAR30TEXT30
LOLIINBAL_ACTVActive CLI Difference Adopted TB_LOLIINBAL_ACTVCURR13(2) WERTV7
PEFFZINS_NEWNew Effective Interest Rate afer Partial Payoff TB_PEFFZINS_REPDEC10(7) DEC3_7
EXIT_INST_NEWAmount of the Final Installment Payment for the Contract TB_EXIT_INSTCURR13(2) WERTV7
NO_INST_NEWNew Total Number of Loan Installments TB_NO_INST_NEWNUMC3
INST_NEWNew Figure for Payment Installments TB_INST_NEWCURR13(2) WERTV7
NO_INST_OLDPrevious Total of Loan Installments TB_NO_INST_OLDNUMC3
INST_OLDPrevious Figure for Payment Installments TB_INST_OLDCURR13(2) WERTV7
XEND_PROPSpecify New End of Term TB_XEND_PROPCHAR1XFELD
XINST_PROPSpecify New Installment TB_XINST_PROPCHAR1XFELD
AMAXREPMaximum Net Payoff Amount TB_AMAXREPCURR13(2) WERTV7
EXIT_INST_OLDPrevious Amount of Clearing Installment TB_EXIT_INST_OLDCURR13(2) WERTV7
MONTHS_OLDOverall Term in Months Without Payoff TB_MONTHS_OLDNUMC3
MONTHS_NEWOverall Term in Months with Payoff TB_MONTHS_NEWNUMC3
NMAXTERMNumber of Times Units for Maximum Term of Contract TB_PROD_TERM_MAX_VALUENUMC4T_PROD_TIME_QUANTITY_TERM

Key field Non-key field



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

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

How to access SAP table RREPAY_CL_DISPLAY

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