CRMC_ACT_TMPLATE SAP (Assign Template to Activity Type) Table details

Dictionary Type: Table
Description: Assign Template to Activity Type




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




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

CRMC_ACT_TMPLATE is a standard SAP Table which is used to store Assign Template to Activity Type data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_ACT_TMPLATE table consists of various fields, each holding specific information or linking keys about Assign Template to Activity Type data available in SAP. These include GUID (Global Unique Identifier), JOURNAL_GUID (Activity Reporting: Activity Journal Guid), CATEGORY (Activity Category (Communication Type)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_ACT_TMPLATE 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
GUIDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
JOURNAL_GUIDActivity Reporting: Activity Journal Guid CRMT_ACT_JOURNAL_GUIDRAW16SYSUUID
CATEGORYActivity Category (Communication Type) CRMT_ACTIVITY_CATEGORYCHAR3Assigned to domainCRM_ACTIVITY_CATEGORY

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_ACT_TMPLATE
INTO CORRESPONDING FIELDS OF WA_CRMC_ACT_TMPLATE
WHERE...

How to access SAP table CRMC_ACT_TMPLATE

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