CCIHS_WATREEINF SAP (EHS: Structure for Displaying the Work Area Hierarchy) Structure details

Dictionary Type: Structure
Description: EHS: Structure for Displaying the Work Area Hierarchy




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




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

CCIHS_WATREEINF 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 "EHS: Structure for Displaying the Work Area Hierarchy" 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_CCIHS_WATREEINF TYPE CCIHS_WATREEINF.

The CCIHS_WATREEINF table consists of various fields, each holding specific information or linking keys about EHS: Structure for Displaying the Work Area Hierarchy data available in SAP. These include TLEVEL (Node level), MANDT (Client), RECN (Sequential Number of Data Record), ACTN (Sequential Number of the Change State).. 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: Not classified


SAP CCIHS_WATREEINF 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
IDInternal: Node ID SEU_IDNUMC6SEU_ID
TLEVELNode level SEU_LEVELNUMC2SEU_LEVEL
MANDTClient MANDTCLNT3T000MANDT
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
AENNRChange Number ESEAENNRCHAR12AENRAENNRAENNRAEN
DELFLGDeletion Indicator ESEDELFLGCHAR1ESDFLAG
PARKFLGData Record Is Inactive ESEPARKFLGCHAR1ESDFLAG
CRDATCreated On ESECRDATDATS8DATUM
CRNAMCreated By ESECRNAMCHAR12USNAM
UPDDATChanged On ESEUPDDATDATS8DATUM
UPDNAMLast Changed By ESEUPDNAMCHAR12USNAM
SRSIDSource of Data ESESRSIDCHAR10TCG56ESDSRSID
OWNIDData Provider ESEVENDRIDCHAR10Assigned to domainALPHAAD_ADDRNUM
RECNROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
WAIDWork Area or Pattern CCIHE_WAIDCHAR20CHRIDCCIHD_WAID
WATYPEWork Area or Pattern Type CCIHE_WATYPECHAR2CCIHC_WA01CCIHD_WATYPE
WASTATStatus EHSBE_STATUSCHAR5Assigned to domainJ_STATUS
WAINITSTATInitial Status of an Object CCIHE_INITSTATUSCHAR5J_STATUS
WAVERSWork Area Version CCIHE_WAVERSCHAR5CHAR5
AUTHGRPAuthorization Group for Work Area or Pattern CCIHE_WAAUTHGRPCHAR10CCIHC_WA11CCIHD_WAAUTHGRP
RVLIDValidity Area ESERVLIDCHAR10TCG91ESDRVLIDESJ
MTNLANGULanguage of Entry CCIHE_MTNLANGULANG1T002ISOLASPRAS
RECNTWAHReference to Work Area CCIHE_RECNTWAHNUMC20Assigned to domainALPHAESDRECN
WAPLANTPlant CCIHE_WAPLANTCHAR4T001WWERKS
WACOORDWork Area Coordinates CCIHE_WACOORDCHAR20TEXT20
WACOSTAC1Cost Center of Work Area CCIHE_WACOSTACCHAR10Assigned to domainALPHAKOSTL
WACTRAREAControlling Area for Work Area CCIHE_WACTRAREACHAR4Assigned to domainCACCD
WACOCODECompany Code for Work Area CCIHE_WACOCODECHAR4Assigned to domainBUKRS
PTUSAGEFLGUsage Indicator for Pattern CCIHE_PTUSAGEFLGCHAR1ESDBOOLE
OVERALLRATOverall Rating of Exposure Situation in Work Area CCIHE_OVERALLRATCHAR3Assigned to domainCCIHD_RATING
RECEIVEDRATReceived Rating in Work Area CCIHE_RECEIVEDRATCHAR3Assigned to domainCCIHD_RATING
WATYPENAMDescription of Work Area Type CCIHE_WATYPENAMCHAR20TEXT20
WAPLANTNAMPlant Description CCIHE_WAPLANTNAMCHAR30TEXT30
WASPIDHigher-Level Work Area CCIHE_WASPIDCHAR20CHRIDCCIHD_WAID
WASPNAMLanguage-Dependent Description of Work Area/Pattern CCIHE_WANAMCHAR60TEXT60

Key field Non-key field



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

As CCIHS_WATREEINF 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 CCIHS_WATREEINF as there is no data to select.

How to access SAP table CCIHS_WATREEINF

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