RREPAY_DETAIL_API SAP (Detail Data for Payoff) Structure details

Dictionary Type: Structure
Description: Detail Data for Payoff




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




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

RREPAY_DETAIL_API 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_API TYPE RREPAY_DETAIL_API.

The RREPAY_DETAIL_API table consists of various fields, each holding specific information or linking keys about Detail Data for Payoff data available in SAP. These include SINCL (Inclusive Indicator for Due Date), SVULT (Month-End Indicator for Due Date), DDISPO (Payment Date), SKALID (Factory calendar).. 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_DETAIL_API 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
SINCLInclusive Indicator for Due Date TB_SINCLCHAR1XFELD
SVULTMonth-End Indicator for Due Date TB_SVULTCHAR1VVSULT
DDISPOPayment Date TB_PAYDATEDATS8DATUM
SKALIDFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SBEWARTPayoff Flow Type TB_SBEWARTCHAR4TZB0ASBEWART
SGTXTItem Text SGTXTCHAR50TEXT50
JREPAY_SETTLEMRepayment Settlement TB_JREPAY_SETTLEMENTCHAR1JFLAGG
JREGPAYMENTSTreatment of Regular Payments TB_JREGPAYMENTSCHAR1JFLAGG
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
DDEFERRAL_FROMStart of Deferral Period TB_DEFERRAL_FROMDATS8DATUM
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_API using ABAP code?

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

How to access SAP table RREPAY_DETAIL_API

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