RREPAY_DETAIL SAP (Detail Data for Payoff) Structure details

Dictionary Type: Structure
Description: Detail Data for Payoff




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




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

RREPAY_DETAIL 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 "Detail Data for Payoff" 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_DETAIL TYPE RREPAY_DETAIL.

The RREPAY_DETAIL table consists of various fields, each holding specific information or linking keys about Detail Data for Payoff data available in SAP. These include KURS1 (Exchange rate), SINCL (Inclusive Indicator for Due Date), SINCLINT (Inclusive indicator for beginning and end of a period), SVULT (Month-End Indicator for Due Date).. 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: Not classified


SAP RREPAY_DETAIL 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
BHWHRPayoff Amount in Local Currency TB_BHNWHRCURR13(2) WERTV7
KURS1Exchange rate VVKURSFDEC9(5) EXCRTKURSF
SINCLInclusive Indicator for Due Date TB_SINCLCHAR1XFELD
SINCLINTInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SVULTMonth-End Indicator for Due Date TB_SVULTCHAR1VVSULT
DDISPOPayment Date TB_PAYDATEDATS8DATUM
SKALIDFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SKALID2Calendar ID 2 (valid in connection with calendar ID 1) VVSKALID2CHAR2Assigned to domainWFCID
SBEWARTPayoff Flow Type TB_SBEWARTCHAR4TZB0ASBEWART
SGTXTItem Text SGTXTCHAR50TEXT50
BRPWR_FAELLRemaining Capital on Due Date TB_BRPWR_FAELLCURR15(2) WERTV8_TR
DELFZPrevious Term End Without Payoff (Calculated) TB_DELFZ_WITHOUT_REPAYDATS8DATUM
DELFZ_REPAYNew Term End With Payoff TB_DELFZ_WITH_REPAYDATS8DATUM
BAVWRAvailable Disbursement Obligation on Due Date TB_BAVVWRCURR15(2) WERTV8_TR
BPARTREDUCTIONReduction TB_PARTREDUCTIONCURR13(2) WERTV7
BNONSETTLEDREPAYRepayment not Settled TB_NONSETTLEDREPAYCURR13(2) WERTV7
JREPAY_SETTLEMRepayment Settlement TB_JREPAY_SETTLEMENTCHAR1JFLAGG
JREGPAYMENTSTreatment of Regular Payments TB_JREGPAYMENTSCHAR1JFLAGG
SKOARTPartial Payoff: Condition Type for Repayment ChangeC TB_SKOARTNUMC4TZK01SKOART
DGUEL_KPRepayment Change Effective From TB_DGUEL_KP_REPAYDATS8DATUM
BBASISBase Amount for Repayment Change TB_BBASIS_REPAYCURR13(2) WERTV7
PKONDRepayment Rate for Repayment Change TB_PKOND_REPAYDEC10(7) DECV3_7
BKONDPayment Installment for Repayment Change TB_BKOND_REPAYCURR13(2) WERTV7
SCONDCOLLRepayment Clash TB_SCONDCOLLCHAR1TB_SCONDCOLL
DDEFERRAL_FROMStart of Deferral Period TB_DEFERRAL_FROMDATS8DATUM
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
SPAYSIMIndicator: Full Clearing for Actual Principle 1 TB_SPAYSIMCHAR1JFLAGG
PSSDKURSExchange Rate For Net Posted Borrower's Notes TB_PSSDKURSDEC10(7) PWKURS
BNWHRNominal Payoff Amount TB_REPAY_BNWHRCURR13(2) WERTV7
JNOREGSETTLEAvailable Capital Contains Regular Repayments TB_NO_REG_SETTLEMENTCHAR1JFLAGG
.INCLU--AP 0
DFAELL_ADJDue date adjustment indicator TB_DFAELLR_ADJ_CMLCHNCHAR1TD_DFAELLR_ADJ_CMLCHN

Key field Non-key field



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

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

How to access SAP table RREPAY_DETAIL

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