T042E SAP (Company Code-Specific Specifications for Payment Methods) Table details

Dictionary Type: Table
Description: Company Code-Specific Specifications for Payment Methods




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




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

T042E is a standard SAP Table which is used to store Company Code-Specific Specifications for Payment Methods data and is available within R/3 SAP systems depending on the version and release level.

The T042E table consists of various fields, each holding specific information or linking keys about Company Code-Specific Specifications for Payment Methods data available in SAP. These include ZBUKR (Paying company code), ZLSCH (Payment Method), XAVIS (Indicator: Separate Payment Advice if Form is Full?), ANZPO (Maximum Number of Items on a Form).. 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 T042E 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
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
XAVISIndicator: Separate Payment Advice if Form is Full? XAVISCHAR1XFELD
ANZPOMaximum Number of Items on a Form ANZPO_042ZNUMC2NUM02
VONBTMinimum Amount for a Payment Using this Payment Method VONBT_042ZCURR13(2) WERT7
BISBTMaximum Amount for a Payment with this Payment Method BISBT_042ZCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
XEIPOIndicator: One Payment per Item? XEIPO_042ZCHAR1XFELD
XAUSLIndicator: Foreign Business Partner Allowed? XAUSL_042ZCHAR1XFELD
XFWAEIndicator: Payment Method for Foreign Currencies Allowed XFWAE_042ZCHAR1XFELD
XAUSBIndicator: Payment via Cust./Vend. Bank Abroad Allowed? XAUSB_042ZCHAR1XFELD
XOPTBIndicator: Carry Out Bank Selection by Bank Group XOPTB_042ZCHAR1XFELD
XOPTPIndicator: Carry Out Bank Selection by Postal Code XOPTP_042ZCHAR1XFELD
AUST1Issuer on the Form AUSTX_042ECHAR35TEXT35
AUST2Issuer on the Form AUSTX_042ECHAR35TEXT35
AUSTOIssuer on the Form AUSTX_042ECHAR35TEXT35
ZFORNName of the Form for the Payment Transfer Medium DZFORNCHAR16TDFORM
PDFFOName of the PDF-based Form for the Payment Medium DZFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
WFORNName of Next Form WFORNCHAR16TDFORM
PDFWFName of the Next PDF-based Form WFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
XFOSPIndicator: Extra Forms if Form is Full XFOSPCHAR1XFELD
AUST3Issuer on the Form AUSTX_042ECHAR35TEXT35
XZFAEIndicator: Payment per Due Day XZFAECHAR1XFELD
XSAVIIndicator: Always Payment Advice Notes for this Payment Mthd XSAVICHAR1XFELD
CORRTXTSmart Forms: Name of a text module TDTXTNAMECHAR30T042ECTTDSFNAMESSFTXTNAME
XWVBUIndicator: Line Item for Bill Liability at the Bank? XWVBU_042ZCHAR1XFELD
WANFFNumber of Days Until Bill of Exchange Pmnt Request Due Date WANFFNUMC2NUM02
WGBKZIndicator for the bill of exchange protest WGBKZCHAR1WGBKZ
SVARHSort Variant for Payment Transaction Correspondence SVARHCHAR3T021MSRVAR_021M
SVARPSort Variant for the Line Items SVARPCHAR3T021MSRVAR_021M
SPLBTDistribution into payments up to a maximum of this amount SPLBTCURR13(2) WERT7
XZWAEIndicator: Amount Limits in EUR XZWAECHAR1XFELD
XNOTXIndicator: Do Not Consider Item Text XSGTXT_NOCHAR1XFELD
XEIPO_EXTIndicator: Extended Individual Payment XEIPO_EXT_042ZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T042E
INTO CORRESPONDING FIELDS OF WA_T042E
WHERE...

How to access SAP table T042E

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