SAP ABAP Class CL_INM_TLM (Timeline Monitor Main Class)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-CF (Application Component) Common Functions
     INM_TIMELINE_MONITOR (Package)
Properties
Class CL_INM_TLM  
Short Description Timeline Monitor Main Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package INM_TIMELINE_MONITOR    
Created 20070131   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_INM_OF_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_INM_TLM has no interface implemented.
Friends
Class CL_INM_TLM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_BADI_TLM Instance attribute Public Object reference (TYPE REF TO) INM_GANTT 20070712
2 MR_OBJECT_CENTRIC_TREE Instance attribute Private Object reference (TYPE REF TO) CL_INM_TLM_TREE Tree Instance for Object Centric View 20070131
3 MR_PHASE_CENTRIC_TREE Instance attribute Private Object reference (TYPE REF TO) CL_INM_TLM_TREE TLM Tree Class 20070201
4 MS_GANTT_PARAMETERS Instance attribute Private Type reference (TYPE) INM_TLM_TS_GANTT_PARA Parameters for Gantt Chart 20070207
5 MT_GANTT_DATA Instance attribute Private Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070131
6 MT_PERS_COLS Instance attribute Private Type reference (TYPE) INM_TLM_TT_GANTT_COL_DEF Column Definition for Gantt Table 20070227
7 MT_ROW_BUFFER Instance attribute Private Type reference (TYPE) TT_ROW_IDS Table Type for Row IDs for Gantt 20070131
8 MT_SELECTION Instance attribute Private Type reference (TYPE) TT_SELECTION Tabel Containing Current and Old Selection 20070131
9 MT_TABLE_COLS Instance attribute Private Type reference (TYPE) INM_TLM_TT_GANTT_COL_DEF Columns for Gantt Chart 20070131
10 MT_VIS_TIMESCALE_TYPES Static Attribute Private Type reference (TYPE) SHSVALTAB Currently Possible Timescales 20070704
11 MV_ACTIVE_VIEW Instance attribute Private Type reference (TYPE) STRING Tree View Used - Constants SC_*_VIEW 20070131
12 MV_CUSTOM_ACTIVE Instance attribute Private Type reference (TYPE) BOOLE_D Custom Dates Set by User 20070618
13 MV_CUSTOM_END_DATE Instance attribute Private Type reference (TYPE) DATS View End Date Set by User 20070208
14 MV_CUSTOM_START_DATE Instance attribute Private Type reference (TYPE) DATS View Start Date Set by User 20070208
15 MV_EARLIEST_START Instance attribute Private Type reference (TYPE) DATS Earliest Start Date of All Elements 20070131
16 MV_GOTO_DATE Instance attribute Private Type reference (TYPE) DATS Customer-Given Date to Go To 20070227
17 MV_IS_GANTT_LOADED Instance attribute Private Type reference (TYPE) BOOLE_D Indicator If Gantt Control Has Already Been Loaded 20070131
18 MV_LATEST_END Instance attribute Private Type reference (TYPE) DATS Latest End Date of All Elements 20070131
19 MV_PARENT_COLUMN_WIDTH Instance attribute Private Type reference (TYPE) NUMC3 80 Width of Parent Column 20071121
20 MV_SHOW_ACTUAL Instance attribute Private Type reference (TYPE) BOOLE_D Indicator If Actual Dates Are to Be Displayed 20070131
21 MV_SHOW_FORECASTED Instance attribute Private Type reference (TYPE) BOOLE_D Indicator If Forecasted Dates Are to Be Displayed 20070131
22 MV_SHOW_PLANNED Instance attribute Private Type reference (TYPE) BOOLE_D Indicator If Planned Dates Are to Be Displayed 20070131
23 MV_TIMESCALE Instance attribute Private Type reference (TYPE) STRING Currently Selected Timescale (Constants SC_TMSC_*) 20070131
24 SC_ACT_BAR_CHANGE Constant Public Type reference (TYPE) STRING 'BAR_CHANGE' Action: Bar Type Changed 20070131
25 SC_ACT_COLLAPSE Constant Public Type reference (TYPE) STRING 'COLLAPSE' Action: Collapse a Single Node 20070131
26 SC_ACT_COLLAPSE_SUBTREE Constant Public Type reference (TYPE) STRING 'COLLAPSE_SUBTREE' Action: Collapse All Elements of Subtree 20070131
27 SC_ACT_EXPAND Constant Public Type reference (TYPE) STRING 'EXPAND' Action: Expand a Single Node 20070131
28 SC_ACT_EXPAND_SUBTREE Constant Public Type reference (TYPE) STRING 'EXPAND_SUBTREE' Action: Expand All Elements of Subtree 20070131
29 SC_ACT_GOTO Constant Public Type reference (TYPE) STRING 'GO_TO' Action: GoTo 20070618
30 SC_ACT_PARA_CHANGE Constant Public Type reference (TYPE) STRING 'PARA_CHANGE' Action: Parameter in Chart Was Changed 20070131
31 SC_ACT_SEL_OBJ Constant Public Type reference (TYPE) STRING 'SEL_OBJ' Action: Row Selected 20070131
32 SC_BAR_END_DATE_ACTUAL Constant Public Type reference (TYPE) STRING 'END_DATE_ACTUAL' Actual End Date in Bar 20070903
33 SC_BAR_END_DATE_FORECASTED Constant Public Type reference (TYPE) STRING 'END_DATE_FORECASTED' Forecasted End Date in Bar 20070903
34 SC_BAR_END_DATE_PLANNED Constant Public Type reference (TYPE) STRING 'END_DATE_PLANNED' Planned End Date in Bar 20070903
35 SC_BAR_START_DATE_ACTUAL Constant Public Type reference (TYPE) STRING 'START_DATE_ACTUAL' Actual Start Date in Bar 20070903
36 SC_BAR_START_DATE_FORECASTED Constant Public Type reference (TYPE) STRING 'START_DATE_FORECASTED' Forecasted Start Date in Bar 20070903
37 SC_BAR_START_DATE_PLANNED Constant Public Type reference (TYPE) STRING 'START_DATE_PLANNED' Planned Start Date in Bar 20070903
38 SC_BAR_TYPE_ACTUAL Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodeActual' Bar Type for Node with Only Actual Dates 20070131
39 SC_BAR_TYPE_ALL_DATES Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodeForecastedPlannedActual' Bar Type for Node with Bars for All Dates 20070131
40 SC_BAR_TYPE_FORECASTED Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodeForecasted' Bar Type for Node with Only Forecasted Dates 20070131
41 SC_BAR_TYPE_FORECASTED_ACTUAL Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodeForecastedActual' Bar Type for Node with Forecasted and Actual Dates 20070131
42 SC_BAR_TYPE_FORECASTED_PLANNED Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodeForecastedPlanned' Bar Type for Node with Forecasted and Planned Dates 20070131
43 SC_BAR_TYPE_NO_DATES Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodeInitial' Bar Type for Node with NoBbars 20091104
44 SC_BAR_TYPE_PLANNED Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodePlanned' Bar Type for Node with Only Planned Dates 20070131
45 SC_BAR_TYPE_PLANNED_ACTUAL Constant Public Type reference (TYPE) STRING 'Gantt.TLM.NodePlannedActual' Bar Type for Node with Planned and Actual Dates 20070131
46 SC_COL_ACT_DP_DATE Constant Public Type reference (TYPE) STRING 'COL_ACT_DP_DATE' Column for Actual Decision Point Date 20070131
47 SC_COL_ACT_DURATION Constant Public Type reference (TYPE) STRING 'COL_ACTUAL_DUR' Actual Duration 20090715
48 SC_COL_ACT_END_DATE Constant Public Type reference (TYPE) STRING 'COL_ACT_END_DATE' Column for Actual End Date 20070131
49 SC_COL_ACT_START_DATE Constant Public Type reference (TYPE) STRING 'COL_ACT_START_DATE' Column for Actual Start Date 20070131
50 SC_COL_FOREC_DP_DATE Constant Public Type reference (TYPE) STRING 'COL_FOREC_DP_DATE' Column for Forecasted Decision Point Date 20070131
51 SC_COL_FOREC_DURATION Constant Public Type reference (TYPE) STRING 'COL_FOREC_DUR' Forecasted Duration 20090715
52 SC_COL_FOREC_END_DATE Constant Public Type reference (TYPE) STRING 'COL_FOREC_END_DATE' Column for Forecasted End 20070131
53 SC_COL_FOREC_START_DATE Constant Public Type reference (TYPE) STRING 'COL_FOREC_START_DATE' Column for Forecasted Start 20070131
54 SC_COL_ICON Constant Public Type reference (TYPE) STRING 'COL_ICON' Invisible Column for Icon 20070228
55 SC_COL_NAME Constant Public Type reference (TYPE) STRING 'COL_NAME' Column for Object Name/Description 20070131
56 SC_COL_OBJECT_NUMBER Constant Public Type reference (TYPE) STRING 'COL_OBJECT_NUMBER' Invisible Column for Object Number 20070131
57 SC_COL_PARENT Constant Public Type reference (TYPE) STRING 'COL_PARENT' Column for Parent Object 20070131
58 SC_COL_PHASE Constant Public Type reference (TYPE) STRING 'COL_PHASE' Column for Phase Object 20070917
59 SC_COL_PLAN_DP_DATE Constant Public Type reference (TYPE) STRING 'COL_PLAN_DP_DATE' Column for Planned Decision Point Date 20070131
60 SC_COL_PLAN_DURATION Constant Public Type reference (TYPE) STRING 'COL_PLAN_DUR' Planned Duration 20090715
61 SC_COL_PLAN_END_DATE Constant Public Type reference (TYPE) STRING 'COL_PLAN_END_DATE' Column for Planned End 20070131
62 SC_COL_PLAN_START_DATE Constant Public Type reference (TYPE) STRING 'COL_PLAN_START_DATE' Column for Planned Start 20070131
63 SC_COL_STATUS Constant Public Type reference (TYPE) STRING 'COL_STATUS' Status 20090715
64 SC_COL_TYPE Constant Public Type reference (TYPE) STRING 'COL_TYPE' Column for Object Type 20070131
65 SC_FALSE_TXT Constant Public Type reference (TYPE) STRING 'FALSE' 20070219
66 SC_FLD_ACTUAL_DATE Constant Public Type reference (TYPE) STRING 'ACTUAL_DATE' External Field Name 20070222
67 SC_FLD_ACTUAL_END_DATE Constant Public Type reference (TYPE) STRING 'ACTUAL_END_DATE' External Field Name 20070222
68 SC_FLD_ACTUAL_START_DATE Constant Public Type reference (TYPE) STRING 'ACTUAL_START_DATE' External Field Name 20070222
69 SC_FLD_FORECASTED_DATE Constant Public Type reference (TYPE) STRING 'FORECASTED_DATE' External Field Name 20070222
70 SC_FLD_FORECASTED_END_DATE Constant Public Type reference (TYPE) STRING 'FORECASTED_END_DATE' External Field Name 20070222
71 SC_FLD_FORECASTED_START_DATE Constant Public Type reference (TYPE) STRING 'FORECASTED_START_DATE' External Field Name 20070222
72 SC_FLD_NAME Constant Public Type reference (TYPE) STRING 'OBJECT_NAME' External Field Name 20070222
73 SC_FLD_OBJECT_NUMBER Constant Public Type reference (TYPE) STRING 'OBJECT_NUMBER' External Field Name 20070222
74 SC_FLD_PLANNED_DATE Constant Public Type reference (TYPE) STRING 'PLANNED_DATE' External Field Name 20070222
75 SC_FLD_PLANNED_END_DATE Constant Public Type reference (TYPE) STRING 'PLANNED_END_DATE' External Field Name 20070222
76 SC_FLD_PLANNED_START_DATE Constant Public Type reference (TYPE) STRING 'PLANNED_START_DATE' External Field Name 20070222
77 SC_FLD_TYPE Constant Public Type reference (TYPE) STRING 'TYPE' External Field Name 20070222
78 SC_MODE_INSERT Constant Public Type reference (TYPE) STRING 'INSERT' Loading Mode Parameter 20070207
79 SC_MODE_OVERWRITE Constant Public Type reference (TYPE) STRING 'OVERWRITE' Loading Mode Parameter 20070207
80 SC_TMSC_CUSTOM Constant Public Type reference (TYPE) STRING 'CUSTOM' Timescale for Custom View 20070207
81 SC_TMSC_MONTH Constant Public Type reference (TYPE) STRING 'MONTH' Timescale 20070131
82 SC_TMSC_QUARTER Constant Public Type reference (TYPE) STRING 'QUARTER' Timescale 20070131
83 SC_TMSC_SHOW_ALL Constant Public Type reference (TYPE) STRING 'SHOW ALL' Timescale 20070608
84 SC_TMSC_WEEK Constant Public Type reference (TYPE) STRING 'WEEK' Timescale 20070131
85 SC_TMSC_YEAR Constant Public Type reference (TYPE) STRING 'YEAR' Timescale 20070131
86 SC_TRUE_TXT Constant Public Type reference (TYPE) STRING 'TRUE' 20070219
87 SR_TLM Static Attribute Private Object reference (TYPE REF TO) CL_INM_TLM Singleton Instance 20070131
88 ST_TIMESCALE_TYPES Static Attribute Private Type reference (TYPE) SHSVALTAB Table with All Used Timescales 20070131
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROW_IDS_TO_BUFFER Instance method Private Method Fill mt_row_buffer with All Loaded Tree Elements 20070201
2 ADJUST_BARS Instance method Private Method Adjust Start or End Date for Forecasted, Planned, Actual Bar 20070828
3 CALCULATE_DURATION Instance method Private Method Calculate the Duration 20070627
4 CALL_DELTA_TRANSFORMATION Instance method Private Method Call XSLT Transformation for Changes 20070205
5 CALL_FULL_TRANSFORMATION Instance method Private Method Call XSLT Transformation for All Elements 20070201
6 CHECK_FIELDCAT Instance method Private Method Consider Only Fields Used in the TLM 20070507
7 CHECK_POSSIBLE_TIMESCALE Instance method Private Method Can Selected Time Scale Be Used? 20070208
8 COLLAPSE Instance method Public Method Collapse the Given Element 20070209
9 COLLAPSE_ALL Instance method Public Method Collapse All Elements Completely 20070209
10 COLLAPSE_SUBTREE Instance method Public Method Collapse Entire Subtree of Given Element 20070209
11 COLLECT_OBJECTS Instance method Private Method Group Given Objects per Object Link Type 20070201
12 CONVERT_OBJECT_KEY Static method Private Method Convert Object Key from Int. to Ext. Format and Vice Versa 20090428
13 CONVERT_TREE_DATA Instance method Private Method Convert Tree to Gantt Format 20070228
14 CREATE_TOOLTIP_FOR_BAR Instance method Private Method Create the HTML Tooltip for the Bar in the Gantt Chart 20070226
15 DETERMINE_BAR_TYPE Instance method Private Method Determine the Bar Type Depending on mv_show* Attributes 20070207
16 EXPAND Instance method Public Method Expand Given Element One Level 20070209
17 EXPAND_ALL Instance method Public Method Fully Expand All Elements 20070212
18 EXPAND_SUBTREE Instance method Public Method Fully Expand Subtree of Element 20070212
19 FILL_ATTRIBUTES Instance method Private Method Fill Attributes for Given Objects 20070202
20 FILL_STATUS_DURATION Instance method Private Method Fill Status and Duration in the Gantt Chart 20090715
21 FILL_VALUE_IN_TAB_AND_BAR Instance method Private Method Fill Object Data Value in Line of gantt_data 20070228
22 FILTER_DISPLAYED_DATA Instance method Private Method Filter Currently Invisible Elements from mt_gantt_data 20070206
23 GET_ADDITIONAL_DP_DATA Instance method Private Method Get Additional Data for Decision Points 20070601
24 GET_ALL_GANTT_DATA Instance method Public Method Get XML for First Call of Gantt Chart with All Data 20070201
25 GET_APPROPRIATE_TIMESCALE Instance method Private Method Determine Time Scale for "Fit to Screen" and "Custom" 20070608
26 GET_CUSTOM_DATES Instance method Public Method Return the Customer Specified Dates 20070227
27 GET_DATE_TYPES Instance method Public Method Get Combination of Forecasted, Planned, and Actual Date Bars 20070618
28 GET_GANTT_PARAMETERS Instance method Private Method Get the Gantt Parameters for the Control 20070207
29 GET_GANTT_VIEWPOS_DATE Instance method Private Method Determine Date for Start of Visible Area in Gantt Chart 20070605
30 GET_HELP_LINK Instance method Public Method Get URL for Documentation 20070808
31 GET_INSTANCE Static method Public Method Get Instance of Singleton 20070201
32 GET_OBJECTLINKTYPE Instance method Public Method Get the Object Link Type 20070726
33 GET_OBJECT_DATA_INT Instance method Private Method 20090415
34 GET_OBJECT_DATA_QUERY Instance method Public Method 20090424
35 GET_PARENTS Instance method Private Method Fill in the Parent Data 20070215
36 GET_PARENTS_QUERY Instance method Private Method Fill in the Parent Data 20090421
37 GET_PHASES Instance method Private Method Get the Data of the Decision Points 20070917
38 GET_PHASE_DECISION_POINTS Instance method Private Method Get the Data of the Decision Points 20070221
39 GET_SELECTED_ELEMENT Instance method Public Method Return the Selected Object 20070205
40 GET_STATUS Instance method Public Method Get Status for Decision Points 20090714
41 GET_TIMESCALE Instance method Public Method Get Timescale Used for the Chart 20070227
42 GET_TIMESCALE_TYPES Instance method Public Method Get the Possible Values for the Different Timescales 20070208
43 GET_VISIBLE_DATA_FOR_VIEW Instance method Private Method Get the Visible Tree and Gantt Data for the Active View 20070207
44 GOTO_DATE Instance method Public Method Go to the Given Date in the Gantt Chart 20070215
45 IDENTIFY_OBJECT Instance method Public Method Identify Object Structure by int_key 20070205
46 INITIALIZE Instance method Private Method Initialize All Member Variables 20070201
47 INIT_GANTT_PARAMETERS Instance method Private Method Set Initial Values for the Gantt Parameters 20070207
48 OPEN_WITH Instance method Public Method Open TLM with the Given Objects 20070201
49 OPEN_WITH_QUERY Instance method Public Method Open TLM (Query-Based) 20090414
50 REFRESH Instance method Public Method Reread Data for All Elements (Refresh) 20070213
51 REFRESH_ROW_IDS_BUFFER Instance method Private Method Deselect Modified Flag for All Entries 20070201
52 SET_CUSTOM_TIMESCALE Instance method Public Method Set Start and End Date for Custom Timescale 20070207
53 SET_MT_SELECTION Instance method Private Method Fill Member Table for Selection 20070205
54 SET_PERSONALIZED_COLUMNS Instance method Public Method Set Personalization Data for Table Colums 20070227
55 SET_SELECTION Instance method Public Method Set the Element Currently Selected 20070205
56 SET_TIMESCALE Instance method Public Method Set Timescale Used for the Chart 20070208
57 SHOW_DATES Instance method Public Method Set Combination of Forecasted, Planned, and Actual Date Bars 20070207
58 SKIP_VIEW Instance method Public Method Skip Between Object Centric View and Phase Centric View 20070206
59 SKIP_VIEW_POSSIBLE Instance method Public Method Check If Given View Is Possible for Top Level Object 20070704
Events
Class CL_INM_TLM has no event.
Types
Class CL_INM_TLM has no local type.
Method Signatures

Method ADD_ROW_IDS_TO_BUFFER Signature

Method ADD_ROW_IDS_TO_BUFFER on class CL_INM_TLM has no parameter.
Method ADD_ROW_IDS_TO_BUFFER on class CL_INM_TLM has no exception.

Method ADJUST_BARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TS_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070828
2 Importing IV_INITIAL_DATE_EXT Call by reference Type reference (TYPE) STRING Initial exteral date 20070903

Method ADJUST_BARS on class CL_INM_TLM has no exception.

Method CALCULATE_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070627
2 Exporting EV_DURATION_ACTUAL Call by reference Type reference (TYPE) I Duration actual 20070628
3 Exporting EV_DURATION_FORECASTED Call by reference Type reference (TYPE) I Duration forecasted 20070628
4 Exporting EV_DURATION_PLANNED Call by reference Type reference (TYPE) I Duration planned 20070628
5 Importing IT_DATES Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_DATA Object data 20070628

Method CALCULATE_DURATION on class CL_INM_TLM has no exception.

Method CALL_DELTA_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_XML_STRING Call by reference Type reference (TYPE) XSTRING 20070430
3 Importing IT_DELTA_GANTT_ATTR Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070205
4 Importing IT_TREE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data for the Timeline Monitor 20070205
5 Importing IV_ACTION Call by reference Type reference (TYPE) STRING 20070205

Method CALL_DELTA_TRANSFORMATION on class CL_INM_TLM has no exception.

Method CALL_FULL_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_XML_STRING Call by reference Type reference (TYPE) XSTRING XML String for Gantt Chart 20070430
3 Importing IT_GANTT_ATTR Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070201
4 Importing IT_TREE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE 20070201

Method CALL_FULL_TRANSFORMATION on class CL_INM_TLM has no exception.

Method CHECK_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDNAMES Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES Field names 20070507
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070507
3 Importing IS_OBJECT Call by reference Type reference (TYPE) INM_TLM_TS_OBJECTS_PER_TYPE Object 20070507
4 Importing IT_FIELDCAT Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES Field names 20070507
# Exception Resumable Description Created on
1 MISSING_CUSTOMIZING No customizing entry exists 20070507

Method CHECK_POSSIBLE_TIMESCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_REJECTED Call by reference Type reference (TYPE) ABAP_BOOL if true, timescale cannot be used 20070430
3 Importing IV_TIMESCALE Call by reference Type reference (TYPE) STRING constant values SC_TMSC* 20070208
# Exception Resumable Description Created on
1 INTERNAL_ERROR An internal error has occurred 20070509

Method COLLAPSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for the gantt control 20070430
3 Importing IS_OBJECT Call by reference Type reference (TYPE) INM_TLM_TS_OBJECT Object data for timeline monitor 20070209

Method COLLAPSE on class CL_INM_TLM has no exception.

Method COLLAPSE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090506
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090506
4 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING XMl string for the gantt control 20070430

Method COLLAPSE_ALL on class CL_INM_TLM has no exception.

Method COLLAPSE_SUBTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090507
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090507
4 Exporting EV_GANTT_DELTA_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for the gantt control 20070430
5 Importing IS_OBJECT Call by reference Type reference (TYPE) INM_TLM_TS_OBJECT Object data for timeline monitor 20070209

Method COLLAPSE_SUBTREE on class CL_INM_TLM has no exception.

Method COLLECT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS_PER_TYPE Objects grouped by object link type 20070201
2 Importing IT_TREE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20070201

Method COLLECT_OBJECTS on class CL_INM_TLM has no exception.

Method CONVERT_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20090428
2 Exporting EV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20090428
3 Importing IV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20090428
4 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20090428
# Exception Resumable Description Created on
1 OBJECT_NOT_EXIST Missing parameter 20090428
2 WRONG_INPUT Wrong input 20090428

Method CONVERT_TREE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TREE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20070228
2 Returning RT_GANTT_TREE_DATA Value transfer Type reference (TYPE) INM_TLM_TT_GANTT_TREE_DATA Tree Data in Gantt Format 20070228

Method CONVERT_TREE_DATA on class CL_INM_TLM has no exception.

Method CREATE_TOOLTIP_FOR_BAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TS_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070226
2 Importing IT_DP_STATUS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS_STATUS Decision point status 20070515
3 Importing IT_STATUS Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES_VALUES Object status 20070515
4 Importing IV_DP_NAME Call by reference Type reference (TYPE) STRING Decision point name 20070227
5 Importing IV_DURATION_ACTUAL Call by reference Type reference (TYPE) I Actual duration 20070628
6 Importing IV_DURATION_FORECASTED Call by reference Type reference (TYPE) I Forcasted duration 20070628
7 Importing IV_DURATION_PLANNED Call by reference Type reference (TYPE) I Planned duration 20070628
8 Importing IV_IS_IN_ACTIVE_VIEW Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Flag, if objects are in active view 20070830
9 Importing IV_PHASE_DP Call by reference Type reference (TYPE) BOOLE_D Decision point exists as related object 20070629

Method CREATE_TOOLTIP_FOR_BAR on class CL_INM_TLM has no exception.

Method DETERMINE_BAR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BAR_TYPE Value transfer Type reference (TYPE) STRING values SC_BAR_TYPE* 20070207

Method DETERMINE_BAR_TYPE on class CL_INM_TLM has no exception.

Method EXPAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090407
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090407
4 Exporting EV_GANTT_DELTA_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for the gantt control 20070430
5 Importing IS_OBJECT Call by reference Type reference (TYPE) INM_TLM_TS_OBJECT Object data for timeline monitor 20070209
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914

Method EXPAND_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090506
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090506
4 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for gantt control 20070430
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914

Method EXPAND_SUBTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090506
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090506
4 Exporting EV_GANTT_DELTA_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for gantt control 20070430
5 Importing IS_OBJECT Call by reference Type reference (TYPE) INM_TLM_TS_OBJECT Object data for timeline monitor 20070212
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914

Method FILL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELTA_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070202
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Importing IT_OBJECTS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS_PER_TYPE Objects grouped by object link type 20070202
4 Importing IV_IS_ACCESSIBLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090806
5 Importing IV_IS_IN_ACTIVE_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag, if objects are in active view 20070220
# Exception Resumable Description Created on
1 INTERNAL_ERROR An internal error has occurred 20070507
2 MISSING_CUSTOMIZING No customizing entry exists 20070507

Method FILL_STATUS_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TS_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090715
2 Importing IT_DP_STATUS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS_STATUS Decision point status 20090715
3 Importing IT_STATUS Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES_VALUES Object status 20090715
4 Importing IV_DP_NAME Call by reference Type reference (TYPE) STRING Decision point name 20090715
5 Importing IV_DURATION_ACTUAL Call by reference Type reference (TYPE) I Actual duration 20090715
6 Importing IV_DURATION_FORECASTED Call by reference Type reference (TYPE) I Forcasted duration 20090715
7 Importing IV_DURATION_PLANNED Call by reference Type reference (TYPE) I Planned duration 20090715
8 Importing IV_IS_IN_ACTIVE_VIEW Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090715
9 Importing IV_PHASE_DP Call by reference Type reference (TYPE) BOOLE_D Decision point exists as related object 20090715

Method FILL_STATUS_DURATION on class CL_INM_TLM has no exception.

Method FILL_VALUE_IN_TAB_AND_BAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TS_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070228
2 Changing CV_EARLIEST_START_DATE Call by reference Type reference (TYPE) DATS smallest of forecasted/planned/actual start date 20070620
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20071026
4 Importing IS_VALUE Call by reference Type reference (TYPE) INM_OF_TS_OBJECT_DATA Object data 20070228

Method FILL_VALUE_IN_TAB_AND_BAR on class CL_INM_TLM has no exception.

Method FILTER_DISPLAYED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VISIBLE_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070301
2 Importing IT_TREE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20070206

Method FILTER_DISPLAYED_DATA on class CL_INM_TLM has no exception.

Method GET_ADDITIONAL_DP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DECISION_POINTS Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Object Keys of Parents and Children 20070620
2 Exporting ET_DP_STATUS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS_STATUS Object Status List 20070601
3 Exporting ET_DP_VALUES Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_DATA Object Data 20070601
4 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070601
5 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_INM_OF Interface Object Framework 20070601
6 Importing IT_DECISION_POINTS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Decision Points 20070620
7 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object Link Type 20070620
# Exception Resumable Description Created on
1 INTERNAL_ERROR An internal error has occured 20070601

Method GET_ALL_GANTT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090316
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090316
4 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING 20070430
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914

Method GET_APPROPRIATE_TIMESCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_END_DATE Call by reference Type reference (TYPE) DATS End Date 20071023
2 Importing IV_START_DATE Call by reference Type reference (TYPE) DATS Start Date 20071023
3 Returning RV_TIMESCALE Value transfer Type reference (TYPE) STRING Timescale 20070608

Method GET_APPROPRIATE_TIMESCALE on class CL_INM_TLM has no exception.

Method GET_CUSTOM_DATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EARLIEST_START Call by reference Type reference (TYPE) DATS default start date for custom timescale 20070227
2 Exporting EV_END_DATE Call by reference Type reference (TYPE) DATS end date for custom timescale 20070227
3 Exporting EV_GOTO_DATE Call by reference Type reference (TYPE) DATS date for goto function 20070227
4 Exporting EV_LATEST_END Call by reference Type reference (TYPE) DATS default end date for custom timescale 20070227
5 Exporting EV_START_DATE Call by reference Type reference (TYPE) DATS start date for custom timescale 20070227

Method GET_CUSTOM_DATES on class CL_INM_TLM has no exception.

Method GET_DATE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SHOW_ACTUAL Call by reference Type reference (TYPE) BOOLE_D Show actual dates in graph 20070618
2 Exporting EV_SHOW_FORECASTED Call by reference Type reference (TYPE) BOOLE_D Show forecasted dates in graph 20070618
3 Exporting EV_SHOW_PLANNED Call by reference Type reference (TYPE) BOOLE_D Show planned dates in graph 20070618

Method GET_DATE_TYPES on class CL_INM_TLM has no exception.

Method GET_GANTT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GANTT_PARA Call by reference Type reference (TYPE) INM_TLM_TS_GANTT_PARA Parameters for Gantt Chart 20070704
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Importing IV_OVERWRITE_MODE Call by reference Type reference (TYPE) BOOLEAN CL_INM_OF_CO=>SC_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20070801

Method GET_GANTT_PARAMETERS on class CL_INM_TLM has no exception.

Method GET_GANTT_VIEWPOS_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHART_VIEW_START Call by reference Type reference (TYPE) DATS Field of type DATS 20070627

Method GET_GANTT_VIEWPOS_DATE on class CL_INM_TLM has no exception.

Method GET_HELP_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KW_LOIO Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Upper Case 20070808
2 Importing I_KW_SLOIO Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Upper Case 20070808
3 Importing I_LANG Call by reference Type reference (TYPE) SPRAS SY-LANGU 20070808
4 Importing I_STRUCTURE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070808
5 Returning R_LINK Value transfer Type reference (TYPE) STRING 20070808

Method GET_HELP_LINK on class CL_INM_TLM has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_TLM Value transfer Object reference (TYPE REF TO) CL_INM_TLM instance of singleton 20070201

Method GET_INSTANCE on class CL_INM_TLM has no exception.

Method GET_OBJECTLINKTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJ_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Type of Linked Object 20070726
2 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) STRING 20070726

Method GET_OBJECTLINKTYPE on class CL_INM_TLM has no exception.

Method GET_OBJECT_DATA_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20090415
2 Exporting ET_OBJECTKEYS_FAILED Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS_INT Internal object keys 20090415
3 Exporting ET_VALUES Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_DATA Object data 20090415
4 Exporting ET_VALUES_NATIVE Call by reference Type reference (TYPE) STANDARD TABLE 20090415
5 Exporting EV_ICON_NAME Call by reference Type reference (TYPE) INM_OF_TV_FIELD_NAME Field name 20090415
6 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_INM_OF Interface Object Framework 20090415
7 Importing IT_FIELDNAMES Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES Field names 20090415
8 Importing IT_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20090415
9 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) I 20090415
10 Importing IV_EXPORT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_EXPORT_TYPE Export type for data as internal or external 20090415
11 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20090415
12 Importing IV_TEMPLATE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090415
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20090415

Method GET_OBJECT_DATA_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20090424
2 Exporting ET_VALUES Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_DATA Object data 20090424
3 Importing IT_DP_GUIDS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20100706
4 Importing IT_FIELDNAMES Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES Field names 20090424
5 Importing IT_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20090424
6 Importing IV_EXPORT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_EXPORT_TYPE Export type for data as internal or external 20090424
7 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20090428
8 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20090428
# Exception Resumable Description Created on
1 CX_INM_OF_EXCEPTION Exceptions for INM Object Framework 20090428

Method GET_PARENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting ET_PARENT_DATA Call by reference Type reference (TYPE) TT_PARENT_COL_DATA Parent data for the column 20070220
3 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_INM_OF Interface Object Framework 20070220
4 Importing IT_OBJECT_KEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20070220
# Exception Resumable Description Created on
1 INTERNAL_ERROR An internal error has occurred 20070507
2 MISSING_CUSTOMIZING No customizing entry exists 20070531

Method GET_PARENTS_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20090421
2 Exporting ET_PARENT_DATA Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Parent data for the column 20090421
3 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_INM_OF Interface Object Framework 20090421
4 Importing IT_OBJECT_KEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20090421
# Exception Resumable Description Created on
1 INTERNAL_ERROR An internal error has occurred 20090421
2 MISSING_CUSTOMIZING No customizing entry exists 20090421

Method GET_PHASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070917
2 Exporting ET_PHASE_VALUES Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_DATA Object Data of Phases 20070917
3 Exporting ET_RELATED_PHASES Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Object Keys of Phases 20070917
4 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_INM_OF Interface Object Framework 20070917
5 Importing IT_OBJECT_KEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object Keys 20070917
6 Importing IV_GROUPING Call by reference Type reference (TYPE) INM_OF_TV_OBL_GROUP Group of object types 20070917
# Exception Resumable Description Created on
1 INTERNAL_ERROR An internal error has occurred 20070917
2 MISSING_CUSTOMIZING No customizing entry exists 20070917

Method GET_PHASE_DECISION_POINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DP_STATUS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS_STATUS Object Status List 20070511
2 Exporting ET_DP_VALUES Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_DATA Object Data of Decision Points 20070221
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
4 Exporting ET_RELATED_DPS Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Object Keys of Decision Points 20070504
5 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_INM_OF Interface Object Framework 20070221
6 Importing IT_OBJECT_KEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object Keys 20070511
# Exception Resumable Description Created on
1 INTERNAL_ERROR An internal error has occurred 20070507
2 MISSING_CUSTOMIZING No customizing entry exists 20070511

Method GET_SELECTED_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_SEL_OBJ Value transfer Type reference (TYPE) INM_TLM_TS_OBJECT Object data for timeline monitor 20070205

Method GET_SELECTED_ELEMENT on class CL_INM_TLM has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20090714
2 Exporting ET_STATUS Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES_VALUES Name and value list 20090714
3 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090714
4 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20090714
5 Importing IV_OBJ_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20090714

Method GET_STATUS on class CL_INM_TLM has no exception.

Method GET_TIMESCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TIMESCALE Value transfer Type reference (TYPE) STRING 20070227

Method GET_TIMESCALE on class CL_INM_TLM has no exception.

Method GET_TIMESCALE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070509
2 Exporting ET_TIMESCALE_TYPES Call by reference Type reference (TYPE) SHSVALTAB Business Server Pages (BSP) Value List Search Help 20070509

Method GET_TIMESCALE_TYPES on class CL_INM_TLM has no exception.

Method GET_VISIBLE_DATA_FOR_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20070207
2 Exporting ET_TREE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20070207

Method GET_VISIBLE_DATA_FOR_VIEW on class CL_INM_TLM has no exception.

Method GOTO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for gantt chart 20070430
3 Importing IV_DATE Call by reference Type reference (TYPE) DATS if initial, goto today 20070215

Method GOTO_DATE on class CL_INM_TLM has no exception.

Method IDENTIFY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070205
2 Returning RS_OBJECT Value transfer Type reference (TYPE) INM_TLM_TS_OBJECT Object data for timeline monitor 20070205

Method IDENTIFY_OBJECT on class CL_INM_TLM has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_INM_TLM has no parameter.
Method INITIALIZE on class CL_INM_TLM has no exception.

Method INIT_GANTT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430

Method INIT_GANTT_PARAMETERS on class CL_INM_TLM has no exception.

Method OPEN_WITH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Importing IT_TOPLEVEL_OBJECTS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS Table with object data for timeline monitor 20070201
3 Importing IV_VIEW Call by reference Type reference (TYPE) STRING 20070201
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914
2 WRONG_INPUT Wrong input 20070914

Method OPEN_WITH_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20090414
2 Importing IT_TOPLEVEL_OBJECTS Call by reference Type reference (TYPE) INM_TLM_TT_OBJECTS Table with object data for timeline monitor 20090414
3 Importing IV_ACCESSIBILITY_MODE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090414
4 Importing IV_VIEW Call by reference Type reference (TYPE) STRING 20090414
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20090414
2 WRONG_INPUT Wrong input 20090414

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090507
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090507
4 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING XMl string for gantt control 20070430
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914

Method REFRESH_ROW_IDS_BUFFER Signature

Method REFRESH_ROW_IDS_BUFFER on class CL_INM_TLM has no parameter.
Method REFRESH_ROW_IDS_BUFFER on class CL_INM_TLM has no exception.

Method SET_CUSTOM_TIMESCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_GANTT_DELTA_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for gantt control 20070207
3 Importing IV_END_DATE Call by reference Type reference (TYPE) DATS end date for graph 20070207
4 Importing IV_START_DATE Call by reference Type reference (TYPE) DATS start date for graph 20070207

Method SET_CUSTOM_TIMESCALE on class CL_INM_TLM has no exception.

Method SET_MT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070205

Method SET_MT_SELECTION on class CL_INM_TLM has no exception.

Method SET_PERSONALIZED_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COL_WIDTH_STRING Call by reference Type reference (TYPE) STRING 20070227
2 Importing IV_COL_IDS Call by reference Type reference (TYPE) STRING 20070227
3 Importing IV_COL_WIDTH Call by reference Type reference (TYPE) STRING 20070227

Method SET_PERSONALIZED_COLUMNS on class CL_INM_TLM has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_GANTT_DELTA_XML_DATA Call by reference Type reference (TYPE) XSTRING 20070206
3 Importing IS_OBJECT Call by reference Type reference (TYPE) INM_TLM_TS_OBJECT Object data for timeline monitor 20070205

Method SET_SELECTION on class CL_INM_TLM has no exception.

Method SET_TIMESCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_GANTT_DELTA_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for gantt control 20070208
3 Exporting EV_REJECTED Call by reference Type reference (TYPE) ABAP_BOOL true if timescale not possible 20070208
4 Importing IV_TIMESCALE Call by reference Type reference (TYPE) STRING Timescale (values SC_TMSC*)) 20070208
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914

Method SHOW_DATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
2 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for gantt control 20070430
3 Importing IV_SHOW_ACTUAL Call by reference Type reference (TYPE) BOOLE_D Show actual dates in graph 20070207
4 Importing IV_SHOW_FORECASTED Call by reference Type reference (TYPE) BOOLE_D Show forecasted dates in graph 20070207
5 Importing IV_SHOW_PLANNED Call by reference Type reference (TYPE) BOOLE_D Show planned dates in graph 20070207

Method SHOW_DATES on class CL_INM_TLM has no exception.

Method SKIP_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_DATA Call by reference Type reference (TYPE) INM_TLM_TT_OBJ_GANTT_ATTR Objects and Attributes in Gantt Chart 20090507
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070430
3 Exporting ET_TABLE_DATA Call by reference Type reference (TYPE) INM_TLM_TT_TREE Tree data table for the timeline monitor 20090507
4 Exporting EV_GANTT_XML_DATA Call by reference Type reference (TYPE) XSTRING XML string for gantt control 20070430
# Exception Resumable Description Created on
1 TLM_EXCEPTION An exception has occurred 20070914

Method SKIP_VIEW_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REJECTED Call by reference Type reference (TYPE) BOOLE_D Given view is not possible for toplevel object 20070704

Method SKIP_VIEW_POSSIBLE on class CL_INM_TLM has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 450