/MRSS/C_RMI_PS SAP (Project System data required for creating Request) Table details

Dictionary Type: Table
Description: Project System data required for creating Request




ABAP Code to SELECT data from /MRSS/C_RMI_PS
Related tables to /MRSS/C_RMI_PS
Access table /MRSS/C_RMI_PS




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

/MRSS/C_RMI_PS is a standard SAP Table which is used to store Project System data required for creating Request data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/C_RMI_PS table consists of various fields, each holding specific information or linking keys about Project System data required for creating Request data available in SAP. These include PROFID (Network profile), ACT_TYPE (Process variant), NO_MAN_CONFIRM (Without manual resource confirmation), NW_BOOKED (Network Set to 'Booked').. 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: Not classified


SAP /MRSS/C_RMI_PS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROFIDNetwork profile PROFIDNZPLCHAR7Assigned to domainPROFILIDPNW
ACT_TYPEProcess variant /MRSS/T_ACTIVITY_TYPECHAR1/MRSS/_ACTIVITY_TYPE
NO_MAN_CONFIRMWithout manual resource confirmation /MRSS/T_RAP_RESOURCE_CONF_OFFCHAR1XFELD
NW_BOOKEDNetwork Set to 'Booked' /MRSS/T_NW_BOOKEDCHAR1FLAG
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
AUART_TEMPLATEOrder Type for Templates /MRSS/T_RM_ORDER_TEMPLATECHAR4Assigned to domainAUFART
STEUSControl key STEUSCHAR4T430STEUS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC

Key field Non-key field



How do I retrieve data from SAP table /MRSS/C_RMI_PS using ABAP code

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

SELECT SINGLE *
FROM /MRSS/C_RMI_PS
INTO CORRESPONDING FIELDS OF WA_/MRSS/C_RMI_PS
WHERE...

How to access SAP table /MRSS/C_RMI_PS

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