SAP ABAP Class /SLOAP/CL_WORDML_BUILDER (SLOAS WORDML builder for output)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/OUTPUT_BUILDER (Package) Generation of output based on data xml
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OUTPUT_BUILDER SLO AS PDF builder for output 20100127
2 Interface implementation (CLASS c. INTERFACES i_ref)  /SLOAP/IF_BINARY_OUTPUT SLO AS outputtype 20100127
3 Interface implementation (CLASS c. INTERFACES i_ref)  /SLOAP/IF_OUTPUT_TYPE SLO AS outputtype 20100127
Properties
Class /SLOAP/CL_WORDML_BUILDER  
Short Description SLOAS WORDML builder for output    
Super Class /SLOAP/CL_OUTPUT_BUILDER SLO AS PDF builder for output 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/OUTPUT_BUILDER   Generation of output based on data xml 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SLOAP/CL_WORDML_BUILDER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /SLOAP/IF_BINARY_OUTPUT SLO AS outputtype 20100127
2 /SLOAP/IF_OUTPUT_TYPE SLO AS outputtype 20100127
Friends
Class /SLOAP/CL_WORDML_BUILDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_GUID Instance attribute Private Type reference (TYPE) STRING profile guid from given xml 20100127
2 GO_LAYOUT_CSS Instance attribute Private Type reference (TYPE) STRING 20100127
3 GO_ZIP Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_ZIP 20100127
4 GT_PICTURES Instance attribute Private Type reference (TYPE) XSTRING xstring 20100127
5 GT_STATIC_IMG_DIMENSION Instance attribute Private Type reference (TYPE) TY_GT_DIMENSION 20100127
6 GV_IMG_COUNTER Instance attribute Private Type reference (TYPE) I 0 20100127
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STATIC_IMG_DIMENSION Instance method Private Method Adds the dimensions for a static image 20100127
2 GENERATE_EXCEL_FILES Instance method Private Method Generates Excel-Files from DataXML and adds them to zip 20100127
3 GET_HASH Instance method Public Method 20100127
4 GET_STATIC_IMG_DIMENSION Instance method Public Method Gets the dimensions for a static image 20100127
5 REPLACE_HTML_TAGS Static method Public Method Replaces HTML Tags 20100401
6 SET_CHART Instance method Public Method get xslt chart infos 20100127
7 SET_IMAGE Instance method Public Method includes Image from data xml into ZIP 20100127
Events
Class /SLOAP/CL_WORDML_BUILDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GS_DIMENSION Public See coding 20100127 BEGIN OF ty_gs_dimension. TYPES name TYPE string. TYPES width TYPE i. TYPES height TYPE i. TYPES END OF ty_gs_dimension
2 TY_GT_DIMENSION Public See coding 20100127 TY_GT_DIMENSION TYPE HASHED TABLE OF ty_gs_dimension WITH UNIQUE KEY name
Method Signatures

Method ADD_STATIC_IMG_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEIGHT Call by reference Type reference (TYPE) I 20100127
2 Importing IV_IMG_NAME Call by reference Type reference (TYPE) STRING 20100127
3 Importing IV_WIDTH Call by reference Type reference (TYPE) I 20100127

Method ADD_STATIC_IMG_DIMENSION on class /SLOAP/CL_WORDML_BUILDER has no exception.

Method GENERATE_EXCEL_FILES Signature

Method GENERATE_EXCEL_FILES on class /SLOAP/CL_WORDML_BUILDER has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_CHART_TYPE_ASSIG 20100127
2 /SLOAP/CX_NO_HTML_TEMPL_FOUND 20100127
3 /SLOAP/CX_XSLT_ABAP_ERROR 20100127

Method GET_HASH Signature

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

Method GET_HASH on class /SLOAP/CL_WORDML_BUILDER has no exception.

Method GET_STATIC_IMG_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HEIGHT Call by reference Type reference (TYPE) I 20100127
2 Exporting EV_WIDTH Call by reference Type reference (TYPE) I 20100127
3 Importing IV_IMG_NAME Call by reference Type reference (TYPE) STRING 20100127

Method GET_STATIC_IMG_DIMENSION on class /SLOAP/CL_WORDML_BUILDER has no exception.

Method REPLACE_HTML_TAGS Signature

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

Method REPLACE_HTML_TAGS on class /SLOAP/CL_WORDML_BUILDER has no exception.

Method SET_CHART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BG_XML Call by reference Type reference (TYPE) STRING 20100127
2 Importing IV_CHART_FORMAT Call by reference Type reference (TYPE) STRING 20100127
3 Importing IV_PROFILE_GUID Call by reference Type reference (TYPE) STRING 20100127
4 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_CHART_TYPE_ASSIG 20100127
2 /SLOAP/CX_NO_CHART_TYPE_FOUND 20100127
3 /SLOAP/CX_XSLT_ABAP_ERROR 20100127

Method SET_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HEIGHT Call by reference Type reference (TYPE) I 20100127
2 Exporting EV_REL_ID Value transfer Type reference (TYPE) STRING 20100127
3 Exporting EV_WIDTH Call by reference Type reference (TYPE) I 20100127
4 Importing IV_EXTENSION Call by reference Type reference (TYPE) STRING 20100127
5 Importing IV_IMG Call by reference Type reference (TYPE) STRING 20100127
6 Importing IV_MIME_TYPE Call by reference Type reference (TYPE) STRING 20100127

Method SET_IMAGE on class /SLOAP/CL_WORDML_BUILDER has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 700