CRMT_BSP_ERMS_CAT_TREE SAP (structure for categorization tree in PC-UI) Structure details

Dictionary Type: Structure
Description: structure for categorization tree in PC-UI




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




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

CRMT_BSP_ERMS_CAT_TREE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "structure for categorization tree in PC-UI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_BSP_ERMS_CAT_TREE TYPE CRMT_BSP_ERMS_CAT_TREE.

The CRMT_BSP_ERMS_CAT_TREE table consists of various fields, each holding specific information or linking keys about structure for categorization tree in PC-UI data available in SAP. These include OBJECT_KEY (Object Key), CAT_LABL (PCUI Categories - Category Label), CAT_DESC (PCUI Categories - Category Description), CAT_FROM_DATE (PCUI Categories - Date Field).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP CRMT_BSP_ERMS_CAT_TREE structure 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
CAT_LABLPCUI Categories - Category Label CRMT_BSP_ERMS_CAT_LABLCHAR50CRM_ERMS_CAT_DESC_DO
CAT_DESCPCUI Categories - Category Description CRMT_BSP_ERMS_CAT_DESCCHAR50CRM_ERMS_CAT_DESC_DO
CAT_FROM_DATEPCUI Categories - Date Field CRMT_BSP_ERMS_CAT_DATE_FROMDATS8DATUM
CAT_FROM_TIMEPCUI Categories - Validity Time CRMT_BSP_ERMS_CAT_TIME_FROMTIMS6CRMT_BSP_ERMS_CAT_TIME_DO
CAT_TO_DATEPCUI Categories - Date Field CRMT_BSP_ERMS_CAT_DATE_TODATS8DATUM
CAT_TO_TIMEPCUI Categories - Validity Time CRMT_BSP_ERMS_CAT_TIME_TOTIMS6CRMT_BSP_ERMS_CAT_TIME_DO
ASP_IDERMS - Aspect ID CRMT_BSP_ERMS_CAT_AS_IDCHAR40CRM_ERMS_CAT_CA_ID_DO
CAT_IDERMS - Category ID CRMT_BSP_ERMS_CAT_CA_IDCHAR40CRM_ERMS_CAT_CA_ID_DO
PARENT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
ICON 0
ICON_EXPANDED 0
IS_EXPANDEDCheckbox XFELDCHAR1XFELD
IS_LEAFCheckbox XFELDCHAR1XFELD
IS_HOTSPOTCheckbox XFELDCHAR1XFELD
TOOLTIP Tooltip for Icon0
DESCRIPTION 0
NODE_IDERMS - Category ID CRMT_BSP_ERMS_CAT_CA_IDCHAR40CRM_ERMS_CAT_CA_ID_DO
ASP_STATECategory Modeler - State of Aspect CRMT_BSP_ERMS_CAT_AS_STATECHAR1CRM_ERMS_CAT_AS_STATE_DO
ASP_MODE_CACoherent Cat. - Main Structure of Aspect CRM_ERMS_CAT_AS_MSCHAR1CRM_ERMS_CAT_AS_MS_DO
ASP_MODE_AUCoherent Cat. - Mode of Authorization Checks CRM_ERMS_CAT_AS_AU_MODECHAR1CRM_ERMS_CAT_AS_AU_MODE_DO
CASE_TYPECase Type SCMGCASE_TYPECHAR4Assigned to domainSCMGCASE_TYPE
CMG_CAT_LABELCRM Case Management - Reference Category Label CRMT_CMG_CAT_LABEL_2CHAR50CRM_ERMS_CAT_DESC_DO
CMG_CAT_IDCRM Case Management - Reference Category ID CRMT_CMG_CAT_IDCHAR40CRM_ERMS_CAT_CA_ID_DO
CRM_BUS_REF_DATECRM Case Management - Business Reference Date CRMT_CMG_REF_DATEDATS8DATUM
CRM_SCH_REF_DATECRM Case Management - Schema Reference Date CRMT_CMG_SCH_REF_DATEDATS8DATUM
CRM_SCH_REF_TIMCRM Case Management - Schema Reference Time CRMT_CMG_SCH_REF_TIMETIMS6CMG_TIME
CAT_VAL_FROMReference Category - Valid From Timestamp CRMT_CMG_CAT_VALID_FROMDEC15TSTPSCMG_TIMESTAMP
CAT_VAL_TOReference Category - Valid To Timestamp CRMT_CMG_CAT_VALID_TODEC15TSTPSCMG_TIMESTAMP
IS_SELECTEDSelected Category CRMT_BSP_CAT_IS_SELECTEDCHAR1CRMT_BSP_CAT_IS_SELECT
IS_MAIN_CATEGORYMain Category CRMT_BSP_CAT_IS_MAIN_CATCHAR1CRMT_BSP_CAT_IS_MAIN_CAT

Key field Non-key field



How do I retrieve data from SAP structure CRMT_BSP_ERMS_CAT_TREE using ABAP code?

As CRMT_BSP_ERMS_CAT_TREE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_BSP_ERMS_CAT_TREE as there is no data to select.

How to access SAP table CRMT_BSP_ERMS_CAT_TREE

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