SAP ABAP Class CL_TIMELINE_BARCHART (Display Timeline)
Hierarchy
EA-FIN (Software Component) EA-FIN
   AC (Application Component) Accounting - General
     FB_CLOSING (Package) Closing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_BARCHART Bar chart wrapper 20050321
Properties
Class CL_TIMELINE_BARCHART  
Short Description Display Timeline    
Super Class CL_GUI_BARCHART Bar chart wrapper 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class TFC0    
Program status P  SAP Standard Production Program 
Category 0   
Package FB_CLOSING   Closing 
Created 20050321   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TIMELINE_BARCHART has no forward declaration.
Interfaces
Class CL_TIMELINE_BARCHART has no interface implemented.
Friends
Class CL_TIMELINE_BARCHART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ABAP_CMD Instance attribute Public Type reference (TYPE) GRABAPCMD 20050321
2 GRAPH_CMD Instance attribute Private Type reference (TYPE) GRMES 20050321
3 M_BOXES Instance attribute Private Type reference (TYPE) BCBOXESTAB 20050321
4 M_BOX_ITEM Instance attribute Private Type reference (TYPE) TFC_T_TL_BOX_ITEM Mapping Table 20050321
5 M_BOX_VALS Instance attribute Private Type reference (TYPE) BCVALSTAB 20050321
6 M_CHART_ID Instance attribute Public Type reference (TYPE) INT4 20050321
7 M_CONST_VISIBLE_MIN_WIDTH Instance attribute Public Type reference (TYPE) CHAR1 Single-Character Indicator 20050321
8 M_CURR_DATE_TIME Instance attribute Private Type reference (TYPE) CHAR20 20050321
9 M_DISPLAY_TEST_STATUS Instance attribute Private Type reference (TYPE) XFLAG Display Test Run Status 20050321
10 M_FILTER_KEY Instance attribute Private Type reference (TYPE) FIELDNAME 20050321
11 M_FILTER_VALUE Instance attribute Private Type reference (TYPE) FIELDNAME 20050321
12 M_FUNCTION_CODE Instance attribute Public Type reference (TYPE) SYUCOMM 20050321
13 M_FUNCTION_CODE2 Instance attribute Private Type reference (TYPE) SYUCOMM 20050321
14 M_GRP_FIELDNAME Instance attribute Private Type reference (TYPE) FIELDNAME 20050321
15 M_IS_EDITMODE Instance attribute Public Type reference (TYPE) CHAR1 20050321
16 M_LINE_ITEM Instance attribute Private Type reference (TYPE) TFC_T_TL_LINE_ITEM Mapping Table Line Items 20050321
17 M_LINKS Instance attribute Private Type reference (TYPE) BCLINKSTAB 20050321
18 M_LINK_VALS Instance attribute Private Type reference (TYPE) BCNVALSTAB 20050321
19 M_NODES Instance attribute Private Type reference (TYPE) BCNODESTAB 20050321
20 M_NODE_VALS Instance attribute Private Type reference (TYPE) BCNVALSTAB 20050321
21 M_PHTMLB_GANTTCHART Instance attribute Public Type reference (TYPE) PHTMLB_GANTTCHART f. BSP PHTMLB_GANTTCHART 20050321
22 M_POSITIONS Instance attribute Private Type reference (TYPE) BCPOSITIONTAB 20050321
23 M_RETURN_CODE Instance attribute Private Type reference (TYPE) I 20050321
24 M_SHOW_DEPS Instance attribute Private Type reference (TYPE) CHAR1 'X' Display Dependencies or not 20050321
25 M_SORT_FIELD1 Instance attribute Private Type reference (TYPE) FIELDNAME 20050321
26 M_SORT_FIELD2 Instance attribute Private Type reference (TYPE) FIELDNAME 20050321
27 M_SORT_FIELD3 Instance attribute Private Type reference (TYPE) FIELDNAME 20050321
28 M_START_DATE Instance attribute Private Type reference (TYPE) SYDATUM 20050321
29 M_START_DATE_TIME Instance attribute Private Type reference (TYPE) CHAR20 20050321
30 M_STI_DATE Instance attribute Private Type reference (TYPE) SYDATUM 20050321
31 M_STI_DATE_TIME Instance attribute Private Type reference (TYPE) CHAR20 20050321
32 M_STI_TIME Instance attribute Private Type reference (TYPE) SYUZEIT 20050321
33 M_STOP_DATE Instance attribute Private Type reference (TYPE) SYDATUM 20050321
34 M_STOP_DATE_TIME Instance attribute Private Type reference (TYPE) CHAR20 20050321
35 M_SUBMODE Instance attribute Public Type reference (TYPE) CHAR1 'S' 20050321
36 M_TIMELINE_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) CL_TIMELINE_CONTROLLER Main Class f. Timeline 20050321
37 M_ZOOM_VALUES Instance attribute Private Type reference (TYPE) INT4 900 20050321
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_COLL_TAB Instance method Private Method 20050321
2 CONSTRUCTOR Instance method Public Constructor 20050321
3 CREATE_LINKS Instance method Private Method 20050321
4 GET_DISPLAY_TEST_STATUS Instance method Public Method 20050321
5 GET_EDIT_MODE Instance method Public Method 20050321
6 GET_FILTER_KEY Instance method Public Method 20050321
7 GET_FILTER_VALUE Instance method Public Method 20050321
8 GET_GROUP_FIELD Instance method Public Method 20050321
9 GET_HEADER Instance method Public Method Read Profile Header 20050321
10 GET_INSTANCE Instance method Public Method Read m_Instance 20050321
11 GET_SHOW_DEPS Instance method Public Method 20050321
12 GET_SORT_FIELD Instance method Public Method 20050321
13 GET_START_ENDE_DATE_TIME Instance method Public Method 20050321
14 GET_ZOOM Instance method Public Method 20050321
15 GROUP Instance method Public Method 20050321
16 INIT_ATTRIB Instance method Public Method Initialize Data Elements 20050321
17 INTERNAL_TO_DATE_TIME Static method Private Method 20050321
18 ON_USER_COMMAND Instance method Public Method 20050321
19 PREPARE_DATA2 Instance method Public Method 20050321
20 PREPARE_LAYOUT Instance method Public Method 20050321
21 PREPARE_TIMELINE_ROWS Instance method Public Method Prepare Internal Tables 20050321
22 SECTION_CREATE Instance method Private Method 20050321
23 SET_CALENDAR Instance method Private Method 20050321
24 SET_CHART Instance method Private Method 20050321
25 SET_DATA_CHANGED Instance method Public Method 20050321
26 SET_DISPLAY_TEST_STATUS Instance method Public Method Set m_display_test_status 20050321
27 SET_EDIT_MODE Instance method Public Method 20050321
28 SET_FILTER Instance method Public Method 20050321
29 SET_FIRST_LAST_DAY Instance method Private Method 20050321
30 SET_FUNCTION_CODE2 Instance method Private Method 20050321
31 SET_HEADER_BOX Instance method Private Method 20050321
32 SET_OPTIONS Instance method Private Method 20050321
33 SET_SHOW_DEPS Instance method Public Method 20050321
34 SET_SORT_FIELD Instance method Public Method 20050321
35 SET_STIDA_CURRENT_DATE_TIME Instance method Private Method 20050321
36 SET_TIME_AXIS Instance method Private Method 20050321
37 TIMELINE_PBO Instance method Public Method Call Grafics_PBO 20050321
38 ZOOM Instance method Public Method 20050321
Events
Class CL_TIMELINE_BARCHART has no event.
Types
Class CL_TIMELINE_BARCHART has no local type.
Method Signatures

Method BUILD_COLL_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_GRP_TAB Call by reference Type reference (TYPE) TFC_T_TL_LINE_ITEM 20050321
2 Importing ID_GRP_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20050321
3 Importing IT_ITEMS Call by reference Type reference (TYPE) CITEMS 20050321

Method BUILD_COLL_TAB on class CL_TIMELINE_BARCHART has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_TIMELINE_CONTROLLER Rahmenklasse f. Timeline 20050321
# Exception Resumable Description Created on
1 E_CONTROL_CREATE_ERROR 20050321

Method CREATE_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_LINK_ID Call by reference Type reference (TYPE) INT4 20050321
2 Importing ID_CHART_ID Call by reference Type reference (TYPE) INT4 20050321
3 Importing ID_ID Call by reference Type reference (TYPE) INT4 20050321
4 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CITEMX 20050321

Method CREATE_LINKS on class CL_TIMELINE_BARCHART has no exception.

Method GET_DISPLAY_TEST_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_DISPLAY_TEST_STATUS Value transfer Type reference (TYPE) XFLAG 20050321

Method GET_DISPLAY_TEST_STATUS on class CL_TIMELINE_BARCHART has no exception.

Method GET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_EDIT_MODE Value transfer Type reference (TYPE) CHAR1 20050321

Method GET_EDIT_MODE on class CL_TIMELINE_BARCHART has no exception.

Method GET_FILTER_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_FILTER_KEY Value transfer Type reference (TYPE) FIELDNAME 20050321

Method GET_FILTER_KEY on class CL_TIMELINE_BARCHART has no exception.

Method GET_FILTER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_FILTER_KEY Value transfer Type reference (TYPE) FIELDNAME 20050321

Method GET_FILTER_VALUE on class CL_TIMELINE_BARCHART has no exception.

Method GET_GROUP_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_GROUP_FIELD Value transfer Type reference (TYPE) FIELDNAME 20050321

Method GET_GROUP_FIELD on class CL_TIMELINE_BARCHART has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PHEADER Value transfer Type reference (TYPE) TFC_TEMPL_HDR Kopfinformation Statusverwaltung FastClose 20050321

Method GET_HEADER on class CL_TIMELINE_BARCHART has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_INSTANCE Value transfer Type reference (TYPE) TFC_INSTANCE Instanzen eines Profils 20050321

Method GET_INSTANCE on class CL_TIMELINE_BARCHART has no exception.

Method GET_SHOW_DEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_SHOW_DEPS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050321

Method GET_SHOW_DEPS on class CL_TIMELINE_BARCHART has no exception.

Method GET_SORT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20050321
2 Returning RD_SORT_FIELD Value transfer Type reference (TYPE) FIELDNAME 20050321

Method GET_SORT_FIELD on class CL_TIMELINE_BARCHART has no exception.

Method GET_START_ENDE_DATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_START Call by reference Type reference (TYPE) CHAR20 Char 20 20050321
2 Exporting ED_STOP Call by reference Type reference (TYPE) CHAR20 Char 20 20050321

Method GET_START_ENDE_DATE_TIME on class CL_TIMELINE_BARCHART has no exception.

Method GET_ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_ZOOM Value transfer Type reference (TYPE) INT4 20050321

Method GET_ZOOM on class CL_TIMELINE_BARCHART has no exception.

Method GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20050321
2 Returning RD_CHANGED Value transfer Type reference (TYPE) CHAR1 20050321

Method GROUP on class CL_TIMELINE_BARCHART has no exception.

Method INIT_ATTRIB Signature

Method INIT_ATTRIB on class CL_TIMELINE_BARCHART has no parameter.
Method INIT_ATTRIB on class CL_TIMELINE_BARCHART has no exception.

Method INTERNAL_TO_DATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DATE Call by reference Type reference (TYPE) SYDATUM 20050321
2 Exporting ED_TIME Call by reference Type reference (TYPE) SYUZEIT 20050321
3 Importing ID_DATE_TIME Call by reference Type reference (TYPE) CHAR20 20050321

Method INTERNAL_TO_DATE_TIME on class CL_TIMELINE_BARCHART has no exception.

Method ON_USER_COMMAND Signature

Method ON_USER_COMMAND on class CL_TIMELINE_BARCHART has no parameter.
Method ON_USER_COMMAND on class CL_TIMELINE_BARCHART has no exception.

Method PREPARE_DATA2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CHART_ID Call by reference Type reference (TYPE) INT4 20050321

Method PREPARE_DATA2 on class CL_TIMELINE_BARCHART has no exception.

Method PREPARE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_CHART_ID Value transfer Type reference (TYPE) INT4 20050321

Method PREPARE_LAYOUT on class CL_TIMELINE_BARCHART has no exception.

Method PREPARE_TIMELINE_ROWS Signature

Method PREPARE_TIMELINE_ROWS on class CL_TIMELINE_BARCHART has no parameter.
Method PREPARE_TIMELINE_ROWS on class CL_TIMELINE_BARCHART has no exception.

Method SECTION_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CALENDAR Call by reference Type reference (TYPE) INT4 20050321
2 Importing ID_CHART Call by reference Type reference (TYPE) INT4 20050321
3 Importing ID_START Call by reference Type reference (TYPE) CHAR20 20050321

Method SECTION_CREATE on class CL_TIMELINE_BARCHART has no exception.

Method SET_CALENDAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_CALENDAR Value transfer Type reference (TYPE) BCCALID 20050321

Method SET_CALENDAR on class CL_TIMELINE_BARCHART has no exception.

Method SET_CHART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CALENDAR_ID Call by reference Type reference (TYPE) BCCALID 20050321
2 Returning RD_CHART_ID Value transfer Type reference (TYPE) INT4 20050321

Method SET_CHART on class CL_TIMELINE_BARCHART has no exception.

Method SET_DATA_CHANGED Signature

Method SET_DATA_CHANGED on class CL_TIMELINE_BARCHART has no parameter.
Method SET_DATA_CHANGED on class CL_TIMELINE_BARCHART has no exception.

Method SET_DISPLAY_TEST_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_STATUS Call by reference Type reference (TYPE) XFLAG 20050321
2 Returning RD_CHANGED Value transfer Type reference (TYPE) XFLAG 20050321

Method SET_DISPLAY_TEST_STATUS on class CL_TIMELINE_BARCHART has no exception.

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20050321

Method SET_EDIT_MODE on class CL_TIMELINE_BARCHART has no exception.

Method SET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FILTER_KEY Call by reference Type reference (TYPE) FIELDNAME 20050321
2 Importing ID_FILTER_VALUE Call by reference Type reference (TYPE) FIELDNAME 20050321
3 Returning RD_CHANGED Value transfer Type reference (TYPE) CHAR1 20050321

Method SET_FILTER on class CL_TIMELINE_BARCHART has no exception.

Method SET_FIRST_LAST_DAY Signature

Method SET_FIRST_LAST_DAY on class CL_TIMELINE_BARCHART has no parameter.
Method SET_FIRST_LAST_DAY on class CL_TIMELINE_BARCHART has no exception.

Method SET_FUNCTION_CODE2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MAIN_MODE Call by reference Type reference (TYPE) CHAR1 20050321
2 Importing ID_SUB_MODE Call by reference Type reference (TYPE) CHAR1 20050321

Method SET_FUNCTION_CODE2 on class CL_TIMELINE_BARCHART has no exception.

Method SET_HEADER_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CHART_ID Call by reference Type reference (TYPE) INT4 20050321
2 Returning RD_BCBOXID Value transfer Type reference (TYPE) BCBOXID 20050321

Method SET_HEADER_BOX on class CL_TIMELINE_BARCHART has no exception.

Method SET_OPTIONS Signature

Method SET_OPTIONS on class CL_TIMELINE_BARCHART has no parameter.
Method SET_OPTIONS on class CL_TIMELINE_BARCHART has no exception.

Method SET_SHOW_DEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SHOW_DEPS Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050321
2 Returning RD_CHANGED Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050321

Method SET_SHOW_DEPS on class CL_TIMELINE_BARCHART has no exception.

Method SET_SORT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20050321
2 Importing ID_FIELDVALUE Call by reference Type reference (TYPE) FIELDNAME 20050321
3 Returning RD_CHANGED Value transfer Type reference (TYPE) CHAR1 20050321

Method SET_SORT_FIELD on class CL_TIMELINE_BARCHART has no exception.

Method SET_STIDA_CURRENT_DATE_TIME Signature

Method SET_STIDA_CURRENT_DATE_TIME on class CL_TIMELINE_BARCHART has no parameter.
Method SET_STIDA_CURRENT_DATE_TIME on class CL_TIMELINE_BARCHART has no exception.

Method SET_TIME_AXIS Signature

Method SET_TIME_AXIS on class CL_TIMELINE_BARCHART has no parameter.
Method SET_TIME_AXIS on class CL_TIMELINE_BARCHART has no exception.

Method TIMELINE_PBO Signature

Method TIMELINE_PBO on class CL_TIMELINE_BARCHART has no parameter.
Method TIMELINE_PBO on class CL_TIMELINE_BARCHART has no exception.

Method ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ZOOM_VALUE Call by reference Type reference (TYPE) INT4 20050321
2 Returning RD_CHANGED Value transfer Type reference (TYPE) CHAR1 20050321

Method ZOOM on class CL_TIMELINE_BARCHART has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 600