TDREPAY_GSTEER SAP (General Control Data for Payoff and Notice) Table details

Dictionary Type: Table
Description: General Control Data for Payoff and Notice




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




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

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

The TDREPAY_GSTEER table consists of various fields, each holding specific information or linking keys about General Control Data for Payoff and Notice data available in SAP. These include BUKRS (Company Code), X_NOTICE (Relevant for Notice Given by the Lender), GSART (Product Type), JDEFERMENT_ACITV (Deferral Function Active).. 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)


SAP TDREPAY_GSTEER 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
JDEFERMENT_ACITVDeferral Function Active TB_JDEFERMENT_ACITVCHAR1JFLAGG
SBRUTTONETTOGross/Net Procedure Active TB_SBRUTTONETTOCHAR1JFLAGG
FELD1Field Ready for Input TB_FELD_ACTIVE1CHAR1T_FELD_ACTIVE
FELD2Field Ready for Input TB_FELD_ACTIVE2CHAR1T_FELD_ACTIVE
FELD3Field Ready for Input TB_FELD_ACTIVE3CHAR1T_FELD_ACTIVE
FELD4Field Ready for Input TB_FELD_ACTIVE4CHAR1T_FELD_ACTIVE
JDDISPOADAPTAutomatic Payment Date Adjustment Active TB_JDDISPOADAPTCHAR1JFLAGG
JTERMTRANSCopy Notice Data to Condition Header TB_JTERMTRANSCHAR1JFLAGG
JTAB_BASISTab Page Active TB_TAB_ACTIVE1CHAR1JFLAGG
JTAB_DETAILTab Page Active TB_TAB_ACTIVE2CHAR1JFLAGG
JTAB_ADDFLOWSTab Page Active TB_TAB_ACTIVE3CHAR1JFLAGG
JTAB_OPEN_ITEMSTab Page Active TB_TAB_ACTIVE4CHAR1JFLAGG
JTAB_ADMINTab Page Active TB_TAB_ACTIVE5CHAR1JFLAGG
JTAB_OVERVIEWTab Page Active TB_TAB_ACTIVE6CHAR1JFLAGG
TAB_DEFAULTInitial Tab Page for Business Operation Payoff TB_TAB_DEFAULT_REPAYCHAR20T_TAB_DEFAULT_REPAY
STATI_NEWContract Status After Activation of Notice TB_NOTICE_STATI_NEWNUMC2Assigned to domainSTATI
ENFPAYM_ROLEBusiness Partner Role Type for the Recoverer TB_ENFPAYM_ROLECHAR4Assigned to domainBP_ROLE
ENFPAYM_BUROLEBusiness Partner Role for Recoverer TB_ENFPAYM_BUROLECHAR6Assigned to domainBU_ROLE
MSTOPCODETechnical Key for Stop TB_STOPCHAR3TDSTOPT_STOP

Key field Non-key field



How do I retrieve data from SAP table TDREPAY_GSTEER using ABAP code

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

SELECT SINGLE *
FROM TDREPAY_GSTEER
INTO CORRESPONDING FIELDS OF WA_TDREPAY_GSTEER
WHERE...

How to access SAP table TDREPAY_GSTEER

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