SAP CX_DEST_API OO Class - Exception Class: API Destinations









CX_DEST_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 CX_DEST_API including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CX_DEST_API is CX_STATIC_CHECK

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_T100_MESSAGE

Method list of CX_DEST_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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cx_dest_api=>CONSTRUCTOR...more details

IS_TYPE_NOT_SUPPORTEDPrivate
CALL METHOD cx_dest_api=>IS_TYPE_NOT_SUPPORTED...more details

MODIFY_T100_MESSAGEOverwrite T100 Field with Externally Triggered ErrorsPublic
CALL METHOD cx_dest_api=>MODIFY_T100_MESSAGE...more details



CX_DEST_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
BASXML_CONVERSION_REQ_SM59Instance AttributeLIKE
Private
CATEGORY_FAILURE_PROGInstance AttributeLIKE
Private
CHECK_FAILUREInstance AttributeLIKE
Private
DB_STORE_FAILUREInstance AttributeLIKE
Private
DELETE_FAILURE_UNITS_EXISTENCEInstance AttributeLIKE
Private
DESTINATION_ALREADY_EXISTSInstance AttributeLIKE
Private
DESTINATION_NOT_LOCKEDInstance AttributeLIKE
Private
DESTINATION_UNKNOWNInstance AttributeLIKE
Private
DOUBLE_LOGON_ASSERTION_TICKETInstance AttributeLIKE
Private
DYNDEST_REGISTER_FAILEDInstance AttributeLIKE
Private
DYNDEST_UNREGISTER_FAILEDInstance AttributeLIKE
Private
ENQUEUE_ERRORInstance AttributeLIKE
Private
EXPLICIT_CLIENT_MISSINGInstance AttributeLIKE
Private
EXPLICIT_PASSWORD_MISSINGInstance AttributeLIKE
Private
EXPLICIT_USER_MISSINGInstance AttributeLIKE
Private
FAILURE_ASSERTION_TICKETInstance AttributeLIKE
Private
FAILURE_LB_CONFIGInstance AttributeLIKE
Private
FAILURE_LD_LOGONGUIInstance AttributeLIKE
Private
FAILURE_LD_METHODInstance AttributeLIKE
Private
FAILURE_LD_USERInstance AttributeLIKE
Private
FAILURE_QRFC_SWITCHInstance AttributeLIKE
Private
INTERNAL_ERROR_CLInstance AttributeLIKE
Private
LOCK_FAILURE_CLInstance AttributeLIKE
Private
LOCK_FAILURE_DEPENDENCIESInstance AttributeLIKE
Private
MSGV1Instance AttributeMessage Variable V1LIKE
SYMSGV
Public
MSGV2Instance AttributeMessage Variable V2LIKE
SYMSGV
Public
MSGV3Instance AttributeMessage Variable V3LIKE
SYMSGV
Public
MSGV4Instance AttributeMessage Variable V4LIKE
SYMSGV
Public
NO_AUTHORITYInstance AttributeLIKE
Private
PROXYPWD_FAILURE_INITIAL_USERInstance AttributeLIKE
Private
PWD_FAILURE_AUTH_CHANGEInstance AttributeLIKE
Private
PWD_FAILURE_INITIAL_USERInstance AttributeLIKE
Private
PWD_FAILURE_LENGTHInstance AttributeLIKE
Private
PWD_FAILURE_LOGON_CHANGEInstance AttributeLIKE
Private
PWD_FAILURE_PROXY_CHANGEInstance AttributeLIKE
Private
PWD_FAILURE_REFERENCE_CHANGEInstance AttributeLIKE
Private
PWD_FAILURE_TARGET_CHANGEInstance AttributeLIKE
Private
PWD_UTILITY_FAILUREInstance AttributeLIKE
Private
SNC_STORE_FAILUREInstance AttributeLIKE
Private
TYPE_BGRFC_NOT_SUPPORTEDInstance AttributeLIKE
Private
TYPE_NOT_SUPPORTEDInstance AttributeLIKE
Private
TYPE_UNKNOWNInstance AttributeLIKE
Private
VALUE_FAILURE_ARCFMETHODInstance AttributeLIKE
Private
VALUE_FAILURE_ARFCCYCLEInstance AttributeLIKE
Private
VALUE_FAILURE_BASXML_ACTIVEInstance AttributeLIKE
Private
VALUE_FAILURE_BGInstance AttributeLIKE
Private
VALUE_FAILURE_CATEGORYInstance AttributeLIKE
Private
VALUE_FAILURE_CONVMODEInstance AttributeLIKE
Private
VALUE_FAILURE_CTInstance AttributeLIKE
Private
VALUE_FAILURE_EXPORTTRACEInstance AttributeLIKE
Private
VALUE_FAILURE_FLAGInstance AttributeLIKE
Private
VALUE_FAILURE_HTInstance AttributeLIKE
Private
VALUE_FAILURE_HTTP_COMPRESSInstance AttributeLIKE
Private
VALUE_FAILURE_HTTP_COMPRESS_RInstance AttributeLIKE
Private
VALUE_FAILURE_HTTP_COOKIESInstance AttributeLIKE
Private
VALUE_FAILURE_HTTP_METHODInstance AttributeLIKE
Private
VALUE_FAILURE_HTTP_OPT1Instance AttributeLIKE
Private
VALUE_FAILURE_HTTP_VERSIONInstance AttributeLIKE
Private
VALUE_FAILURE_KTInstance AttributeLIKE
Private
VALUE_FAILURE_NAMEInstance AttributeLIKE
Private
VALUE_FAILURE_QRFCVERSIONInstance AttributeLIKE
Private
VALUE_FAILURE_REFERENCEInstance AttributeLIKE
Private
VALUE_FAILURE_REFTYPEInstance AttributeLIKE
Private
VALUE_FAILURE_SSL_APPLICATIONInstance AttributeLIKE
Private
VALUE_FAILURE_SSO_TICKETInstance AttributeLIKE
Private
VALUE_FAILURE_STARTTYPEInstance AttributeLIKE
Private
VALUE_FAILURE_TCPIPMETHODInstance AttributeLIKE
Private
VALUE_FAILURE_UNICODEBYTESInstance AttributeLIKE
Private
VAR_IS_TYPE_NOT_SUPPORTEDInstance AttributeLIKE
Private


Links to Related Class(s)

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