SAP ABAP Class CL_UMB_BSC_WEB_PRINT_MANAGER (Print Manager for BSC Web App)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-CPM-BSC (Application Component) Balanced Scorecard
     UMB (Package) SEM-CPM: Balanced Scorecard
Properties
Class CL_UMB_BSC_WEB_PRINT_MANAGER  
Short Description Print Manager for BSC Web App    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UMB   SEM-CPM: Balanced Scorecard 
Created 20010813   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UMB_BSC_WEB_PRINT_MANAGER has no forward declaration.
Interfaces
Class CL_UMB_BSC_WEB_PRINT_MANAGER has no interface implemented.
Friends
Class CL_UMB_BSC_WEB_PRINT_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ASSESSMENT Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'assessment' Single-Character Indicator 20020215
2 C_COMMENT Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'comment' Single-Character Indicator 20020215
3 C_DEFINITION Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'definition' Single-Character Indicator 20020215
4 C_FORMULA Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'formula' Single-Character Indicator 20020215
5 C_INITIATIVES Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'initiatives' Single-Character Indicator 20020215
6 C_MEASURES Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'measures' Single-Character Indicator 20020215
7 C_RISK Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'risk' Single-Character Indicator 20020215
8 C_RISK_ASSESSMENT Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'risk_assessment' Single-Character Indicator 20020215
9 C_RISK_COMMENT Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'risk_comment' Single-Character Indicator 20020215
10 C_RISK_STATUS Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'risk_status' Single-Character Indicator 20020215
11 C_RISK_VALUES Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'risk_values' Single-Character Indicator 20020215
12 C_STATUS Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'status' Single-Character Indicator 20020215
13 C_TIME_SERIES Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'time_series' Single-Character Indicator 20020215
14 C_VALUES Constant Public Type reference (TYPE) UMB_Y_ATTR_KEY 'values' Single-Character Indicator 20020215
15 MR_APPLICATION Instance attribute Private Object reference (TYPE REF TO) CL_UMB_BSC_WEB_APPLICATION BSC Web Application 20010813
16 MR_HIERARCHY Instance attribute Private Object reference (TYPE REF TO) CL_UMB_BSC_HIERARCHY_TREE Scorecard Hierarchy Tree 20011129
17 MR_PRINT_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_UMB_WEB_PRINT_VIEW Web Print View 20021017
18 MR_SCORECARD Instance attribute Private Object reference (TYPE REF TO) CL_UMB_SCORECARD Scorecard 20011129
19 M_DATA_READY Instance attribute Public Type reference (TYPE) AS4FLAG SPACE Flag (X or Blank) 20020716
20 M_DETAIL Instance attribute Public Type reference (TYPE) CHAR1 ' ' Print Detail 20020214
21 M_HTML_STRING Instance attribute Public Type reference (TYPE) STRING HTML Stream 20021017
22 M_PDF_XSTRING Instance attribute Public Type reference (TYPE) XSTRING PDF Stream 20020715
23 M_PRINT_TYPE Instance attribute Public Type reference (TYPE) UMB_Y_TREE_TYPE '1' Tree Type 20020215
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010813
2 GET_LIST_OF_SCORECARDS Instance method Public Method Returns All Scorecards 20011129
3 GET_OWNERS Instance method Public Method Gets All Owners 20011113
4 GET_PRINT_URL Instance method Public Method Print View 20020612
5 GET_SEL_SCORECARD Instance method Public Method Returns Selected Scorecard 20011129
6 GET_TREE_TYPES Instance method Public Method Gets All Report Types 20011113
7 PRINT Instance method Public Method Expression 20011114
8 PRINT_VIEW Instance method Public Method Print View 20010813
9 SET_DETAIL Instance method Public Method Set Print Detail 20020214
10 SET_PRINT_DETAIL_VIEW Instance method Public Method Set Print Scorecard Element Detail View HTML Stream 20021018
11 SET_PRINT_MSC_VIEW Instance method Public Method Set print msc analysis view html stream 20021018
12 SET_PRINT_TYPE Instance method Public Method Set Print Type 20020215
13 SET_PRINT_VIEW Instance method Public Method Set HTML Print View Stream 20021017
14 SET_SCORECARD Instance method Public Method Sets Scorecard 20011129
Events
Class CL_UMB_BSC_WEB_PRINT_MANAGER has no event.
Types
Class CL_UMB_BSC_WEB_PRINT_MANAGER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPLICATION Call by reference Object reference (TYPE REF TO) CL_UMB_BSC_WEB_APPLICATION BSC Web Applikation 20010813

Method CONSTRUCTOR on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method GET_LIST_OF_SCORECARDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SCORECARDS Value transfer Type reference (TYPE) UMB_YT_BSP_HIER_TREE BSP Tree 20011129

Method GET_LIST_OF_SCORECARDS on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method GET_OWNERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OWNER Value transfer Type reference (TYPE) UMB_YT_OWNER_DROPDOWN Owner list in drop down list 20011113

Method GET_OWNERS on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method GET_PRINT_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCREEN Call by reference Type reference (TYPE) STRING 20020612
2 Returning R_URL Value transfer Type reference (TYPE) STRING 20020612

Method GET_PRINT_URL on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method GET_SEL_SCORECARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SCORECARD Value transfer Type reference (TYPE) UMB_Y_SCARD Interface for a Balanced Scorecard object 20011129

Method GET_SEL_SCORECARD on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method GET_TREE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TREETYPES Value transfer Type reference (TYPE) UMB_YT_TREE_TYPE Typen des BSC Overview 20011113

Method GET_TREE_TYPES on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FILTER Call by reference Type reference (TYPE) UMB_YS_BSC_FILTER Filter for BSC tree 20011114
2 Importing IT_DETAIL Call by reference Type reference (TYPE) UMB_YT_BSC_PERS1 Personalisierung 1 - BSC 20020215
3 Importing I_ASS Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20020211
4 Importing I_COMMENT Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20020211
5 Importing I_PREVIEW Call by reference Type reference (TYPE) AS4FLAG SPACE Flag (X oder Blank) 20020715
6 Importing I_SCORECARD Call by reference Type reference (TYPE) UMB_Y_SCARD Scorecard 20011129
7 Importing I_TREETYPE Call by reference Type reference (TYPE) UMB_Y_TREE_TYPE Baumtyp 20011114
8 Returning R_MESSAGE Value transfer Type reference (TYPE) STRING 20011114

Method PRINT on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method PRINT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCREEN Call by reference Type reference (TYPE) STRING 20010813

Method PRINT_VIEW on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method SET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETAIL Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20020214

Method SET_DETAIL on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method SET_PRINT_DETAIL_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20021018

Method SET_PRINT_DETAIL_VIEW on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method SET_PRINT_MSC_VIEW Signature

Method SET_PRINT_MSC_VIEW on class CL_UMB_BSC_WEB_PRINT_MANAGER has no parameter.
Method SET_PRINT_MSC_VIEW on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method SET_PRINT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) UMB_Y_TREE_TYPE Baumtyp 20020215

Method SET_PRINT_TYPE on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method SET_PRINT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20030729
2 Importing I_SCREEN Call by reference Type reference (TYPE) STRING Screen name 20021017

Method SET_PRINT_VIEW on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.

Method SET_SCORECARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCORECARD Call by reference Type reference (TYPE) UMB_Y_SCARD Scorecard 20011129

Method SET_SCORECARD on class CL_UMB_BSC_WEB_PRINT_MANAGER has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 31A