AT042 SAP (Change Doc. Struct. Payable Debit-Side Special Ledger Trans.) Structure details

Dictionary Type: Structure
Description: Change Doc. Struct. Payable Debit-Side Special Ledger Trans.




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




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

AT042 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. Struct. Payable Debit-Side Special Ledger Trans." 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_AT042 TYPE AT042.

The AT042 table consists of various fields, each holding specific information or linking keys about Change Doc. Struct. Payable Debit-Side Special Ledger Trans. data available in SAP. These include MANDT (Client), BUKRS (Company Code), ZBUKR (Paying company code), ULSK1 (Special G/L Transactions to be Paid (Vendor)).. 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 AT042 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
ULSK1Special G/L Transactions to be Paid (Vendor) ULSK1CHAR10CHAR10
ULSK2Special G/L Transactions for Exception List (Vendor) ULSK2CHAR10CHAR10
ULSD1Special G/L Transactions to be Paid (customer) ULSD1CHAR10CHAR10
ULSD2Special G/L Transactions for Exception List (Customer) ULSD2CHAR10CHAR10
XKDFBIndicator: Are the Exchange Rate Differences to be Posted? XKDFBCHAR1XFELD
XGBTRSeparate Payments for each Business Area? XGBTRCHAR1XFELD
TOLTGTolerance Days for Payables TOLTG_042NUMC2NUM02
SKTUGMinimum Percentage Rate for Payments with Cash Discount SKTUG_042DEC3(1) PRZ21
XSKR1Vendor Payments Always with Maximum Cash Discount XSKR1CHAR1XFELD
ABSBUSending company code ABSBUCHAR4T001BUKRS
XUZAWUsage of Payment Method Supplements XUZAWCHAR1XFELD
XBPTRIndicator: Separate Payments per Business Place? XBPTRCHAR1XFELD
XRGUHIndicator: Transfer Bank Details to BSEC XBSEC_042ZCHAR1XFELD
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AT042

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