SAP ABAP Class CL_PS_IS_GRAPHICS (Class for PS info System Graphics)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PS-IS-REP (Application Component) Project Reports
     CN_CNIS (Package) CN41N Development
Properties
Class CL_PS_IS_GRAPHICS  
Short Description Class for PS info System Graphics    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CN_CNIS   CN41N Development 
Created 20070327   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PS_IS_GRAPHICS has no forward declaration.
Interfaces
Class CL_PS_IS_GRAPHICS has no interface implemented.
Friends
Class CL_PS_IS_GRAPHICS 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) NET_GRAPH-ABAP_CMD Command to the graphics program 20070327
2 ANZ_NODES Instance attribute Private Type reference (TYPE) SY-TABIX 20070327
3 CONFIRM Instance attribute Private Type reference (TYPE) NET_SET-CONFIRM 20070327
4 CON_PROJR Constant Private Type reference (TYPE) DFIES-TABNAME 'PROJR' 'RPSINFO' 20070327
5 CON_YES Constant Private Type reference (TYPE) C 'X' 20070327
6 ERR_NO Instance attribute Private See coding 20070327
7 FIRST_OBJID Instance attribute Private Type reference (TYPE) NET_NVALS-VAL 20070327
8 FIRST_TEXT Instance attribute Private Type reference (TYPE) NET_NVALS-VAL 20070327
9 GRAPH_DATA Instance attribute Private See coding 20070327
10 GR_MES Instance attribute Private Type reference (TYPE) NET_GRAPH-GR_MES 20070327
11 G_PLART Instance attribute Private Type reference (TYPE) C 20070327
12 G_REPID Instance attribute Private Type reference (TYPE) SY-REPID 'RPSINFO' 20070327
13 HIER_NODES_TAB Instance attribute Private See coding 20070327
14 LG_MES Instance attribute Private Type reference (TYPE) NET_GRAPH-GR_MES 20070327
15 MENUIT_HIER Instance attribute Private See coding 20070327
16 MENUIT_STRUC Instance attribute Private See coding 20070327
17 MENU_ITEM Instance attribute Private See coding 20070327
18 MODE Instance attribute Private Type reference (TYPE) NET_GRAPH-GR_MODE 20070327
19 M_TYP Instance attribute Private Type reference (TYPE) NET_GRAPH-M_TYP 20070327
20      
21 NVALS_TAB Instance attribute Private See coding 20070327
22 OBJECT_TYPE Instance attribute Private See coding 20070327
23 PROFILE Instance attribute Private Type reference (TYPE) NET_PROFIL 20070327
24 PS_INFO_STRUC_OCX Instance attribute Private Type reference (TYPE) CNTL_HANDLE 20070327
25 PWDID Instance attribute Private Type reference (TYPE) NET_GRAPH-PWDID 20070327
26 RWNID Instance attribute Private Type reference (TYPE) NET_GRAPH-RWNID 20070327
27 SEL_FIELD Instance attribute Private Type reference (TYPE) NET_GRAPH-SEL_FIELD 20070327
28 SGRC_CONST Constant Private See coding 20070327
29 STAT Instance attribute Private Type reference (TYPE) NET_GRAPH-STAT 20070327
30 STATUS_TEXT Instance attribute Private Type reference (TYPE) NET_GRAPH-STATUSTEXT 20070327
31 STRUC_INDEX_TAB Instance attribute Private See coding 20070327
32 STRUC_IND_WA Instance attribute Private Type reference (TYPE) STRUC_INDEX 20070327
33 TITLEBAR Instance attribute Private Type reference (TYPE) NET_GRAPH-TITLEBAR 20070327
34 TITLEBARTEXT Instance attribute Private Type reference (TYPE) NET_NVALS-VAL 20070327
35 TITLEBARTEXT_STD Instance attribute Private Type reference (TYPE) NET_NVALS-VAL 20070327
36 TYPE Instance attribute Private Type reference (TYPE) CNG_NODES-TYPE 20070327
37 WA_NVALS Instance attribute Private Type reference (TYPE) NET_NVALS 20070327
38 WINID Instance attribute Private Type reference (TYPE) NET_GRAPH-WINID 20070327
39 WINID_STGR Instance attribute Public Type reference (TYPE) NET_GRAPH-WINID Window ID in graphic 20070327
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ACTIVITY_NODES Instance method Private Method Builds the nodes for the activity 20070327
2 BUILD_WBS_NODES Instance method Private Method Builds the nod fro the WBS 20070327
3 CHECK_PLATFORM Instance method Private Method Checks the system paltform 20070327
4 CREATE_HIERARCHY Instance method Private Method Creates the hierarchy structure of the data 20070327
5 DISPLAY_GRAPHICS Instance method Public Method Displays the graphics 20070327
6 GET_ACT_DETAILS Instance method Private Method Reads the activity details 20070327
7 GET_WBS_DETAILS Instance method Private Method Reads the WBS Details 20070327
8 GR_STRUC_EXIT_CALBACK Instance method Public Method Handles the exit of the graphics 20070327
9 HANDLE_ERROR Instance method Private Method Handles the Error 20070327
10 MAKE_HEADER Instance method Private Method Builds the header boxes 20070327
11 SEND_STRUCTURE Instance method Private Method Sends the graphics to the inbox 20070327
12 SHOW_CORRELATION_CURVE Instance method Public Method Displays the correlation curve 20070327
13 SHOW_GANTT_CHART Instance method Public Method Displays the Gantt Chart 20070327
14 SHOW_HISTOGRAM Instance method Public Method Displays a histogram 20070327
15 SHOW_TOTALS_CURVE Instance method Public Method Displays Totals Curve for a selected column 20070327
16 STRUCTURE_CALLBACK Instance method Public Method performs the call back event for PAI 20070327
Events
Class CL_PS_IS_GRAPHICS has no event.
Types
Class CL_PS_IS_GRAPHICS has no local type.
Method Signatures

Method BUILD_ACTIVITY_NODES Signature

Method BUILD_ACTIVITY_NODES on class CL_PS_IS_GRAPHICS has no parameter.
Method BUILD_ACTIVITY_NODES on class CL_PS_IS_GRAPHICS has no exception.

Method BUILD_WBS_NODES Signature

Method BUILD_WBS_NODES on class CL_PS_IS_GRAPHICS has no parameter.
Method BUILD_WBS_NODES on class CL_PS_IS_GRAPHICS has no exception.

Method CHECK_PLATFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting WS Call by reference Type reference (TYPE) C 20070327

Method CHECK_PLATFORM on class CL_PS_IS_GRAPHICS has no exception.

Method CREATE_HIERARCHY Signature

Method CREATE_HIERARCHY on class CL_PS_IS_GRAPHICS has no parameter.
Method CREATE_HIERARCHY on class CL_PS_IS_GRAPHICS has no exception.

Method DISPLAY_GRAPHICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_TAB Call by reference Type reference (TYPE) STANDARD TABLE Data table to be displayed 20070327
2 Importing GRAPH_TYPE Call by reference Type reference (TYPE) C 'S' The type of the graphics 20070327
3 Importing PROFILE Call by reference Type reference (TYPE) NET_PROFIL Profile for network/hierarchy graphics 20070327

Method DISPLAY_GRAPHICS on class CL_PS_IS_GRAPHICS has no exception.

Method GET_ACT_DETAILS Signature

Method GET_ACT_DETAILS on class CL_PS_IS_GRAPHICS has no parameter.
Method GET_ACT_DETAILS on class CL_PS_IS_GRAPHICS has no exception.

Method GET_WBS_DETAILS Signature

Method GET_WBS_DETAILS on class CL_PS_IS_GRAPHICS has no parameter.
Method GET_WBS_DETAILS on class CL_PS_IS_GRAPHICS has no exception.

Method GR_STRUC_EXIT_CALBACK Signature

Method GR_STRUC_EXIT_CALBACK on class CL_PS_IS_GRAPHICS has no parameter.
Method GR_STRUC_EXIT_CALBACK on class CL_PS_IS_GRAPHICS has no exception.

Method HANDLE_ERROR Signature

Method HANDLE_ERROR on class CL_PS_IS_GRAPHICS has no parameter.
Method HANDLE_ERROR on class CL_PS_IS_GRAPHICS has no exception.

Method MAKE_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLAG Call by reference Type reference (TYPE) C 20070327

Method MAKE_HEADER on class CL_PS_IS_GRAPHICS has no exception.

Method SEND_STRUCTURE Signature

Method SEND_STRUCTURE on class CL_PS_IS_GRAPHICS has no parameter.
Method SEND_STRUCTURE on class CL_PS_IS_GRAPHICS has no exception.

Method SHOW_CORRELATION_CURVE Signature

Method SHOW_CORRELATION_CURVE on class CL_PS_IS_GRAPHICS has no parameter.
Method SHOW_CORRELATION_CURVE on class CL_PS_IS_GRAPHICS has no exception.

Method SHOW_GANTT_CHART Signature

Method SHOW_GANTT_CHART on class CL_PS_IS_GRAPHICS has no parameter.
Method SHOW_GANTT_CHART on class CL_PS_IS_GRAPHICS has no exception.

Method SHOW_HISTOGRAM Signature

Method SHOW_HISTOGRAM on class CL_PS_IS_GRAPHICS has no parameter.
Method SHOW_HISTOGRAM on class CL_PS_IS_GRAPHICS has no exception.

Method SHOW_TOTALS_CURVE Signature

Method SHOW_TOTALS_CURVE on class CL_PS_IS_GRAPHICS has no parameter.
Method SHOW_TOTALS_CURVE on class CL_PS_IS_GRAPHICS has no exception.

Method STRUCTURE_CALLBACK Signature

Method STRUCTURE_CALLBACK on class CL_PS_IS_GRAPHICS has no parameter.
Method STRUCTURE_CALLBACK on class CL_PS_IS_GRAPHICS has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in