TDREPAY_TEMPL SAP (Table for Payoff and Notice Templates) Table details

Dictionary Type: Table
Description: Table for Payoff and Notice Templates




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




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

TDREPAY_TEMPL is a standard SAP Table which is used to store Table for Payoff and Notice Templates data and is available within R/3 SAP systems depending on the version and release level.

The TDREPAY_TEMPL table consists of various fields, each holding specific information or linking keys about Table for Payoff and Notice Templates data available in SAP. These include BUKRS (Company Code), X_NOTICE (Relevant for Notice Given by the Lender), GSART (Product Type), RTEMPLATE (Template Key).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TDREPAY_TEMPLTXT

Text table = TDREPAY_TEMPLTXT


SAP TDREPAY_TEMPL table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
X_NOTICERelevant for Notice Given by the Lender TB_XNOTICECHAR1XFELD
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
RTEMPLATETemplate Key TB_TEMPLATECHAR2CHAR02
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 table TDREPAY_TEMPL using ABAP code

The following ABAP code Example will allow you to do a basic selection on TDREPAY_TEMPL to SELECT all data from the table
DATA: WA_TDREPAY_TEMPL TYPE TDREPAY_TEMPL.

SELECT SINGLE *
FROM TDREPAY_TEMPL
INTO CORRESPONDING FIELDS OF WA_TDREPAY_TEMPL
WHERE...

How to access SAP table TDREPAY_TEMPL

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