RSSM_S_DETAIL_TREE SAP (Monitor Detail Tree (2,.0)) Structure details

Dictionary Type: Structure
Description: Monitor Detail Tree (2,.0)




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




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

RSSM_S_DETAIL_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 "Monitor Detail Tree (2,.0)" 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_RSSM_S_DETAIL_TREE TYPE RSSM_S_DETAIL_TREE.

The RSSM_S_DETAIL_TREE table consists of various fields, each holding specific information or linking keys about Monitor Detail Tree (2,.0) data available in SAP. These include SUB (Natural Number), LEVEL (Natural Number), PAKS_ADD (Boolean), MARK (Single-Character Indicator).. 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 RSSM_S_DETAIL_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
IDTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
SUBNatural Number INT4INT410INT4
LEVELNatural Number INT4INT410INT4
PAKS_ADDBoolean RS_BOOLCHAR1RS_BOOL
MARKSingle-Character Indicator CHAR1CHAR1CHAR1
STATUSIcon with Quick Info RSSM_ICONCHAR132RSSM_ICON
BUTTONIcon with Quick Info RSSM_ICONCHAR132RSSM_ICON
DATUMSystem Date SYDATUMDATS8SYDATS
UZEITSystem Time SYUZEITTIMS6SYTIME
DATUM_BISSystem Date SYDATUMDATS8SYDATS
UZEIT_BISSystem Time SYUZEITTIMS6SYTIME
SELANZAHLCounter of the Info idoc RSINFONRCHAR6CHAR6
DATAPAKIDData packet number (character) RSDPNR_CCHAR6CHAR6
IDOC_BIWNumber of IDoc (character) RS_DOCNUM_CCHAR16CHAR16
IDOC_OLTPNumber of IDoc (character) RS_DOCNUM_CCHAR16CHAR16
ISTAT_BIWStatus of IDoc EDI_STATUSCHAR2TEDS1EDI_STATUS
ISTAT_OLTPStatus of IDoc EDI_STATUSCHAR2TEDS1EDI_STATUS
RQSTATEInfoIdocStatus RSIDOCSTATECHAR1RSRQSTATE
IDOCTYP30 Characters CHAR30CHAR30CHAR30
SYSTEMTYPSingle-Character Indicator CHAR1CHAR1CHAR1
ANGEFNo. of selected data records absolute (character) RSRECORD_CCHAR12CHAR12
UEBERNo. of selected data records absolute (character) RSRECORD_CCHAR12CHAR12
AUFRUFERCaller RSCALLERCHAR2RSCALLER
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
TEXTCharacter 100 CHAR100CHAR100CHAR100
LINEDATARow Index of Internal Tables SYTABIXINT410SYST_LONG
PROGRAMMUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
APPL_LOGBoolean RS_BOOLCHAR1RS_BOOL
ERROR_LOGBoolean RS_BOOLCHAR1RS_BOOL
CHILDRNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
MNTPSABoolean RS_BOOLCHAR1RS_BOOL
EXPANDEDBoolean RS_BOOLCHAR1RS_BOOL
ODSRNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
OUTRNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
RLOGSYSSource system of the receiver RSRLOGSYSCHAR10Assigned to domainALPHALOGSYS
EXPANDERBoolean RS_BOOLCHAR1RS_BOOL
INRNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
USERUser Name SYUNAMECHAR12SYCHAR12
PROTRNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
MONPROTBoolean RS_BOOLCHAR1RS_BOOL
LOGIDLog-ID of a Process Chain Run RSPC_LOGIDCHAR25RSPC_LOGID
DTPRNRMaster data ID RSSIDINT410RSSID

Key field Non-key field



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

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

How to access SAP table RSSM_S_DETAIL_TREE

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