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 | Instance attribute | Private | Type reference (TYPE) | STRING | profile guid from given xml | 20100127 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100127 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_ZIP | 20100127 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | XSTRING | xstring | 20100127 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_GT_DIMENSION | 20100127 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20100127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Adds the dimensions for a static image | 20100127 | |
| 2 | Instance method | Private | Method | Generates Excel-Files from DataXML and adds them to zip | 20100127 | |
| 3 | Instance method | Public | Method | 20100127 | ||
| 4 | Instance method | Public | Method | Gets the dimensions for a static image | 20100127 | |
| 5 | Static method | Public | Method | Replaces HTML Tags | 20100401 | |
| 6 | Instance method | Public | Method | get xslt chart infos | 20100127 | |
| 7 | 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 | IV_HEIGHT | Call by reference | Type reference (TYPE) | I | 20100127 | ||||
| 2 | IV_IMG_NAME | Call by reference | Type reference (TYPE) | STRING | 20100127 | ||||
| 3 | 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 | 20100127 | |||
| 2 | 20100127 | |||
| 3 | 20100127 |
Method GET_HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20100127 | ||||
| 2 | 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 | EV_HEIGHT | Call by reference | Type reference (TYPE) | I | 20100127 | ||||
| 2 | EV_WIDTH | Call by reference | Type reference (TYPE) | I | 20100127 | ||||
| 3 | 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 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20100401 | ||||
| 2 | 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 | IV_BG_XML | Call by reference | Type reference (TYPE) | STRING | 20100127 | ||||
| 2 | IV_CHART_FORMAT | Call by reference | Type reference (TYPE) | STRING | 20100127 | ||||
| 3 | IV_PROFILE_GUID | Call by reference | Type reference (TYPE) | STRING | 20100127 | ||||
| 4 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 | |||
| 2 | 20100127 | |||
| 3 | 20100127 |
Method SET_IMAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HEIGHT | Call by reference | Type reference (TYPE) | I | 20100127 | ||||
| 2 | EV_REL_ID | Value transfer | Type reference (TYPE) | STRING | 20100127 | ||||
| 3 | EV_WIDTH | Call by reference | Type reference (TYPE) | I | 20100127 | ||||
| 4 | IV_EXTENSION | Call by reference | Type reference (TYPE) | STRING | 20100127 | ||||
| 5 | IV_IMG | Call by reference | Type reference (TYPE) | STRING | 20100127 | ||||
| 6 | 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 |