CRMC_IC_ACENTRY SAP (Activity Clipboard Entry Definition) Table details

Dictionary Type: Table
Description: Activity Clipboard Entry Definition




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




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

CRMC_IC_ACENTRY is a standard SAP Table which is used to store Activity Clipboard Entry Definition data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_IC_ACENTRY table consists of various fields, each holding specific information or linking keys about Activity Clipboard Entry Definition data available in SAP. These include ENTRY_ID (Activity Clipboard Entry ID), BOL_TYPE (Business Object Layer (BOL) Entity Object Name), WRAP_IDENTITY (Wrapped Business Object Repository (BOR) Object), NAV_LINK_FLAG (Entry is Called from a Navigation Link).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = CRMC_IC_ACENTR_T


SAP CRMC_IC_ACENTRY 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ENTRY_IDActivity Clipboard Entry ID CRMT_IC_AC_ENTRY_IDCHAR30CRMT_IC_AC_ENTRY_ID
BOL_TYPEBusiness Object Layer (BOL) Entity Object Name CRMT_IC_AC_BOL_TYPECHAR30CRMT_IC_BOL_TYPE
WRAP_IDENTITYWrapped Business Object Repository (BOR) Object CRMT_IC_AC_WRAPPED_IDENTIFIERCHAR30
NAV_LINK_FLAGEntry is Called from a Navigation Link CRMT_IC_AC_NAVLINK_FLAGCHAR1CRMT_IC_BOOLEAN
NAV_LINKNavigation Link CRMT_IC_AC_NAVLINKCHAR40CRMT_IC_NAVIGATION_LINK
NAV_LTX_FLAGEntry Is Called from a Launch Transaction CRMT_IC_AC_NAVLTX_FLAGCHAR1CRMT_IC_BOOLEAN
NAV_LTX_IDLaunch Transaction ID CRMT_IC_AC_NAVLTX_IDCHAR40CRMC_IC_LTX_IDCRMT_IC_LTX_ID
DETERM_CLASSDetermination Class CRMT_IC_AC_DETERMINATION_CLASSCHAR30SEOCLSNAME
COMPARE_VALUEDetermination Class Compare Value CRMT_IC_AC_COMPARE_VALUECHAR30
DESCRIPTION_PATHBOL Attribute Path for Description Column Text CRMT_IC_AC_PATH_TO_DESCRIPTIONCHAR255CRMT_IC_AC_PATH_TO_ATTRIBUTE
MORE_INFO_PATHBOL Attribute Path for More Info Column Text CRMT_IC_AC_PATH_TO_MORE_INFOCHAR255CRMT_IC_AC_PATH_TO_ATTRIBUTE
BOR_LINK_TYPEBOR Type for Business Object Linking CRMT_IC_AC_BOR_LINK_TYPECHAR10Assigned to domainOJ_NAME
BOR_KEY_PATHPath to BOR Key in BOL Object CRMT_IC_AC_BOR_KEY_PATHCHAR255CRMT_IC_AC_PATH_TO_ATTRIBUTE
MAPPER_CLASSBOL to BOR Mapping Class CRMT_IC_AC_MAPPER_CLASSCHAR30SEOCLSNAME
BOR_LINK_MLOGSYSMapped Logical System CRMT_IC_MAPPED_LOGSYSCHAR10CRMC_IC_BORADMALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_IC_ACENTRY
INTO CORRESPONDING FIELDS OF WA_CRMC_IC_ACENTRY
WHERE...

How to access SAP table CRMC_IC_ACENTRY

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