WCOL_CHANGE SAP (Data Transport for Mass Change) Structure details

Dictionary Type: Structure
Description: Data Transport for Mass Change




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




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

WCOL_CHANGE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Data Transport for Mass Change" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WCOL_CHANGE TYPE WCOL_CHANGE.

The WCOL_CHANGE table consists of various fields, each holding specific information or linking keys about Data Transport for Mass Change data available in SAP. These include KWAER_INT (Currency Key), KWAER (Currency Key), KIND_NEW (Checkbox), KIND_PROZ (Checkbox).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WCOL_CHANGE structure 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
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
KWAER_INTCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
KIND_NEWCheckbox XFELDCHAR1XFELD
KIND_PROZCheckbox XFELDCHAR1XFELD
KIND_DIFFCheckbox XFELDCHAR1XFELD
BASIS_VALIDCheckbox XFELDCHAR1XFELD
BASIS_NEWCheckbox XFELDCHAR1XFELD
BASIS_PURCHCheckbox XFELDCHAR1XFELD
ECKKZSP calc.: price point rounding for suggested final price ECKKZCHAR1XFELD
DET_DIRECTCheckbox XFELDCHAR1XFELD
DET_BY_KEYCheckbox XFELDCHAR1XFELD
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PLTYPPrice list type PLTYPCHAR2T189PLTYPVPL
WAERKPrice point currency WAERS_EPGCUKY5TCURCWAERS
EPTYPPrice Point Category EPTYPCHAR2EPTYP
EPRGRPrice point group EPRGRCHAR6TWPKEPRGREPG
.INCLU--AP 0
HIER_IDHierarchy WRF_HIER_CNTCHAR2WRF_MATGRP_HIERWRF_HIERCNTRTHIERWRF_HIERID_STATUS
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
RKTYPPrice Point Groups: Ranking Type WRF_WVKP_RKTYP2CHAR1WRF_RKTYP2WRF_WVKP_RKTYP2
BASIS_ENDPRCheckbox XFELDCHAR1XFELD
BASIS_ENDPACheckbox XFELDCHAR1XFELD
BASIS_PENDPCheckbox XFELDCHAR1XFELD
BASIS_EVPRSCheckbox XFELDCHAR1XFELD
NODEHierarchy Node WRF_STRUC_NODECHAR18WRF_NODESRTNODEWRF_MATGRP_CSHLP

Key field Non-key field



How do I retrieve data from SAP structure WCOL_CHANGE using ABAP code?

As WCOL_CHANGE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WCOL_CHANGE as there is no data to select.

How to access SAP table WCOL_CHANGE

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