CCIHC_EPTYPE_FC SAP (EHS: Assignment of Functions to Agent Type) Table details

Dictionary Type: Table
Description: EHS: Assignment of Functions to Agent Type




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




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

CCIHC_EPTYPE_FC is a standard SAP Table which is used to store EHS: Assignment of Functions to Agent Type data and is available within R/3 SAP systems depending on the version and release level.

The CCIHC_EPTYPE_FC table consists of various fields, each holding specific information or linking keys about EHS: Assignment of Functions to Agent Type data available in SAP. These include EPTYPE (Agent Type), FUNC_F4HELP (F4 Help Function), FUNC_CHECK (Check Function for Agent Type), FUNC_GETNAME (Function for Reading Agent Description).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CCIHC_EPTYPE_FC 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
MANDTClient MANDTCLNT3T000MANDT
EPTYPEAgent Type CCIHE_EPTYPECHAR10CCIHV_HAZTYPEESDSUBCAT
FUNC_F4HELPF4 Help Function CCIHE_FCF4HELPCHAR30Assigned to domainFUNCNAME
FUNC_CHECKCheck Function for Agent Type CCIHE_FCCHECKCHAR30Assigned to domainFUNCNAME
FUNC_GETNAMEFunction for Reading Agent Description CCIHE_FCGETNAMECHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCIHC_EPTYPE_FC
INTO CORRESPONDING FIELDS OF WA_CCIHC_EPTYPE_FC
WHERE...

How to access SAP table CCIHC_EPTYPE_FC

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