TN2DWS_COMP SAP (DWS Component Management) Table details

Dictionary Type: Table
Description: DWS Component Management




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




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

TN2DWS_COMP is a standard SAP Table which is used to store DWS Component Management data and is available within R/3 SAP systems depending on the version and release level.

The TN2DWS_COMP table consists of various fields, each holding specific information or linking keys about DWS Component Management data available in SAP. These include VERSION (DWS Component Version), ISH_OBJECTID (IS-H Object Type), CLASSNAME (DWS Class), VISIBLE (DWS: Component with or Without GUI).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TN2DWS_COMPT


SAP TN2DWS_COMP 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
IDDWS: Component Identification N2DWS_COMPIDCHAR33N2DWS_COMPID
VERSIONDWS Component Version N2DWS_COMPVERSCHAR3
ISH_OBJECTIDIS-H Object Type N2DWS_OBJIDINT410
CLASSNAMEDWS Class N2DWS_CLASSNAMECHAR30
VISIBLEDWS: Component with or Without GUI N2DWS_COMPVISIBLECHAR1
LOADMODELoading Mode of DWS Component N2DWS_COMPLOADCHAR1N2DWS_COMPLOAD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN2DWS_COMP
INTO CORRESPONDING FIELDS OF WA_TN2DWS_COMP
WHERE...

How to access SAP table TN2DWS_COMP

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