RFVD_CORR_CL_DEFCAP_PPCHG_DET SAP (Details of Change to Installment Plan) Structure details

Dictionary Type: Structure
Description: Details of Change to Installment Plan




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




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

RFVD_CORR_CL_DEFCAP_PPCHG_DET 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 "Details of Change to Installment Plan" 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_RFVD_CORR_CL_DEFCAP_PPCHG_DET TYPE RFVD_CORR_CL_DEFCAP_PPCHG_DET.

The RFVD_CORR_CL_DEFCAP_PPCHG_DET table consists of various fields, each holding specific information or linking keys about Details of Change to Installment Plan data available in SAP. These include DATE_NEW_PAYMENT_PLAN (Key Date for Change to Installment Plan), NEW_RATE (Installment Amount Requested by Loan Partner), OLD_RATE (Normal Payment Installment for Loan), NEW_RATE_COUNT (Number of Payment Installments Requested by Loans Partner).. 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 RFVD_CORR_CL_DEFCAP_PPCHG_DET 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
WA_PPCHG_DET 0
DATE_NEW_PAYMENT_PLANKey Date for Change to Installment Plan TB_MODEL_DATE_NEW_PAYMENT_PLANDATS8DATUM
NEW_RATEInstallment Amount Requested by Loan Partner TB_VIEW_REQUESTED_RATECURR9(2) WERTV5
OLD_RATENormal Payment Installment for Loan TB_VIEW_CONTRACT_RATECURR13(2) WERTV7
NEW_RATE_COUNTNumber of Payment Installments Requested by Loans Partner TB_MODEL_RATE_COUNTINT410T_MODEL_RATE_COUNT
OLD_RATE_COUNTNumber of Payment Installments Requested by Loans Partner TB_MODEL_RATE_COUNTINT410T_MODEL_RATE_COUNT
NEW_RUNTIMEContract Term in Months TB_VIEW_CONTRACT_TERMNUMC3
OLD_RUNTIMEOriginal Term in Months TB_VIEW_ORIGINAL_TERMNUMC3
NEW_DELFZEnd of Term DELFZDATS8DATUM
OLD_DELFZEnd of Term DELFZDATS8DATUM
CURRCurrency Key WAERSCUKY5WAERSFWS
NEW_DAY_OF_PAYMENTDay of Installment Payment TB_VIEW_DAY_OF_PAYMENTNUMC2T_VIEW_DAY_OF_PAYMENT
OLD_DAY_OF_PAYMENTDay of Installment Payment TB_VIEW_DAY_OF_PAYMENTNUMC2T_VIEW_DAY_OF_PAYMENT
NEW_EFF_INT_RATEEffective Interest Rate for Change to Installment Plan TB_MODEL_EFFECTIV_INTERSTS_PP2DEC10(7) DEC3_7
NEW_CLEARING_RATEAmount for Final Loan Installment Payment TB_VIEW_CLEARING_RATECURR13(2) WERTV7
OLD_CLEARING_RATEAmount for Final Loan Installment Payment TB_VIEW_CLEARING_RATECURR13(2) WERTV7
DFAELL_NEW_RATEDue date DFAELLDATS8DATUM
REMAINING_RATE_COUNTNumber of Payment Installments Requested by Loans Partner TB_MODEL_RATE_COUNTINT410T_MODEL_RATE_COUNT
NEW_CREDIT_SUMCurrent Total Loan Amount TB_VIEW_CURRENT_CREDIT_SUMCURR13(2) WERTV7
NEW_INTEREST_SUMTotal Interest Amount TB_VIEW_INTEREST_SUMCURR13(2) WERTV7
OLD_CREDIT_SUMCurrent Total Loan Amount TB_VIEW_CURRENT_CREDIT_SUMCURR13(2) WERTV7
OLD_INTEREST_SUMTotal Interest Amount TB_VIEW_INTEREST_SUMCURR13(2) WERTV7
ARREARS_SUMTotal Amount of Overdue Items TB_ARRBALANCECURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table RFVD_CORR_CL_DEFCAP_PPCHG_DET

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