UNREGISTER SAP Method Delete the registration record (after sending the conf)









Below is documentation, parameters and attributes of ABAP Method UNREGISTER within SAP class CL_BS_SOA_RSPNSRCVR_MANAGER. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name CL_BS_SOA_RSPNSRCVR_MANAGER into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method UNREGISTER can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method UNREGISTER

.

NameTypeData TypeDescriptionDefault Value
IV_COREL_IDImportingTYPE
BS_SOA_RSPNSRCVR_COREL_ID
Response Receiver Correlation ID
IV_OBJ_TYPEImportingTYPE
/SAPPO/DTE_OBJTYPE
Object Type
IV_REFERENCE_MESSAGE_IDImportingTYPE
BS_SOA_RSPNSRCVR_MSG_ID
Original Message ID of the Sender
IV_SERVICEImportingTYPE
SXI_SERVICE
XI: Service



Exceptions of Method UNREGISTER

CX_BS_SOA_EXCEPTION - Error message occurred

Example ABAP coding


DATA: lv_IV_COREL_ID TYPE BS_SOA_RSPNSRCVR_COREL_ID,
lv_IV_OBJ_TYPE TYPE /SAPPO/DTE_OBJTYPE,
lv_IV_REFERENCE_MESSAGE_ID TYPE BS_SOA_RSPNSRCVR_MSG_ID,
lv_IV_SERVICE TYPE SXI_SERVICE,
lv_other TYPE c.

CALL METHOD CL_BS_SOA_RSPNSRCVR_MANAGER=>UNREGISTER(
EXPORTING
IV_COREL_ID = lv_IV_COREL_ID
IV_OBJ_TYPE = lv_IV_OBJ_TYPE
IV_REFERENCE_MESSAGE_ID = lv_IV_REFERENCE_MESSAGE_ID
IV_SERVICE = lv_IV_SERVICE ).

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!