WTADABT SAP (Additionals: Documents: Supplementary texts) Table details

Dictionary Type: Table
Description: Additionals: Documents: Supplementary texts




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




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

WTADABT is a standard SAP Table which is used to store Additionals: Documents: Supplementary texts data and is available within R/3 SAP systems depending on the version and release level.

The WTADABT table consists of various fields, each holding specific information or linking keys about Additionals: Documents: Supplementary texts data available in SAP. These include ADDIBELNR (Document number for additional), ADDIPOSNR (Item number of an additional), ADDISTUNR (Additionals: step number), LFDNR (Key for transaction data for additionals).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WTADABT 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
ADDIBELNRDocument number for additional ADDI_BELNRCHAR10ALPHAADDI_BELNR
ADDIPOSNRItem number of an additional ADDI_POSNRNUMC6NUM6
ADDISTUNRAdditionals: step number ADDI_STUNRNUMC4NUM4
LFDNRKey for transaction data for additionals ADDI_WTKEYNUMC4ADDI_WTKEY
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ROWNRLine number in a text for an additional ADDI_ROWNRNUMC4ADDI_ROWNR
ADDITXTText for additional per unit of measure of a material ADDI_MAKTMCHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM WTADABT
INTO CORRESPONDING FIELDS OF WA_WTADABT
WHERE...

How to access SAP table WTADABT

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