CL_ABAP_EXPIMP_DB - Subclass of CL_ABAP_EXPIMP for Database (Obsolete)

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

Functionality

This class is obsolete; use CL_ABAP_EXPIMP_UTILITIES instead.

The methods in this class are utilities for selecting and deleting data clusters in the specified database table.

(See the documentation for the abstract superclass CL_ABAP_EXPIMP).

Relationships

Example

DATA: tabname(24) TYPE C,

db TYPE REF TO CL_ABAP_EXPIMP_DB,

table_kt TYPE TABLE OF TABLEKEY2,

stab TYPE TABLE OF CHAR16,

directory TYPE TABLE OF CDIR.

CREATE OBJECT db.

CALL METHOD db->GET_KEYS

EXPORTING TABNAME = tabname

IMPORTING KEYTAB = table_kt.

*

CALL METHOD db->GET_NEXT_LEVEL

IMPORTING LEVELTAB = stab.

*

CALL METHOD db->GET_DIRECTORY

EXPORTING TABNAME = tabname

AREA = 'A1'

ID = 'TEST'.

IMPORTING DIRECTORY = directory.

*

CALL METHOD db->DELETE

EXPORTING TABNAME = tabname.

Notes

Further information

For further documentation, refer to the individual methods.


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


Length: 1413 Date: 20120526 Time: 081425     triton ( 55 ms )