T052 SAP (Terms of Payment) Table details

Dictionary Type: Table
Description: Terms of Payment




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




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

T052 is a standard SAP Table which is used to store Terms of Payment data and is available within R/3 SAP systems depending on the version and release level.

The T052 table consists of various fields, each holding specific information or linking keys about Terms of Payment data available in SAP. These include ZTERM (Terms of Payment Key), ZTAGG (Day Limit), ZDART (Date Type), ZFAEL (Calendar Day for the Baseline Date for Payment).. 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 = T052U


SAP T052 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
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZTAGGDay Limit DZTAGG_052NUMC2TAGGZ_052
ZDARTDate Type DZDARTCHAR1ZDART
ZFAELCalendar Day for the Baseline Date for Payment DZFAELNUMC2TAG01
ZMONAAdditional Months DZMONANUMC2NUM02
ZTAG1Days from Baseline Date for Payment DZTAGENUMC3NUM03
ZPRZ1Cash Discount Percentage Rate DZPROZDEC5(3) PRZ23
ZTAG2Days from Baseline Date for Payment DZTAGENUMC3NUM03
ZPRZ2Cash Discount Percentage Rate DZPROZDEC5(3) PRZ23
ZTAG3Days from Baseline Date for Payment DZTAGENUMC3NUM03
ZSTG1Due Date for Special Condition DZSTG1_052NUMC2TAG01
ZSMN1Additional Months for Special Condition (Term 1) DZSMN1_052NUMC2NUM02
ZSTG2Due Date for Special Condition DZSTG1_052NUMC2TAG01
ZSMN2Additional Months for Special Condition (Term 2) DZSMN2_052NUMC2NUM02
ZSTG3Due Date for Special Condition DZSTG1_052NUMC2TAG01
ZSMN3Additional Months for Special Condition (Term 3) DZSMN3_052NUMC2NUM02
XZBRVPrint terms of payment in RV papers XZBRV_052CHAR1XFELD
ZSCHFPayment Block (Default Value) DZSCHF_052CHAR1T008ZAHLS
XCHPBTransfer payment block when changing terms of payment? XCHPBCHAR1XFELD
TXN08Number of the standard text TXN08CHAR8TXN08
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
XCHPMTransfer payment method when changing terms of payment? XCHPMCHAR1XFELD
KOARTAccount Type of the Customer/Vendor KOART_ZCHAR1KOART_Z
XSPLTIndicator: Term for installment payment XSPLTCHAR1XFELD
XSCRCRecurring Entries: Add Terms of Payment from Master Record XSCRCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T052
INTO CORRESPONDING FIELDS OF WA_T052
WHERE...

How to access SAP table T052

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