SAP ABAP Class /SLOAP/CL_EXCELML_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_EXCELML_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_EXCELML_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_EXCELML_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_ZIP Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_ZIP 20100127
3 GT_WORKSHEET Instance attribute Private See coding 20100127
4 GT_WORKSHEET_ZIP Instance attribute Private See coding 20100127
5 GV_XML Instance attribute Private Type reference (TYPE) STRING 20100127
Methods
# Method Level Visibility Method type Description Created on
1 GENERATE_ZIP_TABLE Instance method Private Method Generates the Excel ZIP files from Worksheet table 20100127
2 GET_EXCEL_COL Static method Public Method Gets an Excel Column for a given index 20100127
3 GET_FILETABLE_FROM_ZIP Static method Public Method Unpacks the given ZIP-File into a Filetable 20100127
4 GET_HASH Instance method Public Method 20100127
5 TRANS_XML_TO_SHEET_TABLE Instance method Private Method Calls XSLT for Excel and put Worksheet into Worksheet table 20100127
Events
Class /SLOAP/CL_EXCELML_BUILDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GS_FILETABLE Public See coding Line of Filetable 20100127 BEGIN OF ty_gs_filetable, filename TYPE string, filecontent TYPE xstring, END OF ty_gs_filetable
2 TY_GT_FILETABLE Public See coding Filetable 20100127 ty_gt_filetable TYPE HASHED TABLE OF ty_gs_filetable WITH UNIQUE KEY filename
Method Signatures

Method GENERATE_ZIP_TABLE Signature

Method GENERATE_ZIP_TABLE on class /SLOAP/CL_EXCELML_BUILDER has no parameter.
Method GENERATE_ZIP_TABLE on class /SLOAP/CL_EXCELML_BUILDER has no exception.

Method GET_EXCEL_COL Signature

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

Method GET_EXCEL_COL on class /SLOAP/CL_EXCELML_BUILDER has no exception.

Method GET_FILETABLE_FROM_ZIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ZIP_XSTRING Call by reference Type reference (TYPE) XSTRING 20100127
2 Returning RT_FILETABLE Value transfer Type reference (TYPE) TY_GT_FILETABLE Filetable 20100127

Method GET_FILETABLE_FROM_ZIP on class /SLOAP/CL_EXCELML_BUILDER has no exception.

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_EXCELML_BUILDER has no exception.

Method TRANS_XML_TO_SHEET_TABLE Signature

Method TRANS_XML_TO_SHEET_TABLE on class /SLOAP/CL_EXCELML_BUILDER has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_XSLT_ABAP_ERROR 20100127
History
Last changed by/on SAP  20141030 
SAP Release Created in 700