WTAD_SUP_FM SAP (Additionals: Vendor-specific Procedure for Additionals) Table details

Dictionary Type: Table
Description: Additionals: Vendor-specific Procedure for Additionals




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




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

WTAD_SUP_FM is a standard SAP Table which is used to store Additionals: Vendor-specific Procedure for Additionals data and is available within R/3 SAP systems depending on the version and release level.

The WTAD_SUP_FM table consists of various fields, each holding specific information or linking keys about Additionals: Vendor-specific Procedure for Additionals data available in SAP. These include EKORG (Purchasing Organization), LIFNR (Account Number of Vendor or Creditor), LTSNR (Vendor Subrange), ADDIFM (Procedure 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 WTAD_SUP_FM 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
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
LTSNRVendor Subrange LTSNRCHAR6WYT1LTSNR
ADDIFMProcedure for additionals ADDI_FMCHAR4TWTFMADDI_FM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WTAD_SUP_FM
INTO CORRESPONDING FIELDS OF WA_WTAD_SUP_FM
WHERE...

How to access SAP table WTAD_SUP_FM

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