T042ECT SAP (Letter for Payment Correspondence (PDF)) Table details

Dictionary Type: Table
Description: Letter for Payment Correspondence (PDF)




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




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

T042ECT is a standard SAP Table which is used to store Letter for Payment Correspondence (PDF) data and is available within R/3 SAP systems depending on the version and release level.

The T042ECT table consists of various fields, each holding specific information or linking keys about Letter for Payment Correspondence (PDF) data available in SAP. These include TDTXTNAME (Smart Forms: Name of a text module), XBALANCE_ZERO (Indicator: Letter Text for Zero Balance Notifications), XDEFAULT_PAYMENT (Indicator: Default Letter Text for Payments), XDEFAULT_DIRDEB (Indicator: Default Letter Text for Debit Memos).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T042ECT 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 MANDTCLNT3Assigned to domainMANDT
TDTXTNAMESmart Forms: Name of a text module TDTXTNAMECHAR30STXFADMTDSFNAMESSFTXTNAME
XBALANCE_ZEROIndicator: Letter Text for Zero Balance Notifications XBALANCE_ZEROCHAR1XFELD
XDEFAULT_PAYMENTIndicator: Default Letter Text for Payments XDEFAULT_PAYMENTCHAR1XFELD
XDEFAULT_DIRDEBIndicator: Default Letter Text for Debit Memos XDEFAULT_DIRDEBCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T042ECT
INTO CORRESPONDING FIELDS OF WA_T042ECT
WHERE...

How to access SAP table T042ECT

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