/MRSS/C_CAP_RES SAP (Time dependent customizing table for capacity reserve) Table details

Dictionary Type: Table
Description: Time dependent customizing table for capacity reserve




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




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

/MRSS/C_CAP_RES is a standard SAP Table which is used to store Time dependent customizing table for capacity reserve data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/C_CAP_RES table consists of various fields, each holding specific information or linking keys about Time dependent customizing table for capacity reserve data available in SAP. These include NEIGHBOURHOOD (Object ID), QUALI_CATEG (Qualification Category), PHASE (Capacity Reserve Phase), THRESHOLD_ID (SLA Threshold ID).. 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_CAP_RES 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
NEIGHBOURHOODObject ID /MRSS/T_SGE_HROBJIDNUMC8/MRSS/SH_SGU_PLANNING_NODES_C
QUALI_CATEGQualification Category /MRSS/T_POT_QUALI_CATEGORYNUMC6/MRSS/C_POT_QC/MRSS/T_POT_QUALI_CATEGORY/MRSS/H_QUALIFICATION
PHASECapacity Reserve Phase /MRSS/T_POT_PHASENUMC3/MRSS/_PHASE_1
THRESHOLD_IDSLA Threshold ID /MRSS/T_POT_THRESHOLD_IDNUMC3/MRSS/POT_THRESHOLD_ID
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
CAPA_RESVCapacity Reserve /MRSS/T_POT_CAP_RESERVEQUAN7(2) /MRSS/POT_CAPA_RESERVE
CAPA_RESV_UNITUnit for Capacity Reserve /MRSS/T_POT_CAPA_RESERVE_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

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

How to access SAP table /MRSS/C_CAP_RES

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