RMPS_CASE_PROTOCOL SAP (Uniform Case Log (Case + Case Record + Process Route)) Structure details

Dictionary Type: Structure
Description: Uniform Case Log (Case + Case Record + Process Route)




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




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

RMPS_CASE_PROTOCOL 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 "Uniform Case Log (Case + Case Record + Process Route)" 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_RMPS_CASE_PROTOCOL TYPE RMPS_CASE_PROTOCOL.

The RMPS_CASE_PROTOCOL table consists of various fields, each holding specific information or linking keys about Uniform Case Log (Case + Case Record + Process Route) data available in SAP. These include ENTRY_TYPE_ICON (Icons for Type of Log Entry), ENTRY_TYPE_DESC (Description for Type of Log Entry), OBJECT_DELETED (Element deleted), ACTIVITY_DATE (Date of a Logged Activity).. 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: Cannot Be Enhanced


SAP RMPS_CASE_PROTOCOL 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
ENTRY_TYPEType of Log Entry RMPS_PROT_ENTRY_TYPECHAR20Assigned to domainRMPS_PROT_ENTRY_TYPE
ENTRY_TYPE_ICONIcons for Type of Log Entry RMPS_PROT_ENTRY_TYPE_ICONCHAR70TEXT70
ENTRY_TYPE_DESCDescription for Type of Log Entry RMPS_PROT_ENTRY_TYPE_DESCCHAR64TEXT64
OBJECT_DELETEDElement deleted RMPS_PROT_OBJECT_DELETEDCHAR70TEXT70
ACTIVITY_DATEDate of a Logged Activity RMPS_PROT_DATEDATS8DATUM
ACTIVITY_TIMETime of Logged Activity RMPS_PROT_TIMETIMS6SYTIME
ACTIVITY_USERUser who executed a logged activity RMPS_PROT_USERCHAR12Assigned to domainXUBNAME
ACTIVITY_USER_NAMEName of user who executed a logged activity RMPS_PROT_USER_NAMECHAR64TEXT64
ACTIVITYTechnical ID of a Logged Activity RMPS_PROT_ACTIVITYCHAR32
ACTIVITY_DESCDescription of a Logged Activity RMPS_PROT_ACTIVITY_DESCCHAR80TEXT80
ELEM_DISP_NAMEElement name RMPS_PROT_DISPLAY_NAMECHAR255TEXT255
ELEM_POID_IDPOID ID SRMPOIDIDCHAR32SRMID
SUBOBJECTID Subobject (Subject of a Logged Activity) RMPS_PROT_SUBOBJECTCHAR32
SUBOBJECT_DESCDescription Subobject (Subject of a Logged Activity) RMPS_PROT_SUBOBJECT_DESCCHAR80TEXT80
PREV_VALUEPrevious Attribute Value RMPS_PROT_PREV_VALUECHAR255TEXT255
CURR_VALUECurrent Attribute Value RMPS_PROT_CURR_VALUECHAR255CHAR255
ADD_INFOAdditional Information for a Logged Activity RMPS_PROT_ADD_INFOCHAR255TEXT255
OBJ_POS_IN_HIERPosition of Object in Fileplan RMPSP_AGGREGATCHAR32RMPS_PRO_AGGREGATION
WF_ACTIVITYActivity of a Process Route Item SRMACTIVCHAR8
WF_ACTIVITY_DESCDescription of Activity in Activity Area SRMACTDCCHAR40TEXT40
WF_AGENTAgent for Route Item SRMWFAGENTCHAR14HROBJEC_14
WF_AGENT_NAMEPossible Processors of a Process Route Position RMPS_PROT_WF_AGENT_NAMECHAR40TEXT40
WF_DEADLINE_END_DATELatest End of Route Item (Date) SRMWFPPLEDDATS8SYDATS
WF_DEADLINE_END_TIMELatest End of Route Item (Time) SRMWFPPLETTIMS6SYTIME
WF_DEADLINE_NUM_OF_DAYSProcessing Time in Days SRMWFLDAYSINT410

Key field Non-key field



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

As RMPS_CASE_PROTOCOL 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 RMPS_CASE_PROTOCOL as there is no data to select.

How to access SAP table RMPS_CASE_PROTOCOL

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