SAP ABAP Class CL_WD_BUSINESS_GRAPHICS (CL_WD_BUSINESS_GRAPHICS)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_BUSINESS_GRAPHICS (Package) UIE Library "BusinessGraphics"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTRACT_IGS_ELEMENT 20040702
Properties
Class CL_WD_BUSINESS_GRAPHICS  
Short Description    
Super Class CL_WD_ABSTRACT_IGS_ELEMENT  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_BUSINESS_GRAPHICS   UIE Library "BusinessGraphics" 
Created 20040702   SAP 
Last change 20141120    
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)
Interfaces
Class CL_WD_BUSINESS_GRAPHICS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20131015 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20131015 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_CATEGORY_SOURCE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20050121
2 BP_IMAGE_DATA Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20081128
3 BP_SERIES_SOURCE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040702
4 CC_SERIES_LIST Instance attribute Public Type reference (TYPE) I 20081128
5 CH_SERIES_LIST Instance attribute Protected Type reference (TYPE) CL_WD_ABSTRACT_SERIES=>TT_ABSTRACT_SERIES 20040702
6 CID_BUSINESS_GRAPHICS Constant Public Type reference (TYPE) GUID 'AF58684220506924E10000000A1550C0' 20050316
7 E_CHART_TYPE Constant Public See coding 20050316
8 E_DIMENSION Constant Public See coding 20050316
9 MP_ON_ACTION Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702
10 PR_CATEGORY Instance attribute Protected Object reference (TYPE REF TO) CL_WD_CATEGORY 20040702
11 T_CHART_TYPE Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
12 T_DIMENSION Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
13 VL_BACKGROUND_COLOR Instance attribute Protected Type reference (TYPE) STRING 20040702
14 VL_CATEGORY_SOURCE Instance attribute Protected Object reference (TYPE REF TO) OBJECT 20050316
15 VL_CHART_TYPE Instance attribute Protected Type reference (TYPE) WDUI_BGTYPE 20040702
16 VL_CUSTOMIZING Instance attribute Protected Type reference (TYPE) STRING 20040702
17 VL_DIMENSION Instance attribute Protected Type reference (TYPE) WDUI_BGDIMENSION 20040702
18 VL_FONT_FAMILY Instance attribute Protected Type reference (TYPE) STRING 20040702
19 VL_HEIGHT Instance attribute Protected Type reference (TYPE) I 20040702
20 VL_IGS_URL Instance attribute Protected Type reference (TYPE) STRING 20040702
21 VL_IMAGE_DATA Instance attribute Protected Type reference (TYPE) XSTRING 20081128
22 VL_ON_ACTION Instance attribute Protected Type reference (TYPE) STRING 20040702
23 VL_SERIES_SOURCE Instance attribute Protected Object reference (TYPE REF TO) OBJECT 20050316
24 VL_TRANSPARENT_COLOR Instance attribute Protected Type reference (TYPE) STRING 20040702
25 VL_WIDTH Instance attribute Protected Type reference (TYPE) I 20040702
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SERIES Instance method Public Method 20040702
2 BIND_CATEGORY_SOURCE Instance method Public Method 20050121
3 BIND_IMAGE_DATA Instance method Public Method 20081128
4 BIND_SERIES_SOURCE Instance method Public Method 20040702
5 BOUND_CATEGORY_SOURCE Instance method Public Method 20050121
6 BOUND_IMAGE_DATA Instance method Public Method 20081128
7 BOUND_SERIES_SOURCE Instance method Public Method 20040702
8 CONSTRUCTOR Instance method Public Constructor 20040702
9 GET_BACKGROUND_COLOR Instance method Public Method 20040702
10 GET_CATEGORY Instance method Public Method 20040702
11 GET_CATEGORY_SOURCE Instance method Public Method 20050121
12 GET_CHART_TYPE Instance method Public Method 20040702
13 GET_CUSTOMIZING Instance method Public Method 20040702
14 GET_DIMENSION Instance method Public Method 20040702
15 GET_FONT_FAMILY Instance method Public Method 20040702
16 GET_HEIGHT Instance method Public Method 20040702
17 GET_IGS_URL Instance method Public Method 20040702
18 GET_IMAGE_DATA Instance method Public Method 20081128
19 GET_ON_ACTION Instance method Public Method 20040702
20 GET_SERIES Instance method Public Method 20040702
21 GET_SERIES_LIST Instance method Public Method 20040702
22 GET_SERIES_SOURCE Instance method Public Method 20040702
23 GET_TRANSPARENT_COLOR Instance method Public Method 20040702
24 GET_WIDTH Instance method Public Method 20040702
25 HAS_SERIES_LIST Instance method Public Method 20040702
26 MAPPED_ON_ACTION Instance method Public Method 20040702
27 MAP_ON_ACTION Instance method Public Method 20040702
28 NEW_BUSINESS_GRAPHICS Static method Public Method 20040702
29 NUMBER_OF_SERIES_LIST Instance method Public Method 20040702
30 REMOVE_ALL_SERIES_LIST Instance method Public Method 20040702
31 REMOVE_SERIES Instance method Public Method 20040702
32 SET_BACKGROUND_COLOR Instance method Public Method 20040702
33 SET_CATEGORY Instance method Public Method 20040702
34 SET_CATEGORY_SOURCE Instance method Public Method 20050121
35 SET_CHART_TYPE Instance method Public Method 20040702
36 SET_CUSTOMIZING Instance method Public Method 20040702
37 SET_DIMENSION Instance method Public Method 20040702
38 SET_FONT_FAMILY Instance method Public Method 20040702
39 SET_HEIGHT Instance method Public Method 20040702
40 SET_IGS_URL Instance method Public Method 20040702
41 SET_IMAGE_DATA Instance method Public Method 20081128
42 SET_ON_ACTION Instance method Public Method 20040702
43 SET_SERIES_SOURCE Instance method Public Method 20040702
44 SET_TRANSPARENT_COLOR Instance method Public Method 20040702
45 SET_WIDTH Instance method Public Method 20040702
Events
Class CL_WD_BUSINESS_GRAPHICS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BUSINESS_GRAPHICS Public See coding 20050316 tt_BUSINESS_GRAPHICS TYPE TABLE OF REF TO CL_WD_BUSINESS_GRAPHICS WITH DEFAULT KEY
Method Signatures

Method ADD_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20040702
2 Importing THE_SERIES Call by reference Object reference (TYPE REF TO) CL_WD_ABSTRACT_SERIES 20040702

Method ADD_SERIES on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method BIND_CATEGORY_SOURCE Signature

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

Method BIND_CATEGORY_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method BIND_IMAGE_DATA Signature

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

Method BIND_IMAGE_DATA on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method BIND_SERIES_SOURCE Signature

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

Method BIND_SERIES_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method BOUND_CATEGORY_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning PATH Value transfer Type reference (TYPE) STRING 20050121

Method BOUND_CATEGORY_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method BOUND_IMAGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20081128
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20081128
3 Returning PATH Value transfer Type reference (TYPE) STRING 20081128

Method BOUND_IMAGE_DATA on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method BOUND_SERIES_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040702

Method BOUND_SERIES_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702

Method CONSTRUCTOR on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_BACKGROUND_COLOR Signature

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

Method GET_BACKGROUND_COLOR on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_CATEGORY Value transfer Object reference (TYPE REF TO) CL_WD_CATEGORY 20040702

Method GET_CATEGORY on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_CATEGORY_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20050121

Method GET_CATEGORY_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_BGTYPE 20040702

Method GET_CHART_TYPE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_CUSTOMIZING Signature

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

Method GET_CUSTOMIZING on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_BGDIMENSION 20040702

Method GET_DIMENSION on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_FONT_FAMILY Signature

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

Method GET_FONT_FAMILY on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) I 20040702

Method GET_HEIGHT on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_IGS_URL Signature

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

Method GET_IGS_URL on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_IMAGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20081128
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20081128
3 Returning VALUE Value transfer Type reference (TYPE) XSTRING 20081128

Method GET_IMAGE_DATA on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_ON_ACTION Signature

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

Method GET_ON_ACTION on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing INDEX Call by reference Type reference (TYPE) I 20040702
3 Returning THE_SERIES Value transfer Object reference (TYPE REF TO) CL_WD_ABSTRACT_SERIES 20040702

Method GET_SERIES on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_SERIES_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_SERIES_LIST Value transfer Type reference (TYPE) CL_WD_ABSTRACT_SERIES=>TT_ABSTRACT_SERIES 20040702

Method GET_SERIES_LIST on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_SERIES_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20040702

Method GET_SERIES_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_TRANSPARENT_COLOR Signature

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

Method GET_TRANSPARENT_COLOR on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) I 20040702

Method GET_WIDTH on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method HAS_SERIES_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20040702

Method HAS_SERIES_LIST on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method MAPPED_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702

Method MAPPED_ON_ACTION on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method MAP_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702

Method MAP_ON_ACTION on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method NEW_BUSINESS_GRAPHICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKGROUND_COLOR Call by reference Type reference (TYPE) STRING 20040702
2 Importing BIND_CATEGORY_SOURCE Call by reference Type reference (TYPE) STRING 20050121
3 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20040702
4 Importing BIND_IMAGE_DATA Call by reference Type reference (TYPE) STRING 20081128
5 Importing BIND_SERIES_SOURCE Call by reference Type reference (TYPE) STRING 20040702
6 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
7 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040702
8 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040702
9 Importing CHART_TYPE Call by reference Type reference (TYPE) WDUI_BGTYPE E_CHART_TYPE-COLUMNS 20040702
10 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060629
11 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060629
12 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_BUSINESS_GRAPHICS 20040702
13 Importing CUSTOMIZING Call by reference Type reference (TYPE) STRING 20040702
14 Importing DIMENSION Call by reference Type reference (TYPE) WDUI_BGDIMENSION E_DIMENSION-TWO 20040702
15 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040702
16 Importing FONT_FAMILY Call by reference Type reference (TYPE) STRING 20040702
17 Importing HEIGHT Call by reference Type reference (TYPE) I '300' 20040702
18 Importing ID Call by reference Type reference (TYPE) STRING 20040702
19 Importing IGS_URL Call by reference Type reference (TYPE) STRING 20040702
20 Importing IMAGE_DATA Call by reference Type reference (TYPE) XSTRING 20081128
21 Importing ON_ACTION Call by reference Type reference (TYPE) STRING 20040702
22 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
23 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
24 Importing TRANSPARENT_COLOR Call by reference Type reference (TYPE) STRING 20040702
25 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702
26 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040702
27 Importing WIDTH Call by reference Type reference (TYPE) I '300' 20040702

Method NEW_BUSINESS_GRAPHICS on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method NUMBER_OF_SERIES_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20040702

Method NUMBER_OF_SERIES_LIST on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method REMOVE_ALL_SERIES_LIST Signature

Method REMOVE_ALL_SERIES_LIST on class CL_WD_BUSINESS_GRAPHICS has no parameter.
Method REMOVE_ALL_SERIES_LIST on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method REMOVE_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing INDEX Call by reference Type reference (TYPE) I 20040702
3 Returning THE_SERIES Value transfer Object reference (TYPE REF TO) CL_WD_ABSTRACT_SERIES 20040702

Method REMOVE_SERIES on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_BACKGROUND_COLOR Signature

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

Method SET_BACKGROUND_COLOR on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_CATEGORY Call by reference Object reference (TYPE REF TO) CL_WD_CATEGORY 20040702

Method SET_CATEGORY on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_CATEGORY_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Object reference (TYPE REF TO) OBJECT 20050121

Method SET_CATEGORY_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_BGTYPE 20040702

Method SET_CHART_TYPE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_CUSTOMIZING Signature

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

Method SET_CUSTOMIZING on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_BGDIMENSION 20040702

Method SET_DIMENSION on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_FONT_FAMILY Signature

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

Method SET_FONT_FAMILY on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20040702

Method SET_HEIGHT on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_IGS_URL Signature

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

Method SET_IGS_URL on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_IMAGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) XSTRING 20081128

Method SET_IMAGE_DATA on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_ON_ACTION Signature

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

Method SET_ON_ACTION on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_SERIES_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Object reference (TYPE REF TO) OBJECT 20040702

Method SET_SERIES_SOURCE on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_TRANSPARENT_COLOR Signature

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

Method SET_TRANSPARENT_COLOR on class CL_WD_BUSINESS_GRAPHICS has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20040702

Method SET_WIDTH on class CL_WD_BUSINESS_GRAPHICS has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 710