CRM_CC_ACTSCE SAP (Related actions to scenario) Table details

Dictionary Type: Table
Description: Related actions to scenario




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




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

CRM_CC_ACTSCE is a standard SAP Table which is used to store Related actions to scenario data and is available within R/3 SAP systems depending on the version and release level.

The CRM_CC_ACTSCE table consists of various fields, each holding specific information or linking keys about Related actions to scenario data available in SAP. These include SCENARIO (Scenarios of the CC), SEQ_NUM (Sequence Number), ACTIVE (Set active flag - Used during testing), NAME (User Name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRM_CC_ACTSCE 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
CLASSName of the class that performs the action TCC_CLASSCHAR30CRM_CC_ACTION
SCENARIOScenarios of the CC TCC_SCENCHAR1TCC_SCENARCC_SCEN
SEQ_NUMSequence Number TCC_SEQNUMINT13
ACTIVESet active flag - Used during testing TCC_ACTIVECHAR1
NAMEUser Name UNAMECHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_CC_ACTSCE
INTO CORRESPONDING FIELDS OF WA_CRM_CC_ACTSCE
WHERE...

How to access SAP table CRM_CC_ACTSCE

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