RMPS_DESK_TITEM SAP (Items in Tree) Table details

Dictionary Type: Table
Description: Items in Tree




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




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

RMPS_DESK_TITEM is a standard SAP Table which is used to store Items in Tree data and is available within R/3 SAP systems depending on the version and release level.

The RMPS_DESK_TITEM table consists of various fields, each holding specific information or linking keys about Items in Tree data available in SAP. These include ITEM (Item Displayed (tasks and so on)), ACT_TASK (Task abbreviation), STATNAME (Item Status), TYPE (Type of Item in Tree).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = RMPS_DESK_TITEMT


SAP RMPS_DESK_TITEM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ITEMItem Displayed (tasks and so on) RMPS_DESK_ITEMCHAR8CHAR8
ACT_TASKTask abbreviation SWD_STEP_TCHAR14HROBJEC_14
STATNAMEItem Status RMPS_DESK_TSTATCHAR2RMPS_DESK_TSTAT
TYPEType of Item in Tree RMPS_DESK_ITEM_TYPECHAR2RMPS_DESK_ITEM_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPS_DESK_TITEM
INTO CORRESPONDING FIELDS OF WA_RMPS_DESK_TITEM
WHERE...

How to access SAP table RMPS_DESK_TITEM

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