TXI_T052 SAP (Terms of Payment) Structure details

Dictionary Type: Structure
Description: Terms of Payment




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




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

TXI_T052 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 "Terms of Payment" 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_TXI_T052 TYPE TXI_T052.

The TXI_T052 table consists of various fields, each holding specific information or linking keys about Terms of Payment data available in SAP. These include MANDT (Client), ZTERM (Terms of Payment Key), ZTAGG (Day Limit), ZDART (Date Type).. 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: Not classified


SAP TXI_T052 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
MANDTClient MANDTCLNT3T000MANDT
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZTAGGDay Limit DZTAGG_052NUMC2Assigned to domainTAGGZ_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 structure TXI_T052 using ABAP code?

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

How to access SAP table TXI_T052

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