SAP IF_SWF_WSP_WSDEF OO Class - Web Service Definitions









IF_SWF_WSP_WSDEF 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 IF_SWF_WSP_WSDEF 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 IF_SWF_WSP_WSDEF 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_ANY_CHANGEDPrivate
CALL METHOD if_swf_wsp_wsdef=>CHECK_ANY_CHANGED...more details

CHECK_IMPORT_SELECTIONPrivate
CALL METHOD if_swf_wsp_wsdef=>CHECK_IMPORT_SELECTION...more details

DELETE_SELECTIONPrivate
CALL METHOD if_swf_wsp_wsdef=>DELETE_SELECTION...more details

GET_DEFINITIONSPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_DEFINITIONS...more details

GET_FIRST_INTERFACEPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_FIRST_INTERFACE...more details

GET_IMPLEMENTATIONPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_IMPLEMENTATION...more details

GET_IMPLEMENTATIONSPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_IMPLEMENTATIONS...more details

GET_INTERFACEPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_INTERFACE...more details

GET_INTERFACESPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_INTERFACES...more details

GET_PORTPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_PORT...more details

GET_PORTSPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_PORTS...more details

GET_PORTTYPESPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_PORTTYPES...more details

GET_SERVICESPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_SERVICES...more details

GET_XSLT_MESSAGESPrivate
CALL METHOD if_swf_wsp_wsdef=>GET_XSLT_MESSAGES...more details

IMPORT_SELECTIONPrivate
CALL METHOD if_swf_wsp_wsdef=>IMPORT_SELECTION...more details

INTERFACE_HAS_OUTPUTPrivate
CALL METHOD if_swf_wsp_wsdef=>INTERFACE_HAS_OUTPUT...more details

IS_EMPTYPrivate
CALL METHOD if_swf_wsp_wsdef=>IS_EMPTY...more details

LOAD_PORTPrivate
CALL METHOD if_swf_wsp_wsdef=>LOAD_PORT...more details

REMOVE_INVALID_DEFINITIONSPrivate
CALL METHOD if_swf_wsp_wsdef=>REMOVE_INVALID_DEFINITIONS...more details

SAVEPrivate
CALL METHOD if_swf_wsp_wsdef=>SAVE...more details

SAVE_PORTPrivate
CALL METHOD if_swf_wsp_wsdef=>SAVE_PORT...more details

SET_CHANGE_MODEPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_CHANGE_MODE...more details

SET_DELETE_SELECTIONPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_DELETE_SELECTION...more details

SET_IMPLEMENTATION_ASYNCPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_IMPLEMENTATION_ASYNC...more details

SET_IMPLEMENTATION_CALLBACKPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_IMPLEMENTATION_CALLBACK...more details

SET_IMPLEMENTATION_SAPNAMEPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_IMPLEMENTATION_SAPNAME...more details

SET_IMPORT_SELECTIONPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_IMPORT_SELECTION...more details

SET_INTERFACE_DIALOGPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_INTERFACE_DIALOG...more details

SET_INTERFACE_SPONAMEPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_INTERFACE_SPONAME...more details

SET_PORT_ADDRESSPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_PORT_ADDRESS...more details

SET_PORT_SAPNAMEPrivate
CALL METHOD if_swf_wsp_wsdef=>SET_PORT_SAPNAME...more details




Events of Class IF_SWF_WSP_WSDEF

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... IMPLEMENTATION_CHANGED -
INTERFACE_CHANGED -
PORT_CHANGED -
PORT_RELOADED -

Links to Related Class(s)

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