CL_ABAP_EXPIMP_MEM - Class for EXPORT/IMPORT MEMORY (Obsolete)
CPI1466 during Backup PERFORM Short ReferenceThis 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 ABAP memory.
(See the documentation for the abstract superclass CL_ABAP_EXPIMP).
Relationships
Example
DATA: tabname(24) TYPE C
mem TYPE REF TO CL_ABAP_EXPIMP_MEM
tstr TYPE TABLE OF string,
stab TYPE TABLE OF CHAR16,
directory TYPE TABLE OF CDIR.
CREATE OBJECT mem.
CALL METHOD mem->GET_KEYS
EXPORTING ID = 'TEST'
IMPORTING KEYTAB = tstr.
*
CALL METHOD mem->GET_NEXT_LEVEL
IMPORTING LEVELTAB = stab.
*
CALL METHOD mem->GET_DIRECTORY
EXPORTING ID = 'TEST'.
IMPORTING DIRECTORY = directory.
*
CALL METHOD mem->DELETE
EXPORTING ID = 'TEST'.
*
CALL METHOD mem->DELETE_ALL.
Notes
Further information
For further documentation, refer to the individual methods.
General Material Data TXBHW - Original Tax Base Amount in Local Currency
This documentation is copyright by SAP AG.
Length: 1321 Date: 20120526 Time: 081449 triton ( 77 ms )






