SAP ABAP Class CL_OPENXML_BACKEND (OpenXML Zip based backend)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     S_OOXML_OPC (Package) OpenXML Packaging
Properties
Class CL_OPENXML_BACKEND  
Short Description OpenXML Zip based backend    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_OOXML_OPC   OpenXML Packaging 
Created 20071119   SAP 
Last change 20110908   SAP 
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_OPENXML_BACKEND has no interface implemented.
Friends
Class CL_OPENXML_BACKEND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ZIP Instance attribute Private Object reference (TYPE REF TO) CL_OPENXML_ZIP OpenXML Zip -Faster hashed version of 21.04.2006 CL_ABAP_ZIP 20071119
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20071119
2 CONTAINS_FILE Instance method Public Method Return true if filename is contained in the backend 20071119
3 DELETE_FILE Instance method Public Method Delete a file from backend (does nothing if nonexistant) 20071119
4 FEED_DATA Instance method Public Method Feed backend with new data 20071119
5 GET_DATA Instance method Public Method Get backend data 20071119
6 GET_FILENAMES Instance method Public Method Return a list of all files contained in backend 20071119
7 LOAD_FILE Instance method Public Method Load a file from backend (returns nothing if nonexistant) 20071119
8 STORE_FILE Instance method Public Method Store a file into backend 20071119
Events
Class CL_OPENXML_BACKEND has no event.
Types
Class CL_OPENXML_BACKEND has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_OPENXML_BACKEND has no parameter.
Method CONSTRUCTOR on class CL_OPENXML_BACKEND has no exception.

Method CONTAINS_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILENAME Call by reference Type reference (TYPE) STRING 20071119
2 Returning RV_CONTAINED Value transfer Type reference (TYPE) ABAP_BOOL 20071119

Method CONTAINS_FILE on class CL_OPENXML_BACKEND has no exception.

Method DELETE_FILE Signature

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

Method DELETE_FILE on class CL_OPENXML_BACKEND has no exception.

Method FEED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20071119
# Exception Resumable Description Created on
1 CX_OPENXML_FORMAT Packaging Error - Invalid Content 20090212

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING 20071119

Method GET_DATA on class CL_OPENXML_BACKEND has no exception.

Method GET_FILENAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FILENAMES Value transfer Type reference (TYPE) STRINGTAB Table with Strings 20071119

Method GET_FILENAMES on class CL_OPENXML_BACKEND has no exception.

Method LOAD_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILENAME Call by reference Type reference (TYPE) STRING 20071119
2 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING 20071119

Method LOAD_FILE on class CL_OPENXML_BACKEND has no exception.

Method STORE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20071119
2 Importing IV_FILENAME Call by reference Type reference (TYPE) STRING 20071119

Method STORE_FILE on class CL_OPENXML_BACKEND has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711