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 Name | Description | Visability |
| ADD_LOG_ITEM | Add message to log item | Protected |
| CALL METHOD cl_bs_soa_idp_util=>ADD_LOG_ITEM...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_bs_soa_idp_util=>CONSTRUCTOR...more details | ||
| CONVERT_UUID | Convert Content of UUID to memory Message GUID | Protected |
| CALL METHOD cl_bs_soa_idp_util=>CONVERT_UUID...more details | ||
| CREATE_RESPONSE | Create response message | Protected |
| CALL METHOD cl_bs_soa_idp_util=>CREATE_RESPONSE...more details | ||
| FINALIZE_EO | Excatly-once: store response in idempotency framework | Public |
| CALL METHOD cl_bs_soa_idp_util=>FINALIZE_EO...more details | ||
| GET_INSTANCE | Return IDP helper instance | Public |
| CALL METHOD cl_bs_soa_idp_util=>GET_INSTANCE...more details | ||
|
| ||
| GET_PATH | Get path object | Public |
| CALL METHOD cl_bs_soa_idp_util=>GET_PATH...more details | ||
| OVERWRITE_PATH | Overwrite default path | Public |
| CALL METHOD cl_bs_soa_idp_util=>OVERWRITE_PATH...more details | ||
| OVERWRITE_WAIT_TIME | Overwrite default wait time | Public |
| CALL METHOD cl_bs_soa_idp_util=>OVERWRITE_WAIT_TIME...more details | ||
| PREPARE | Exactly-once check | Protected |
| CALL METHOD cl_bs_soa_idp_util=>PREPARE...more details | ||
| PREPARE_EO | Exactly-once: check, if message already processed | Public |
| CALL METHOD cl_bs_soa_idp_util=>PREPARE_EO...more details | ||
| RAISE_FAULT | Raise fault exception | Protected |
| CALL METHOD cl_bs_soa_idp_util=>RAISE_FAULT...more details | ||
| REFRESH_MEMORY | Refresh memory | Protected |
| CALL METHOD cl_bs_soa_idp_util=>REFRESH_MEMORY...more details | ||
| REMOVE_INSTANCE | Remove instance | Public |
| CALL METHOD cl_bs_soa_idp_util=>REMOVE_INSTANCE...more details | ||
| SET_EXCEPTION_CLASS | Set Standard Fault Exception class name | Public |
| CALL METHOD cl_bs_soa_idp_util=>SET_EXCEPTION_CLASS...more details | ||
| THROW_T100_FROM_EX | Throw message from T100 exception | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_FLT_CLASS | Constant | Reference type | 'CX_AI_APPLICATION_FAULT' | LIKE CLASSNAME | Public |
| CO_IDP_CHECK_RESULT | Constant | LIKE | Public | ||
| GT_INSTANCES | Static Attribute | LIKE TT_INSTANCE | Protected | ||
| MO_IDP_HELPER | Instance Attribute | API Interface for Idempotent WS Service | LIKE IF_WS_IDP_HELPER | Protected | |
| MO_PATH | Instance Attribute | Path for field access of BDMH and LOG | LIKE CL_BS_SOA_PATH_COMMON | Protected | |
| MV_EXCEPTION_NAME | Instance Attribute | Object Type Name | LIKE PRX_R3NAME | Protected | |
| MV_IDP_IS_REQUESTED | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Protected | |
| MV_MSG_GUID | Instance Attribute | UUID in character form | LIKE SYSUUID_C | Protected | |
| MV_MSG_ID | Instance Attribute | CHAR60 data element for SYST | LIKE TY_MSG_ID | Protected | |
| MV_WAIT_TIME | Instance Attribute | LIKE 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