SAP CL_XADK_API OO Class - XADK_API









CL_XADK_API 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_XADK_API 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_XADK_API 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
CHECKCheck Resources for XML Well-FormednessPublic
CALL METHOD cl_xadk_api=>CHECK...more details

CHECK_PATH_EXTENSIONSyntax Check of the Path Extension ParameterPublic
CALL METHOD cl_xadk_api=>CHECK_PATH_EXTENSION...more details

CLOSEClose Handle (and Archiving Session)Public
CALL METHOD cl_xadk_api=>CLOSE...more details

CLOSE_PARTITIONClose PartitionPublic
CALL METHOD cl_xadk_api=>CLOSE_PARTITION...more details

CONFIRM_DELETIONConfirm Deletion of ResourcesPublic
CALL METHOD cl_xadk_api=>CONFIRM_DELETION...more details

DELETEDelete Resources or CollectionsPublic
CALL METHOD cl_xadk_api=>DELETE...more details

FREEZEFreeze CollectionPublic
CALL METHOD cl_xadk_api=>FREEZE...more details

GETRead Resources from ArchivePublic
CALL METHOD cl_xadk_api=>GET...more details

GET_ACTIVE_SESSIONSPrivate
CALL METHOD cl_xadk_api=>GET_ACTIVE_SESSIONS...more details

GET_CUSTOMIZINGRead Customizing Information of an Archiving ObjectPublic
CALL METHOD cl_xadk_api=>GET_CUSTOMIZING...more details

GIVE_STATISTICSTransfer of Statistics DataPublic
CALL METHOD cl_xadk_api=>GIVE_STATISTICS...more details

HEADExistence Check for Resources or CollectionsPublic
CALL METHOD cl_xadk_api=>HEAD...more details

INFOInformation about the XML DAS and an Archive PathPublic
CALL METHOD cl_xadk_api=>INFO...more details

LISTDisplay Resources ListPublic
CALL METHOD cl_xadk_api=>LIST...more details

MAKE_COLLECTIONCreate CollectionPublic
CALL METHOD cl_xadk_api=>MAKE_COLLECTION...more details

MODIFY_PATHCreation of One or More CollectionsPublic
CALL METHOD cl_xadk_api=>MODIFY_PATH...more details

OPEN_DELETEOpen Delete HandlePublic
CALL METHOD cl_xadk_api=>OPEN_DELETE...more details

OPEN_PARTITIONOpen PartitionPublic
CALL METHOD cl_xadk_api=>OPEN_PARTITION...more details

OPEN_READOpen Read HandlePublic
CALL METHOD cl_xadk_api=>OPEN_READ...more details

OPEN_WRITEOpen Write Handle and Generate Archiving SessionPublic
CALL METHOD cl_xadk_api=>OPEN_WRITE...more details

PACKPack Resources of a CollectionPublic
CALL METHOD cl_xadk_api=>PACK...more details

PACK_STATUSDetermine the Status of the Asynchronous PACK ProcessPublic
CALL METHOD cl_xadk_api=>PACK_STATUS...more details

PICK_PARTITIONMake Resources of a Partition Available for DeletionPublic
CALL METHOD cl_xadk_api=>PICK_PARTITION...more details

PICK_RESOURCESMake Resources Available for DeletionPublic
CALL METHOD cl_xadk_api=>PICK_RESOURCES...more details

PROPERTY_INDEX_CREATECreate Property IndexPublic
CALL METHOD cl_xadk_api=>PROPERTY_INDEX_CREATE...more details

PROPERTY_INDEX_DESCRIBERead Properties of a Property IndexPublic
CALL METHOD cl_xadk_api=>PROPERTY_INDEX_DESCRIBE...more details

PROPERTY_INDEX_DROPDelete Property IndexPublic
CALL METHOD cl_xadk_api=>PROPERTY_INDEX_DROP...more details

PROPERTY_INDEX_GETRead Resource Properties From an IndexPublic
CALL METHOD cl_xadk_api=>PROPERTY_INDEX_GET...more details

PROPERTY_INDEX_INSERTInsert Resource Properties Into an IndexPublic
CALL METHOD cl_xadk_api=>PROPERTY_INDEX_INSERT...more details

PROPERTY_INDEX_LISTList Property Indexes for an Archiving ObjectPublic
CALL METHOD cl_xadk_api=>PROPERTY_INDEX_LIST...more details

PUTWrite Resource Into ArchivePublic
CALL METHOD cl_xadk_api=>PUT...more details

ROLLBACK_PARTITIONSDeletion of Resource During Write in Case of TerminationPublic
CALL METHOD cl_xadk_api=>ROLLBACK_PARTITIONS...more details

SELECTSelect ResourcesPublic
CALL METHOD cl_xadk_api=>SELECT...more details

UNPACKUnpack the Resources of a CollectionPublic
CALL METHOD cl_xadk_api=>UNPACK...more details

VERIFY_INTEGRITYCheck Sum Verification by CollectionPublic
CALL METHOD cl_xadk_api=>VERIFY_INTEGRITY...more details

WRITE_STATISTICSOutput of StatisticsPublic
CALL METHOD cl_xadk_api=>WRITE_STATISTICS...more details

_SYNC_HOME_PATHAdministration: Synchronize HOME PathPublic
CALL METHOD cl_xadk_api=>_SYNC_HOME_PATH...more details



CL_XADK_API 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
BOOLEAN_FALSEInstance AttributeLIKE
Private
BOOLEAN_TRUEInstance AttributeLIKE
Private
DO_NOT_DELETE_ADMINStatic AttributeSingle-Character FlagBOOLEAN_FALSELIKE
CHAR1
Private
ROLLBACK_ACTIVEStatic AttributeSingle-Character IndicatorBOOLEAN_FALSELIKE
CHAR1
Public


Events of Class CL_XADK_API

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... INTERRUPTION_REQUESTED - Interruption Request Was Triggered



CL_XADK_API types

BOOLEAN -
TS_SESSION -
TT_SESSIONS -

Links to Related Class(s)

CL_XADK_...
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!