REEXC_PAYMENT_TERM SAP (Payment Condition (T052)) Structure details

Dictionary Type: Structure
Description: Payment Condition (T052)




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




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

REEXC_PAYMENT_TERM 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 "Payment Condition (T052)" 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_REEXC_PAYMENT_TERM TYPE REEXC_PAYMENT_TERM.

The REEXC_PAYMENT_TERM table consists of various fields, each holding specific information or linking keys about Payment Condition (T052) 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: Can be enhanced (character-type or numeric)


SAP REEXC_PAYMENT_TERM 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 REEXC_PAYMENT_TERM using ABAP code?

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

How to access SAP table REEXC_PAYMENT_TERM

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