SAP ABAP Class CL_GRFN_ZIP_XML (Zip and unzip files)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_CLM (Package) Shared infrastructure for CLM integration
Properties
Class CL_GRFN_ZIP_XML  
Short Description Zip and unzip files    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_CLM   Shared infrastructure for CLM integration 
Created 20120330   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRFN_ZIP_XML has no forward declaration.
Interfaces
Class CL_GRFN_ZIP_XML has no interface implemented.
Friends
Class CL_GRFN_ZIP_XML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ZIP Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_ZIP Zip Utility 20120330
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120330
2 UNZIP Instance method Public Method Unzip files 20120330
3 ZIP Instance method Public Method Zip files 20120330
Events
Class CL_GRFN_ZIP_XML has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_FILE Public See coding 20120330 BEGIN OF s_file, name TYPE string, data TYPE string, END OF s_file
2 T_BINARY Public See coding 20120330 t_binary TYPE STANDARD TABLE OF x255
3 T_FILE Public See coding 20120330 t_file TYPE HASHED TABLE OF s_file WITH UNIQUE KEY name
Method Signatures

Method CONSTRUCTOR Signature

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

Method UNZIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILE Call by reference Type reference (TYPE) T_FILE 20120330
2 Importing IT_BINARY Call by reference Type reference (TYPE) T_BINARY 20120330
3 Importing IV_SIZE Call by reference Type reference (TYPE) I 20120402
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120330

Method ZIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BINARY Call by reference Type reference (TYPE) T_BINARY 20120330
2 Importing IT_FILE Call by reference Type reference (TYPE) T_FILE 20120330
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120330
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100