T042B SAP (Details on the company codes that must pay) Table details

Dictionary Type: Table
Description: Details on the company codes that must pay




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




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

T042B is a standard SAP Table which is used to store Details on the company codes that must pay data and is available within R/3 SAP systems depending on the version and release level.

The T042B table consists of various fields, each holding specific information or linking keys about Details on the company codes that must pay data available in SAP. These include ZBUKR (Paying company code), MINDS (Minimum Amount for Incoming Payment), MINDH (Minimum Amount for Outgoing Payment), AFORN (Name of the Form for the Payment Advice).. 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 T042B 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 MANDTCLNT3T000MANDT
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
MINDSMinimum Amount for Incoming Payment MINDSCURR7(2) WERT4
MINDHMinimum Amount for Outgoing Payment MINDHCURR7(2) WERT4
AFORNName of the Form for the Payment Advice AFORNCHAR16TDFORM
PDFAFName of the PDF-based Form for the Payment Advice Note AFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
XKDFBDo not Post any Exchange Rate Differences XKDFB_042ECHAR1XFELD
EFORNEDI Accompanying Sheet Name EFORNCHAR16TDFORM
PDFEFName of the PDF-based Form for the EDI Accompanying Sheet EFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
XWFABIndicator: One Bill of Exchange per Invoice Item? XWFABCHAR1XFELD
XWFAFIndicator: One Bill of Exchange per Due Date? XWFAFCHAR1XFELD
XWFAIIndicator: One Bill of Exchange per Due Date Interval? XWFAICHAR1XFELD
WAVONMinimum Life of the Bill of Exchange for Outgoing Payments WAVONNUMC3NUM03
WABISMaximum Life of the Bill of Exchange for Outgoing Payments WABISNUMC3NUM03
WEBISMaximum Life of the Bill of Exchange WEBISNUMC3NUM03
WSICHNumber of Days Until Which a Bill on Demand is Created WSICHNUMC2NUM02
XKIDSSeparate Payment for each Payment Reference XKIDSCHAR1XFELD
X_DD_PRENOTIFPayment Runs for Direct Debit Pre-notifications X_DD_PRENOTIF_042BCHAR1XFELD
XKDFB_PPNo Exchange Rate Differences for Partial Payments XKDFB_PPCHAR1XFELD
SEPA_REC_CRDIDCreditor Identification Number SEPA_CRDIDCHAR35ID035

Key field Non-key field



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

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

SELECT SINGLE *
FROM T042B
INTO CORRESPONDING FIELDS OF WA_T042B
WHERE...

How to access SAP table T042B

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