SAP CL_ABAP_EXPIMP_UTILITIES OO Class - Extension of data cluster functions
CL_ABAP_EXPIMP_UTILITIES is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_EXPIMP_UTILITIES including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_ABAP_EXPIMP_UTILITIES SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| DBLOG_GET_DIRECTORY | Directory of data objects for a VBDATA entry | Public |
| CALL METHOD cl_abap_expimp_utilities=>DBLOG_GET_DIRECTORY...more details | ||
| DBUF_CONVERT | Convert Content of Given XSTRING | Public |
| CALL METHOD cl_abap_expimp_utilities=>DBUF_CONVERT...more details | ||
| DBUF_GET_DIRECTORY | Directory of the Data Objects of a DATA BUFFER | Public |
| CALL METHOD cl_abap_expimp_utilities=>DBUF_GET_DIRECTORY...more details | ||
| DBUF_IMPORT_CREATE_DATA | Imports content of DBUF to dynamically created data objects | Public |
| CALL METHOD cl_abap_expimp_utilities=>DBUF_IMPORT_CREATE_DATA...more details | ||
| DB_DELETE | Deletes the Data Cluster for a Given (Part. Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>DB_DELETE...more details | ||
| DB_GET_DIRECTORY | Directory of Data Objects for a Given Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>DB_GET_DIRECTORY...more details | ||
|
| ||
| DB_GET_KEYS | Gets the Key for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>DB_GET_KEYS...more details | ||
| DB_GET_NEXT_LEVEL | Gets Next Level for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>DB_GET_NEXT_LEVEL...more details | ||
| ITAB_CONVERT | Convert CLUSTD Field of a (EXP/IMP ITAB) Table | Public |
| CALL METHOD cl_abap_expimp_utilities=>ITAB_CONVERT...more details | ||
| ITAB_GENERAL_CONVERT | Convert CLUSTD Field of a General Table | Public |
| CALL METHOD cl_abap_expimp_utilities=>ITAB_GENERAL_CONVERT...more details | ||
| ITAB_GET_DIRECTORY | Table of contents of data objects in given internal table | Public |
| CALL METHOD cl_abap_expimp_utilities=>ITAB_GET_DIRECTORY...more details | ||
| MEM_DELETE | Deletes the Data Cluster for a Given (Part. Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>MEM_DELETE...more details | ||
| MEM_DELETE_ALL | Deletes the Entire ABAP Memory | Public |
| CALL METHOD cl_abap_expimp_utilities=>MEM_DELETE_ALL...more details | ||
| MEM_GET_DIRECTORY | Directory of Data Objects for a Given Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>MEM_GET_DIRECTORY...more details | ||
| MEM_GET_KEYS | Gets the Key for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>MEM_GET_KEYS...more details | ||
| MEM_GET_NEXT_LEVEL | Gets the Key for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>MEM_GET_NEXT_LEVEL...more details | ||
| SHBUF_DELETE | Deletes the Data Cluster for a Given (Part. Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHBUF_DELETE...more details | ||
| SHBUF_DELETE_ALL | Deletes the Entire Cross-Transaction Application Buffer | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHBUF_DELETE_ALL...more details | ||
| SHBUF_GET_DIRECTORY | Directory of Data Objects for a Given Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHBUF_GET_DIRECTORY...more details | ||
| SHBUF_GET_KEYS | Gets the Key for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHBUF_GET_KEYS...more details | ||
| SHBUF_GET_NEXT_LEVEL | Gets Next Level for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHBUF_GET_NEXT_LEVEL...more details | ||
| SHMEM_DELETE | Deletes the Data Cluster for a Given (Part. Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHMEM_DELETE...more details | ||
| SHMEM_DELETE_ALL | Deletes the Entire Cross-Transaction Application Buffer | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHMEM_DELETE_ALL...more details | ||
| SHMEM_GET_DIRECTORY | Directory of Data Objects for a Given Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHMEM_GET_DIRECTORY...more details | ||
| SHMEM_GET_KEYS | Gets the Key for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHMEM_GET_KEYS...more details | ||
| SHMEM_GET_NEXT_LEVEL | Gets Next Level for a Given (Partially Qualified) Key | Public |
| CALL METHOD cl_abap_expimp_utilities=>SHMEM_GET_NEXT_LEVEL...more details | ||
CL_ABAP_EXPIMP_UTILITIES attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| REL31SQQ | Constant | Release 3.1 - 4.6 | 1 | LIKE I | Public |
| REL61SQQ | Constant | Release 6.10 -> | 5 | LIKE I | Public |
Links to Related Class(s)
CL_ABAP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects