AT042E SAP (Change Doc. Structure Details for Payment Method per CoCode) Structure details

Dictionary Type: Structure
Description: Change Doc. Structure Details for Payment Method per CoCode




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




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

AT042E 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 "Change Doc. Structure Details for Payment Method per CoCode" 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_AT042E TYPE AT042E.

The AT042E table consists of various fields, each holding specific information or linking keys about Change Doc. Structure Details for Payment Method per CoCode data available in SAP. These include MANDT (Client), ZBUKR (Paying company code), ZLSCH (Payment Method), XAVIS (Indicator: Separate Payment Advice if Form is Full?).. 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 AT042E 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 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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



How do I retrieve data from SAP structure AT042E using ABAP code?

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

How to access SAP table AT042E

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