TCWQTOLGR SAP (EWM-CW: Tolerance Groups) Table details

Dictionary Type: Table
Description: EWM-CW: Tolerance Groups




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




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

TCWQTOLGR is a standard SAP Table which is used to store EWM-CW: Tolerance Groups data and is available within R/3 SAP systems depending on the version and release level.

The TCWQTOLGR table consists of various fields, each holding specific information or linking keys about EWM-CW: Tolerance Groups data available in SAP. These include CWQTOLGR (EWM-CW: Catch Weight Tolerance Group for EWM), TOLWLO (EWM-CW: Lower Tolerance Limit for Warning Message), TOLWHI (EWM-CW: Upper Tolerance Limit for Warning Message), TOLELO (EWM-CW: Lower Tolerance Limit for Error Message).. 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 or numeric)

Text table = TCWQTOLGRT


SAP TCWQTOLGR 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
CWQTOLGREWM-CW: Catch Weight Tolerance Group for EWM CIFCWQTOLGRCHAR9CIFCWQTOLGR
TOLWLOEWM-CW: Lower Tolerance Limit for Warning Message DE_CWTOLWLODEC3(1) PRZ21
TOLWHIEWM-CW: Upper Tolerance Limit for Warning Message DE_CWTOLWHIDEC3(1) PRZ21
TOLELOEWM-CW: Lower Tolerance Limit for Error Message DE_CWTOLELODEC3(1) PRZ21
TOLEHIEWM-CW: Upper Tolerance Limit for Error Message DE_CWTOLEHIDEC3(1) PRZ21

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCWQTOLGR
INTO CORRESPONDING FIELDS OF WA_TCWQTOLGR
WHERE...

How to access SAP table TCWQTOLGR

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