TDMAZNB SAP (Customizing: Automatic Incoming Payment Postprocessing) Table details

Dictionary Type: Table
Description: Customizing: Automatic Incoming Payment Postprocessing




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




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

TDMAZNB is a standard SAP Table which is used to store Customizing: Automatic Incoming Payment Postprocessing data and is available within R/3 SAP systems depending on the version and release level.

The TDMAZNB table consists of various fields, each holding specific information or linking keys about Customizing: Automatic Incoming Payment Postprocessing data available in SAP. These include BUKRS (Company Code), GSART (Product Type), BEATYP (Processing category), AVT_BTR_TOL (Amount Tolerance in Percent).. 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)


SAP TDMAZNB 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
BEATYPProcessing category VVBATYPCHAR2TZB29VVBATYP
AVT_BTR_TOLAmount Tolerance in Percent AVT_BTR_TOLNUMC2
AVT_FAE_VORTolerance for Payment Before Due Date in Days AVT_FAE_VORNUMC3
AVT_FAE_BISTolerance for Payment After Due Date in Days AVT_FAE_BISNUMC3
TOLERANCE_SEQTolerance Sequence for Several Payoffs TB_SEQUENZ_OF_TOLERANCESCHAR2T_SEQUENZ_OF_TOLERANCES

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDMAZNB
INTO CORRESPONDING FIELDS OF WA_TDMAZNB
WHERE...

How to access SAP table TDMAZNB

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