SAP CL_BS_SOA_IDP_UTIL OO Class - Idempotency util class for Exactly-Once behaviour









CL_BS_SOA_IDP_UTIL 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_BS_SOA_IDP_UTIL 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_BS_SOA_IDP_UTIL 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
ADD_LOG_ITEMAdd message to log itemProtected
CALL METHOD cl_bs_soa_idp_util=>ADD_LOG_ITEM...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_bs_soa_idp_util=>CONSTRUCTOR...more details

CONVERT_UUIDConvert Content of UUID to memory Message GUIDProtected
CALL METHOD cl_bs_soa_idp_util=>CONVERT_UUID...more details

CREATE_RESPONSECreate response messageProtected
CALL METHOD cl_bs_soa_idp_util=>CREATE_RESPONSE...more details

FINALIZE_EOExcatly-once: store response in idempotency frameworkPublic
CALL METHOD cl_bs_soa_idp_util=>FINALIZE_EO...more details

GET_INSTANCEReturn IDP helper instancePublic
CALL METHOD cl_bs_soa_idp_util=>GET_INSTANCE...more details

GET_PATHGet path objectPublic
CALL METHOD cl_bs_soa_idp_util=>GET_PATH...more details

OVERWRITE_PATHOverwrite default pathPublic
CALL METHOD cl_bs_soa_idp_util=>OVERWRITE_PATH...more details

OVERWRITE_WAIT_TIMEOverwrite default wait timePublic
CALL METHOD cl_bs_soa_idp_util=>OVERWRITE_WAIT_TIME...more details

PREPAREExactly-once checkProtected
CALL METHOD cl_bs_soa_idp_util=>PREPARE...more details

PREPARE_EOExactly-once: check, if message already processedPublic
CALL METHOD cl_bs_soa_idp_util=>PREPARE_EO...more details

RAISE_FAULTRaise fault exceptionProtected
CALL METHOD cl_bs_soa_idp_util=>RAISE_FAULT...more details

REFRESH_MEMORYRefresh memoryProtected
CALL METHOD cl_bs_soa_idp_util=>REFRESH_MEMORY...more details

REMOVE_INSTANCERemove instancePublic
CALL METHOD cl_bs_soa_idp_util=>REMOVE_INSTANCE...more details

SET_EXCEPTION_CLASSSet Standard Fault Exception class namePublic
CALL METHOD cl_bs_soa_idp_util=>SET_EXCEPTION_CLASS...more details

THROW_T100_FROM_EXThrow message from T100 exceptionProtected
CALL METHOD cl_bs_soa_idp_util=>THROW_T100_FROM_EX...more details



CL_BS_SOA_IDP_UTIL 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
CO_FLT_CLASSConstantReference type'CX_AI_APPLICATION_FAULT'LIKE
CLASSNAME
Public
CO_IDP_CHECK_RESULTConstantLIKE
Public
GT_INSTANCESStatic AttributeLIKE
TT_INSTANCE
Protected
MO_IDP_HELPERInstance AttributeAPI Interface for Idempotent WS ServiceLIKE
IF_WS_IDP_HELPER
Protected
MO_PATHInstance AttributePath for field access of BDMH and LOGLIKE
CL_BS_SOA_PATH_COMMON
Protected
MV_EXCEPTION_NAMEInstance AttributeObject Type NameLIKE
PRX_R3NAME
Protected
MV_IDP_IS_REQUESTEDInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Protected
MV_MSG_GUIDInstance AttributeUUID in character formLIKE
SYSUUID_C
Protected
MV_MSG_IDInstance AttributeCHAR60 data element for SYSTLIKE
TY_MSG_ID
Protected
MV_WAIT_TIMEInstance AttributeLIKE
TY_WAIT_TIME
Protected




CL_BS_SOA_IDP_UTIL types

TT_INSTANCE -
TT_PATH -
TY_IDP_CHECK_RESULT -
TY_INSTANCE -
TY_MSG_ID -
TY_PATH -
TY_WAIT_TIME -

Links to Related Class(s)

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