SAP ABAP Class /MRSS/CL_SGU_COL_PLANITEMS (Screen Container Assignments)
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_PLANITEMS  
Short Description Screen Container Assignments    
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
# Type group / Object type Type Type Description
1 /MRSS/CL_SGU_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /MRSS/CL_SGU_COL_PLANITEMS has no interface implemented.
Friends
Class /MRSS/CL_SGU_COL_PLANITEMS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ASSIGNMENT Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_ASSIGNMENT Planning Board Element 20030630
2 C_BUNDLE Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_BUNDLE Planning Board Element 20121213
3 C_CLOCK_INF Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_CLOCK_INF Planning Board Element 20030827
4 C_CONCRETIZE Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_CONCRETIZE_ASG Planning Board Element 20110113
5 C_DEMAND Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_DEMAND Planning Board Element 20030918
6 C_DEMAND_PN_SCH Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_DEM_PN_SCH Plantafelelement 20131224
7 C_DEPENDENCY Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_DEPENDENCY Planning Board Element 20031117
8 C_LINK_HUMAN Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE 'LH' Planning Board Element 20030710
9 C_LINK_TOOL Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE 'LT' Planning Board Element 20030710
10 C_MULT_SELECTION Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE 'MS' Planning Board Element 20110407
11 C_OPT_ANALYZE_DISP Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE 'ANLZ' Planning Board Element 20130517
12 C_OPT_SELECTION Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE 'OP' Planning Board Element 20071214
13 C_PN_SCH_DEMAND Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_DEM_PN_SCH Planning Board Element 20081111
14 C_SUBSTITUTION Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE 'SU' Planning Board Element 20070620
15 C_TEAM_HUMAN Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_TEAM Planning Board Element 20030820
16 C_TIMERULE_ASSGN Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_TIMERULE_ASSGN 20070305
17 C_TIMESPEC Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE /MRSS/CL_SGU_CONSTANTS=>C_DET_TIMESPEC Planning Board Element 20030630
18 GC_COLLISION Constant Public Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE 'CO' 20130410
19 GT_ASSIGNMENT Instance attribute Private Type reference (TYPE) GTY_ASSIGNMENT_TAB Assignments 20070314
20 GT_DEMAND Instance attribute Private Type reference (TYPE) GTY_DEMAND_TAB Demands 20070314
21 GT_LINK Instance attribute Private Type reference (TYPE) GTY_LINK_TAB Left 20070314
22 GT_PLANITEMS_G Instance attribute Private Type reference (TYPE) GTY_PLANITEM_GUID_TAB Planning-Board Elements Sorted by GUID 20070314
23 GT_PLANITEMS_N Instance attribute Private Type reference (TYPE) GTY_PLANITEM_NODE_TAB Planning-Board Elements Sorted by NODE_ID 20070314
24 GT_TEAM Instance attribute Private Type reference (TYPE) GTY_TEAM_TAB Teams 20070314
25 GT_TIMEDATA Instance attribute Private Type reference (TYPE) GTY_TIMEDATA_TAB Time Data 20070314
26 GT_TIMESPEC Instance attribute Private Type reference (TYPE) GTY_TIMESPEC_TAB Time Allocations 20070314
27 GV_ITEM_POINTER Instance attribute Private Type reference (TYPE) I Pointer for Iteration 20070314
Methods
# Method Level Visibility Method type Description Created on
1 GET_ITEMS Instance method Public Method Get Items 20090129
2 GET_ITEM_EXT Instance method Private Method Provides Planning-Board Object in External Format 20070314
3 TYPE_LIST_GET Instance method Public Method 20030729
Events
Class /MRSS/CL_SGU_COL_PLANITEMS has no event.
Types
Class /MRSS/CL_SGU_COL_PLANITEMS has no local type.
Method Signatures

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_PLANITEM_TAB Planned Items 20090129
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20090129
3 Importing IV_SUBID Call by reference Type reference (TYPE) /MRSS/T_NODE_SUBID SPACE GUID Subtype of Planning Board Element 20090129
4 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE Planning Board Element 20090129
# Exception Resumable Description Created on
1 NOT_FOUND Es wurde kein Objekt mit dem Schlüssel gefunden. 20090129

Method GET_ITEM_EXT 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_PLANITEM Plantafelobjekt in externer Form 20070314
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Schlüssel des Plantafelobjektes 20070314
3 Importing IV_NODE_ID Call by reference Type reference (TYPE) BCNODEID Identification for nodes in bar chart 20090223
4 Importing IV_SUBID Call by reference Type reference (TYPE) /MRSS/T_NODE_SUBID SPACE Untertype der Guid des Plantafelelementes 20080116
5 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE Planning Board Element 20081111
# Exception Resumable Description Created on
1 NOT_FOUND Es wurde kein Objekt mit dem Schlüssel gefunden. 20070314

Method TYPE_LIST_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLANITEMS Call by reference Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TAB Planitems 20030729
2 Importing IV_TYPE1 Call by reference Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE Plantafelelement 20030826
3 Importing IV_TYPE2 Call by reference Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE Plantafelelement 20030826
4 Importing IV_TYPE3 Call by reference Type reference (TYPE) /MRSS/T_SGU_PLANITEM_TYPE Plantafelelement 20030826

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