CL_ABAP_EXPIMP_UTILITIES - Enhancement to Data Cluster Functions

BAL Application Log Documentation   General Material Data  
This documentation is copyright by SAP AG.

Functionality

This class offers a number of (static) methods that allow uniform access to data clusters in the individualstorage types (data buffer, memory, shared memory, shared buffer, database) using partly qualified keys; they also allow you to display the table of contents of the data objects for a key.

In addition, you can delete data clusters generically using partly specified keys.

This class provides methods that enable you to convert the internal format of CLUSTD fields in two different media (DATABUFFER and INTERNAL TABLE).

This class has the following methods for the individual storage media:

  • [MEM_ | SHBUF_ | SHMEM_ | DB_ ]GET_KEYS
Ascertains the keys if an initial part of the key is supplied - that is, if nothing is specified, thesystem lists all entries in all tables on the specified storage medium; if only the table is specified,the system lists all entries of this table, and so on. The specified key components must make up aninitial part of the complete key without gaps. In other words, you cannot specify the range of rows without the table name, for example.
  • [MEM_ | SHBUF_ | SHMEM_ | DB_ ]GET_NEXT_LEVEL
Ascertains the next level if an initial part of the key is supplied - that is, if nothing is specified,the system lists all tables on the specified storage device; if only the table is specified, the systemlists all clients of this table, and so on. The specified key components must make up an initial part of the complete key without gaps. In other words, you cannot specify the range of rows without the table name.
  • [DBUF_ |MEM_ | SHBUF_ | SHMEM_ | DB_ | DBLOG_]GET_DIRECTORY
Directory of data objects for a specified key
  • [MEM_ | SHBUF_ | SHMEM_ | DB_ ]DELETE
Deletes the data cluster of a specified (partially qualified) key
  • [MEM_ | SHBUF_ | SHMEM_ ]DELETE_ALL
Deletes the entire memory (not possible with DATABASE)
  • [DBUF_ | ITAB_ | ITAB_GENERAL_ ]CONVERT
Converts the table of the specified Xstring/content of the CLUSTD fields for the specified table to the internal format of the specified release.
  • DBUF_ IMPORT_CREATE_DATA

,,,,Imports the content of the specified Xstring into dynamically created data objects.

Relationships

Example

Notes

Further information

For further information, refer to the individual methods.


BAL Application Log Documentation   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.


Length: 2675 Date: 20120526 Time: 081546     triton ( 129 ms )