ABAPEXPORT_DATA_CLUSTER - EXPORT DATA CLUSTER

ABAP Short Reference   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

EXPORT

Short Reference



Syntax

EXPORT parameter_list TOmedium [COMPRESSION {ON|OFF}].

Addition:

... COMPRESSION {ON|OFF}

Effect

: This statement stores a data cluster defined usingparameter_list in a storage areamedium.You can use the COMPRESSION addition to specify whether the data is stored in the cluster in compressed form. You can retrieve a data cluster from the storage area using theIMPORT statement and delete a data cluster usingDELETE FROM.

All data objects are archived according to the currentbyte sequence (endian) and character-like data objects according to thecharacter representation of the currenttextenvironment. The identification of the data cluster indicates which byte sequence and characterrepresentation have been used during the export. When the data cluster is imported using the IMPORTstatement, this identification is evaluated and the data is converted to the current byte sequence and character representation.

Note

See also Classes for Data Clusters.

Addition

... COMPRESSION {ON|OFF}

Effect

: This addition specifies whether or not the data in the data cluster is compressed. By default, compressionis deactivated for all memory areas apart from mediumdatabase tables. If compression is required, it must be switched on using ON. When storing ina database table, compression is switched on by default and is only switched off if you specify OFF.

Note

When a data cluster is imported using IMPORT,the system automatically recognizes whether or not the data is compressed.


CL_GUI_FRONTEND_SERVICES - Frontend Services   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.


Length: 3550 Date: 20120522 Time: 054110     triton ( 143 ms )