HCSKW_DIR SAP (Directory for Static KW Help) Table details

Dictionary Type: Table
Description: Directory for Static KW Help




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




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

HCSKW_DIR is a standard SAP Table which is used to store Directory for Static KW Help data and is available within R/3 SAP systems depending on the version and release level.

The HCSKW_DIR table consists of various fields, each holding specific information or linking keys about Directory for Static KW Help data available in SAP. These include LIBID (ID of KW Library), LOGPATH (Logical path name), ADDPATH (Path Entry for KW Library (Static)), STATUS (Status of Indexing Preparation).. 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: Cannot Be Enhanced


SAP HCSKW_DIR 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
LIBRARYName of Analysis of KW Library (Static) HCSKW_LIBRARYCHAR30HCSKW_LIBRARYHCSKW_LIBRARY
LIBIDID of KW Library HCSKW_LIBIDINT410HCSKW_ID
LOGPATHLogical path name PATHINTERNCHAR60Assigned to domainPATHINTERN
ADDPATHPath Entry for KW Library (Static) HCSKW_ADDPATHSTRG0HCSKW_ADDPATH
STATUSStatus of Indexing Preparation HCSKW_PSTATUSCHAR10HCSKW_PSTATUS
ALLOWLANGBoolean Value HCSKW_BOOLCHAR1HCSKW_BOOL
ALLLANGBoolean Value HCSKW_BOOLCHAR1HCSKW_BOOL
LANGVECTList of Languages (as STRING) SCPLANGSSSTRG0CPLANGSS
CURRLANGLanguage Key LANGULANG1Assigned to domainISOLASPRAS
LANGDONEList of Languages (as STRING) SCPLANGSSSTRG0CPLANGSS
LOIOHEADERStart of LOIO (2 Characters) HCSKW_LOIOHEADERCHAR2HCSKW_LOIOHEADER
LOIOIDLOIO ID HCSKW_LOIOIDINT410HCSKW_ID
APPL_NSPNamespace of Application HCSKW_APPL_NSPCHAR20HCSKW_APPL_NSP
LAST_KEYInternal Key of Application for Package Processing HCSKW_LAST_KEYSTRG0HCSKW_LAST_KEY
PSIZEPackage Size HCSKW_PSIZEINT410HCSKW_PSIZE
MAXLOIOIDLOIO ID HCSKW_LOIOIDINT410HCSKW_ID
MAXAPPLIDID of Application HCSKW_APPLIDINT410HCSKW_ID
ASS_CLASSClass Name SEOCLNAMECHAR30SEOCLSNAMESEOCLSNAMEF4
STORAGE_TYPEStorage Type for Indexing HCSKW_STORAGE_TYPENUMC2HCSKW_STORAGE_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM HCSKW_DIR
INTO CORRESPONDING FIELDS OF WA_HCSKW_DIR
WHERE...

How to access SAP table HCSKW_DIR

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