WYT5 SAP (Changes to Vendor Master Record) Table details

Dictionary Type: Table
Description: Changes to Vendor Master Record




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




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

WYT5 is a standard SAP Table which is used to store Changes to Vendor Master Record data and is available within R/3 SAP systems depending on the version and release level.

The WYT5 table consists of various fields, each holding specific information or linking keys about Changes to Vendor Master Record data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), EKORG (Purchasing Organization), LTSNR (Vendor Subrange), WERKS (Plant).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WYT5 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
LTSNRVendor Subrange LTSNRCHAR6WYT1LTSNR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
EKGRAPurchasing group (old value) EKGRP_ACHAR3Assigned to domainEKGRPEKG
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
PLIFAPlanned delivery time in days (old) PLIFZ_ADEC3DEC3
MRPPPPlanning calendar MRPPP_WCHAR3Assigned to domainMRPPP
MRPPAPlanning calendar (old) MRPPP_ACHAR3Assigned to domainMRPPP
LFRHYPlanning cycle LFRHYCHAR3Assigned to domainMRPPP
LFRHAPlanning cycle (old value=) LFRHY_ACHAR3Assigned to domainMRPPP
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
BSTAAConfirmation control key (old value) BSTAE_ACHAR4Assigned to domainBSTAE
MEGRUUnit of Measure Group MEGRUCHAR4Assigned to domainMEGRU
MEGRAUnit of measure group (old) MEGRU_ACHAR4Assigned to domainMEGRU
RDPRFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
RDPRARounding profile (old) RDPRF_ACHAR4Assigned to domainRDPRF
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
DISPAMRP controller (old) DISPO_ACHAR3Assigned to domainDISPO

Key field Non-key field



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

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

SELECT SINGLE *
FROM WYT5
INTO CORRESPONDING FIELDS OF WA_WYT5
WHERE...

How to access SAP table WYT5

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