/MRSS/C_STAT_ACT SAP (MRS: Customizing for mapping of Status to Action on Assignm.) Table details

Dictionary Type: Table
Description: MRS: Customizing for mapping of Status to Action on Assignm.




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




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

/MRSS/C_STAT_ACT is a standard SAP Table which is used to store MRS: Customizing for mapping of Status to Action on Assignm. data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/C_STAT_ACT table consists of various fields, each holding specific information or linking keys about MRS: Customizing for mapping of Status to Action on Assignm. data available in SAP. These include STATUS_TYPE (Type of Abstract MRS Status), FIX_RES (Fix Resource), FIX_DATE (Fix the dates), UPDATE_START (Update Start of Assignment When Status Is Set).. 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 or numeric)


SAP /MRSS/C_STAT_ACT 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
STATUS_TYPEType of Abstract MRS Status /MRSS/T_STATUS_TYPECHAR10/MRSS/C_ABSTAT/MRSS/_STATUS_TYPE
FIX_RESFix Resource /MRSS/T_SGE_FIX_RESOURCECHAR1/MRSS/_BOOLEAN
FIX_DATEFix the dates /MRSS/T_SGE_FIX_DATESCHAR1/MRSS/_BOOLEAN
UPDATE_STARTUpdate Start of Assignment When Status Is Set /MRSS/T_SGE_UPDATE_STARTCHAR1/MRSS/_BOOLEAN
UPDATE_ENDUpdate End of Assignment When Status Is Set /MRSS/T_SGE_UPDATE_ENDCHAR1/MRSS/_BOOLEAN
UPDATE_TOLERANCETour Tolerance /MRSS/T_SGE_UPDATE_TOLERANCEINT410INT4
TOUR_TOLERANCETour Tolerance /MRSS/T_POT_SGE_TOUR_TOLERANCEINT410INT4
REPRESENTSRepresentation of Assignment State Based on Status /MRSS/T_POT_REPRESENT_STATECHAR1/MRSS/POT_REPRESENTS_STATE
SHIFT_OFFSETShift Offset (Shift Assignments to Now + Offset) /MRSS/T_POT_SGE_SHIFT_OFFSETINT410INT4

Key field Non-key field



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

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

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

How to access SAP table /MRSS/C_STAT_ACT

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