RREPAY_TEMPLATE SAP (Payoff Template) Structure details

Dictionary Type: Structure
Description: Payoff Template




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




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

RREPAY_TEMPLATE 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 "Payoff Template" 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_TEMPLATE TYPE RREPAY_TEMPLATE.

The RREPAY_TEMPLATE table consists of various fields, each holding specific information or linking keys about Payoff Template data available in SAP. These include SBRUTTO (Gross procedure), SNETTO (Net procedure), JFULLREPAYMENT (Indicator: Full Payoff), JPARTREDUCTION (Indicator: Automatic Partial Waiver for Disb. Oblig. Amount).. 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_TEMPLATE 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
SBEWARTFRPayoff Flow Type TB_SBEWARTCHAR4TZB0ASBEWART
SBRUTTOGross procedure TB_SBRUTTOCHAR1JFLAGG
SNETTONet procedure TB_SNETTOCHAR1JFLAGG
JFULLREPAYMENTIndicator: Full Payoff TB_JFULLREPAYMENTCHAR1JFLAGG
JPARTREDUCTIONIndicator: Automatic Partial Waiver for Disb. Oblig. Amount TB_JPARTREDUCTIONCHAR1JFLAGG
JREPAY_SETTLEMRepayment Settlement TB_JREPAY_SETTLEMENTCHAR1JFLAGG
SBOTERMRepayment Change During Partial Payoff TB_SBOTERMCHAR1T_SBO_TERM
SMARK_OVERDUEIndicator: Transfer Overdue Items to Receivables List TB_MARK_OVERDUECHAR1JFLAGG
SMARK_CREDITIndicator: Transfer Credit Balance to Receivables List TB_MARK_CREDITCHAR1JFLAGG
SINCLInclusive Indicator for Due Date TB_SINCLCHAR1XFELD
SULTMonth-End Indicator for Due Date TB_SVULTCHAR1VVSULT
SKALIDFactory calendar SKALIDCHAR2TFACDWFCIDH_TFACD
JREGPAYMENTSTreatment of Regular Payments TB_JREGPAYMENTSCHAR1JFLAGG
SPAYSIMIndicator: Full Clearing for Actual Principle 1 TB_SPAYSIMCHAR1JFLAGG
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
ZAHLSBlock Key for Payment DZAHLSCHAR1T008ZAHLS
XNODUNNExclude Loan from Dunning Run XNODUNNCHAR1XFELD
SBUSTPosting control key VVSBUSTNUMC2TZB09VVSBUST
SZEGENGenerate incoming payment immediately SZEGENNUMC2TD21SZEGEN
ACCEPTANCE_TIMENumber of Time Units Added to the Application Date TB_ACCEPTANCE_TIMEDEC3DEC3
TIMEUNITTime Unit TIMEUNITCHAR1TIMEUNIT
LFDNR_TEXTSequence Number of Business Operation Description TB_LFDNR_TEXTCHAR2TVDTXCHAR2
XCONDPAYDATAKeep Payment Data for Condition-Based Flows Acc to Cond. XCONDPAYDATACHAR1XFELD
JNODOIPBlocked by Payoff: No Open Item Clearing for Loan TB_JNODOIPCHAR1XFELD
MCOM_STATUSCommunication Status TB_MCOM_STATUSNUMC3TDREPAY_COMSTATUT_MCOM_STATUS
MANSPDunning block MANSPCHAR1T040SMANSP
MABERDunning Area MABERCHAR2Assigned to domainMABER
JNOREGSETTLEAvailable Capital Contains Regular Repayments TB_NO_REG_SETTLEMENTCHAR1JFLAGG

Key field Non-key field



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

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

How to access SAP table RREPAY_TEMPLATE

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