/TDAG/CPCL_ZIP - CP: Zip utility
RFUMSV00 - Advance Return for Tax on Sales/Purchases CPI1466 during BackupThis documentation is copyright by SAP AG.
Functionality
This class offers services for zipping and unzipping files.
Relationships
This class's implementation depends on the R/3 version.
On R/3 4.6C releases the implementation is empty and objects of the class possess absolutely no functionality.
On R/3 Enterprise Extension 1.10 and R/3 Enterprise Extension 2.00 the class duplicates the standard SAP implementation of class CL_ABAP_ZIP that can be found in ERP 2004 / ECC 5.0 and ERP 2005 / ECC 6.0
On ERP 2004 / ECC 5.0 and ERP 2005 / ECC 6.0 the class delegates all requests to a private member object of class CL_ABAP_ZIP.
Example
Notes
There are two basic scenarios for using this class:
- getting information about the contents of an existing ZIP file
In this case you do not need to instantiate the class. Instead you can use the static method SPLICE to read the structure of the file.
- creating a new ZIP file or modifying the contents of an existing one
- First instantiate the class
- If you want to modify the contents of an existing file, load it using method LOAD
- To access meta information about the contents of the ZIP file, use the public read-only attribute FILES
- To read a file in the ZIP, use method GET
- To modify the contents of the ZIP, use methods ADD and/or DELETE
- Finally, to retrieve the resultant ZIP file, use method SAVE
Further information
Addresses (Business Address Services) ABAP Short Reference
This documentation is copyright by SAP AG.
Length: 1549 Date: 20120526 Time: 074549 triton ( 27 ms )






