CCIHS_IOBJ_INFO SAP (EHS: WWI Symbol Structure for Integr. Objects in Work Area) Structure details

Dictionary Type: Structure
Description: EHS: WWI Symbol Structure for Integr. Objects in Work Area




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




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

CCIHS_IOBJ_INFO 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: WWI Symbol Structure for Integr. Objects in Work Area" 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_IOBJ_INFO TYPE CCIHS_IOBJ_INFO.

The CCIHS_IOBJ_INFO table consists of various fields, each holding specific information or linking keys about EHS: WWI Symbol Structure for Integr. Objects in Work Area data available in SAP. These include WADONR (Integration Object), WADOTYPENAM (Description of Integration Object Type), WERKS (Plant), ARBPL (Work center).. 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: Can be enhanced (character-type or numeric)


SAP CCIHS_IOBJ_INFO 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
WADOTYPEIntegration Object Type CCIHE_WADOTYPECHAR4Assigned to domainCCIHD_WADOTYPE
WADONRIntegration Object CCIHE_WADONRCHAR100CCIHD_WADONR
WADOTYPENAMDescription of Integration Object Type CCIHE_WADOTYPENAMCHAR40TEXT40
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARBPLWork center ARBPLCHAR8ARBPLAGR
KTEXTShort description CR_KTEXTCHAR40TEXT40
MAINBUILDINGFLGMain Building CCIHE_MAINBUILDINGFLGCHAR1ESDFLAG
BUILDINGBuilding CCIHE_BUILDINGCHAR20CCIHD_BUILDING
BUILDINGTXTDescription of Building CCIHE_BULDINGTXTCHAR60CCIHD_BULIDINGTXT
WAPERSPerson Involved CCIHE_IPPERSCHAR10CCIHD_PERSON
WAPERSTYPETXTDescription of Person's Role CCIHE_IPTYPETXTCHAR40TEXT40
FULLNAMEFull Name of Person CCIHE_FULLNAMECHAR80TEXT80
TITLEForm of Address of Person CCIHE_TITLECHAR10TEXT10
VDSK1Organizational Key VDSK1CHAR14Assigned to domainVDSK1
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
ORGTXShort Text of Organizational Unit ORGTXCHAR25TEXT25
NAME2Contact Name PAD_CONAMCHAR40PAD_NACHN
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
ORT01City PAD_ORT01CHAR40PAD_ORT01
ORT02District PAD_ORT02CHAR40PAD_ORT01
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
TELNRTelephone Number TELNRCHAR14TELNR
NAMEOFLAND1Country Name LANDXCHAR15TEXT15
BLDNGBuilding (number or code) AD_BLD_10CHAR10TEXT10
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LGOBEDescription of Storage Location LGOBECHAR16TEXT16
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
TPLKZFunctional location structure indicator TPLKZCHAR5Assigned to domainTPLKZISR
FLTYPFunctional location category FLTYPCHAR1Assigned to domainFLTYPIFT
PLTXTDescription of functional location PLTXTCHAR40TEXT40
FLPLANTFunctional Location Plant CCIHE_FLPLANTCHAR4Assigned to domainWERKS
FLPLANTTXTName of Functional Location Plant CCIHE_FLPLANTTXTCHAR30TEXT30
STRNOFunctional Location Label CCIHE_STRNOCHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table CCIHS_IOBJ_INFO

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