SAP ABAP Class /MRSS/CL_SGU_COL_RESOURCES (Planning Board: Screen Container)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGU (Package) User Interface for Interactive Planning Board
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /MRSS/CL_SGU_COLLECTION Collection of Required Types 20030612
Properties
Class /MRSS/CL_SGU_COL_RESOURCES  
Short Description Planning Board: Screen Container    
Super Class /MRSS/CL_SGU_COLLECTION Collection of Required Types 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGU   User Interface for Interactive Planning Board 
Created 20030612   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGU_COL_RESOURCES has no forward declaration.
Interfaces
Class /MRSS/CL_SGU_COL_RESOURCES has no interface implemented.
Friends
Class /MRSS/CL_SGU_COL_RESOURCES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ROLE_CAPA_ASGN Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'K' Box is row for capacitive assignments 20060511
2 C_ROLE_CAPA_SLOTS Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'S' Type of Resource Planned Item 20110107
3 C_ROLE_DEMAND Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'E' Box = Demand 20030917
4 C_ROLE_GROUP Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'G' Box = Group 20130402
5 C_ROLE_LINKED Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'B' Box = Row for the Link Tool 20030917
6 C_ROLE_RESOURCE Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'A' Box = Resource 20030917
7 C_ROLE_TEAM_MEMBER Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'D' Box = Team Member 20030917
8 C_ROLE_TEAM_RESP Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'F' Type of Resource Planned Item 20071105
9 C_ROLE_TEAM_RES_CAPA Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'T' Team Resource Capacitive Assignment 20100903
10 C_ROLE_TIMEDATA Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'C' Box = Time Data Row 20030917
11 C_ROLE_WORKCENTER Constant Public Type reference (TYPE) /MRSS/T_SGU_RESOURCETYPE 'W' Box Is Work Center 20081111
12 GT_RESOURCES_IDR Instance attribute Private Type reference (TYPE) GTY_RESOURCES_IDR_TAB Index to Fields "ID" and "Role" 20070425
13 GT_RESOURCES_R Instance attribute Private Type reference (TYPE) GTY_RESOURCES_ROW_NO_TAB Index to ROW_NO Field 20070316
14 GT_RESOURCE_INDEX Instance attribute Private Type reference (TYPE) GTY_RESOURCE_INDEX_TAB 20110107
Methods
# Method Level Visibility Method type Description Created on
1 FIND_ITEM_SINGLE_ROW Instance method Public Method Find Item for a Row 20090129
2 GET_DESCENDANT_GUIDS_BY_HEADER Instance method Public Method For the passed in header all its descendants are returned 20120810
3 GET_ITEMS Instance method Public Method Get Multiple Items 20090129
4 GET_ITEMS_BY_GUID Instance method Public Method Get Multiple Items 20110107
5 GET_RESOURCE_ROW Instance method Public Method Get Resource Row 20100902
6 GET_TEAM_ROW Instance method Public Method Get Team Row of a Team Member 20100902
Events
Class /MRSS/CL_SGU_COL_RESOURCES has no event.
Types
Class /MRSS/CL_SGU_COL_RESOURCES has no local type.
Method Signatures

Method FIND_ITEM_SINGLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ITEM Call by reference Type reference (TYPE) /MRSS/T_SGU_RESOURCE Assignment: Resource - Bar Chart Element 20090226
2 Importing IV_CHART_ID Call by reference Type reference (TYPE) BCOBJID Object identification in bar chart 20090129
3 Importing IV_ROW Call by reference Type reference (TYPE) INT4 Row no 20090129
# Exception Resumable Description Created on
1 NOT_FOUND Item not found 20090129

Method GET_DESCENDANT_GUIDS_BY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESCENDANT_KEYS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of descendants 20120810
2 Importing IV_HEADER_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20120810

Method GET_DESCENDANT_GUIDS_BY_HEADER on class /MRSS/CL_SGU_COL_RESOURCES has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMS Call by reference Type reference (TYPE) /MRSS/T_SGU_RESOURCE_TAB Relationship List: BARC Boxes - Resources 20090129
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_RES Resource GUID 20090129
3 Importing IV_HEADER Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20090129
4 Importing IV_ROLE Call by reference Type reference (TYPE) /MRSS/T_SGU_RESOURCE_ROLE Resource Role 20090129
# Exception Resumable Description Created on
1 NOT_FOUND Item could not be found in the collection 20090129

Method GET_ITEMS_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMS Call by reference Type reference (TYPE) /MRSS/T_SGU_RESOURCE_TAB Relationship List: BARC Boxes - Resources 20110107
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_RES Resource GUID 20110107
# Exception Resumable Description Created on
1 NOT_FOUND Item could not be found in the collection 20110111

Method GET_RESOURCE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_ROW_NO Call by reference Type reference (TYPE) I Resource row no. 20100902

Method GET_RESOURCE_ROW on class /MRSS/CL_SGU_COL_RESOURCES has no exception.

Method GET_TEAM_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEAM_ROW Call by reference Type reference (TYPE) INT4 Team row for a member 20100902
2 Importing IV_ROW_RESOURCE Call by reference Type reference (TYPE) INT4 Resource row 20100902

Method GET_TEAM_ROW on class /MRSS/CL_SGU_COL_RESOURCES has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 401