KWCHAIN SAP (KEN: Industry sectors and their root sectors) Table details

Dictionary Type: Table
Description: KEN: Industry sectors and their root sectors




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




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

KWCHAIN is a standard SAP Table which is used to store KEN: Industry sectors and their root sectors data and is available within R/3 SAP systems depending on the version and release level.

The KWCHAIN table consists of various fields, each holding specific information or linking keys about KEN: Industry sectors and their root sectors data available in SAP. These include IND_REL (Version of an 'Add-On' Product), PRIORITY (Processing Priority for Hierarchy Chain of Contexts), BASE_IND (Base ID of SAP Product (Context)), BASE_REL (Basis Version of SAP Product).. 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


SAP KWCHAIN 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
INDUSTRYName of an Add-On Product ADDONIDCHAR10Assigned to domainADDONID
IND_RELVersion of an 'Add-On' Product ADDONRLCHAR12CHAR12
PRIORITYProcessing Priority for Hierarchy Chain of Contexts NUMB_CHAINNUMC3NUMB_CHAIN
BASE_INDBase ID of SAP Product (Context) KW_BASE_ADDONIDCHAR10Assigned to domainADDONID
BASE_RELBasis Version of SAP Product KW_BASE_ADDONRLCHAR12CHAR12
TOP_INDANCESTOR -Name of SAP Product (context) ANCESTOR_ADDONIDCHAR10Assigned to domainADDONID
TOP_RELANCESTOR - Version of SAP Product ANCESTOR_ADDONRLCHAR12CHAR12
TOP_PRIORProcessing Priority for Hierarchy Chain of Contexts NUMB_CHAINNUMC3NUMB_CHAIN
CREA_DATEChanged On SC_CHNGDATDATS8DATUM
CREA_TIMELast changed at SC_CHNGTIMTIMS6TIME
UNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM KWCHAIN
INTO CORRESPONDING FIELDS OF WA_KWCHAIN
WHERE...

How to access SAP table KWCHAIN

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