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 NameDescriptionVisability
DBLOG_GET_DIRECTORYDirectory of data objects for a VBDATA entryPublic
CALL METHOD cl_abap_expimp_utilities=>DBLOG_GET_DIRECTORY...more details

DBUF_CONVERTConvert Content of Given XSTRINGPublic
CALL METHOD cl_abap_expimp_utilities=>DBUF_CONVERT...more details

DBUF_GET_DIRECTORYDirectory of the Data Objects of a DATA BUFFERPublic
CALL METHOD cl_abap_expimp_utilities=>DBUF_GET_DIRECTORY...more details

DBUF_IMPORT_CREATE_DATAImports content of DBUF to dynamically created data objectsPublic
CALL METHOD cl_abap_expimp_utilities=>DBUF_IMPORT_CREATE_DATA...more details

DB_DELETEDeletes the Data Cluster for a Given (Part. Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>DB_DELETE...more details

DB_GET_DIRECTORYDirectory of Data Objects for a Given KeyPublic
CALL METHOD cl_abap_expimp_utilities=>DB_GET_DIRECTORY...more details

DB_GET_KEYSGets the Key for a Given (Partially Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>DB_GET_KEYS...more details

DB_GET_NEXT_LEVELGets Next Level for a Given (Partially Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>DB_GET_NEXT_LEVEL...more details

ITAB_CONVERTConvert CLUSTD Field of a (EXP/IMP ITAB) TablePublic
CALL METHOD cl_abap_expimp_utilities=>ITAB_CONVERT...more details

ITAB_GENERAL_CONVERTConvert CLUSTD Field of a General TablePublic
CALL METHOD cl_abap_expimp_utilities=>ITAB_GENERAL_CONVERT...more details

ITAB_GET_DIRECTORYTable of contents of data objects in given internal tablePublic
CALL METHOD cl_abap_expimp_utilities=>ITAB_GET_DIRECTORY...more details

MEM_DELETEDeletes the Data Cluster for a Given (Part. Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>MEM_DELETE...more details

MEM_DELETE_ALLDeletes the Entire ABAP MemoryPublic
CALL METHOD cl_abap_expimp_utilities=>MEM_DELETE_ALL...more details

MEM_GET_DIRECTORYDirectory of Data Objects for a Given KeyPublic
CALL METHOD cl_abap_expimp_utilities=>MEM_GET_DIRECTORY...more details

MEM_GET_KEYSGets the Key for a Given (Partially Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>MEM_GET_KEYS...more details

MEM_GET_NEXT_LEVELGets the Key for a Given (Partially Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>MEM_GET_NEXT_LEVEL...more details

SHBUF_DELETEDeletes the Data Cluster for a Given (Part. Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>SHBUF_DELETE...more details

SHBUF_DELETE_ALLDeletes the Entire Cross-Transaction Application BufferPublic
CALL METHOD cl_abap_expimp_utilities=>SHBUF_DELETE_ALL...more details

SHBUF_GET_DIRECTORYDirectory of Data Objects for a Given KeyPublic
CALL METHOD cl_abap_expimp_utilities=>SHBUF_GET_DIRECTORY...more details

SHBUF_GET_KEYSGets the Key for a Given (Partially Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>SHBUF_GET_KEYS...more details

SHBUF_GET_NEXT_LEVELGets Next Level for a Given (Partially Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>SHBUF_GET_NEXT_LEVEL...more details

SHMEM_DELETEDeletes the Data Cluster for a Given (Part. Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>SHMEM_DELETE...more details

SHMEM_DELETE_ALLDeletes the Entire Cross-Transaction Application BufferPublic
CALL METHOD cl_abap_expimp_utilities=>SHMEM_DELETE_ALL...more details

SHMEM_GET_DIRECTORYDirectory of Data Objects for a Given KeyPublic
CALL METHOD cl_abap_expimp_utilities=>SHMEM_GET_DIRECTORY...more details

SHMEM_GET_KEYSGets the Key for a Given (Partially Qualified) KeyPublic
CALL METHOD cl_abap_expimp_utilities=>SHMEM_GET_KEYS...more details

SHMEM_GET_NEXT_LEVELGets Next Level for a Given (Partially Qualified) KeyPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
REL31SQQConstantRelease 3.1 - 4.61LIKE
I
Public
REL61SQQConstantRelease 6.10 ->5LIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!