SAP CLTOPS_SE_BASE_OUTBOUNDTEST OO Class - Base-class for testing processing async. Out-Services









CLTOPS_SE_BASE_OUTBOUNDTEST 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 CLTOPS_SE_BASE_OUTBOUNDTEST 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 CLTOPS_SE_BASE_OUTBOUNDTEST 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
CHECK_CLIENT_ROLEChecks if the system is productiveProtected
CALL METHOD cltops_se_base_outboundtest=>CHECK_CLIENT_ROLE...more details

CHECK_RESULTChecks if the outbound-message have been sent to ESRPublic
CALL METHOD cltops_se_base_outboundtest=>CHECK_RESULT...more details

CONSTRUCTORInstantiation only possible if system is not productive!Public
CALL METHOD cltops_se_base_outboundtest=>CONSTRUCTOR...more details

DISPLAY_MESSAGESDisplays messages in UIPublic
CALL METHOD cltops_se_base_outboundtest=>DISPLAY_MESSAGES...more details

GET_MESSAGE_IDReturn MessageID to calling applicationPublic
CALL METHOD cltops_se_base_outboundtest=>GET_MESSAGE_ID...more details



CLTOPS_SE_BASE_OUTBOUNDTEST 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
CC_MESSAGE_BOX_TITLEInstance AttributeTitle for message boxLIKE
STRING
Protected
CC_TEST_STATUS_CORRUPTEDConstantTestdata corrupted4LIKE
I
Public
CC_TEST_STATUS_FAILConstantTest failed2LIKE
I
Public
CC_TEST_STATUS_RUNConstantTest still running3LIKE
I
Public
CC_TEST_STATUS_SUCCConstantTest successful1LIKE
I
Public
CT_MESSAGESInstance AttributeMessage tableLIKE
BAPIRETTAB
Protected
CT_MESSAGE_STATUS_TYPEInstance AttributeHelp-table with all known messages statusLIKE
CTY_ST_MSG_STATUS_TYPE
Protected
CV_XML_MESSAGE_IDInstance AttributeMessageID of send messageLIKE
SXMSMGUID
Protected




CLTOPS_SE_BASE_OUTBOUNDTEST types

CTY_ST_MSG_STATUS_TYPE -
CTY_S_MSG_STATUS_TYPE -

Links to Related Class(s)

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