WFMFC_CTI_MAP SAP (CTI Mappings) Table details

Dictionary Type: Table
Description: CTI Mappings




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




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

WFMFC_CTI_MAP is a standard SAP Table which is used to store CTI Mappings data and is available within R/3 SAP systems depending on the version and release level.

The WFMFC_CTI_MAP table consists of various fields, each holding specific information or linking keys about CTI Mappings data available in SAP. These include CTI_QUEUE (CTI Queue Name), CTI_COM_TYPE (CTI Communication Type), CTI_DIRECTION (CTI Direction), ORG_PLVAR (Plan Version).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WFMFC_CTI_MAP 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 MANDTCLNT3Assigned to domainMANDT
CTI_QUEUECTI Queue Name WFM_FC_CTI_QUEUE_NAMECHAR30CHAR30
CTI_COM_TYPECTI Communication Type WFM_FC_CTI_COM_TYPENUMC2WFMFC_CIC_CTI_COM_TYPE
CTI_DIRECTIONCTI Direction WFM_FC_CTI_DIRECTIONCHAR1SP_CONDRC
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDOrganization ID WFM_CAS_ORG_OBJIDNUMC8WFMCAS_ORGHROBJID
VOLUME_IND_IDVolume Indicator ID WFM_FC_VOLUME_INDICATOR_IDCHAR32WFMFC_INDCATORWFMFC_INDICATOR_ID
AHT_IND_IDAHT Indicator ID WFM_FC_AHT_INDICATOR_IDCHAR32WFMFC_INDCATORWFMFC_INDICATOR_ID
ABND_IND_IDABND Indicator WFM_FC_ABND_INDICATOR_IDCHAR32Assigned to domainWFMFC_INDICATOR_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMFC_CTI_MAP
INTO CORRESPONDING FIELDS OF WA_WFMFC_CTI_MAP
WHERE...

How to access SAP table WFMFC_CTI_MAP

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