CL_ABAP_EXPIMP - Abstract Superclass for All EXPORT/IMPORT Classes (Obsolete)
General Material Data Addresses (Business Address Services)This documentation is copyright by SAP AG.
Functionality
This class offers a number of methods that allow uniform access to data clusters in the individual storagetypes (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.
Additionally, you can delete data clusters with partly specified keys generically.
This class has the following subclasses for the individual storage mediums:
- CL_ABAP_EXPIMP_MEM
- CL_ABAP_EXPIMP_SHMEM
- CL_ABAP_EXPIMP_SHBUF
- CL_ABAP_EXPIMP_DB
The following methods are provided:
- GET_KEYS
- Ascertains the keys for a specific initial part of a key - that is, if nothing is specified, all entriesin all tables of the relevant storage medium are listed. If only the table is specified, all entriesin this table are listed, and so on. The specified key components must always make up an initial part of the complete key without gaps - that is, you cannot, for example, specify the row area without the table name.
- GET_NEXT_LEVEL
- Ascertains the next level for a specific initial part of a key - that is, if nothing is specified, alltables of the relevant storage medium are listed. If only the table is specified, all clients of thistable are listed, and so on. The specified key components must always make up an initial part of the complete key without gaps - that is, you cannot, for example, specify the row area without the table name.
- GET_DIRECTORY
- Table of contents of the data objects for a specified key.
- DELETE
- Deletes the data clusters for a specified (partly qualified) key.
- DELETE_ALL
- Deletes the entire memory (not possible for CL_ABABP_EXPIMP_DB).
Relationships
Example
Notes
Further information
Additional information is available at the methods of the individual subclasses.
CL_GUI_FRONTEND_SERVICES - Frontend Services RFUMSV00 - Advance Return for Tax on Sales/Purchases
This documentation is copyright by SAP AG.
Length: 2337 Date: 20120526 Time: 081351 triton ( 115 ms )






