CL_ABAP_EXPIMP_SHMEM - Subclass of CL_ABAP_EXPIMP for SHMEM (Obsolete)
Addresses (Business Address Services) BAL_S_LOG - Application Log: Log header dataThis documentation is copyright by SAP AG.
Functionality
This class is obsolete; use CL_ABAP_EXPIMP_UTILITIES instead.
The methods of this class are utilities for selecting and deleting data clusters in the shared memory.
(See the documentation for the abstract superclass CL_ABAP_EXPIMP).
Relationships
Example
DATA: tabname(24) TYPE C,
shmem TYPE REF TO CL_ABAP_EXPIMP_SHMEM,
table_kt TYPE TABLE OF TABLEKEY2,
stab TYPE TABLE OF CHAR16,
directory TYPE TABLE OF CDIR.
CREATE OBJECT shmem.
CALL METHOD shmem->GET_KEYS
EXPORTING TABNAME = tabname
IMPORTING KEYTAB = table_kt.
*
CALL METHOD shmem->GET_NEXT_LEVEL
IMPORTING LEVELTAB = stab.
*
CALL METHOD shmem->GET_DIRECTORY
EXPORTING TABNAME = tabname
AREA = 'A1'
ID = 'test'.
IMPORTING DIRECTORY = directory.
*
CALL METHOD shmem->DELETE
EXPORTING TABNAME = tabname.
*
CALL METHOD shmem->DELETE_ALL.
Notes
Further information
For further documentation, refer to the individual methods.
BAL Application Log Documentation rdisp/max_wprun_time - Maximum work process run time
This documentation is copyright by SAP AG.
Length: 1471 Date: 20120526 Time: 081509 triton ( 42 ms )






