In this post, I will try and describe everything you need to know about the SAP crmd_act_h_prio table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_ACT_H_PRIO what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_ACT_H_PRIO....Right lets get started!
Object Name: CRMD_ACT_H_PRIO
Dictionary Type: Transparent table
Description: CRM Activity: Last Selection Values for Period per User
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
MANDT | MANDT | CLNT | 3(0) | T000 | Client | MANDT | TEST | CRM | ||||
UNAME | SYUNAME | CHAR | 12(0) | User Name | SYCHAR12 | SYST | CRM | |||||
APPLICATION | CRMT_CATEGORY_WORKPLACE | CHAR | 2(0) | * | Application Area | CRM_CATEGORY_WORKPLACE | CRM | |||||
COUNTER | NUM4 | NUMC | 4(0) | Four-digit number | NUM04 | SDOC | CRM | |||||
SIGN | CHAR1 | CHAR | 1(0) | Single-Character Indicator | CHAR1 | SAP | CRM | |||||
OPTIONEN | CHAR2 | CHAR | 2(0) | Version Number Component | CHAR2 | TEST | CRM | |||||
PRIORITYLOW | CRMT_PRIORITY | NUMC | 1(0) | SCPRIO | Activity Priority | SC_PRIO | CRM | |||||
PRIORITYHIGH | CRMT_PRIORITY | NUMC | 1(0) | SCPRIO | Activity Priority | SC_PRIO | CRM |