SAP IF_SRT_WSP_ASSIGN_XI_XI OO Class - Assignment of Profiles to XI Configuration









IF_SRT_WSP_ASSIGN_XI_XI 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_SRT_WSP_ASSIGN_XI_XI 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_SRT_WSP_ASSIGN_XI_XI 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
ACTIVATEActivates Assignment and All RT ConfigurationsPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>ACTIVATE...more details

ASSIGN_CLIENTCreate WS Outbound ConfigurationPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>ASSIGN_CLIENT...more details

ASSIGN_CLIENT_XIPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>ASSIGN_CLIENT_XI...more details

ASSIGN_IS_CLIENTCreates Integration Outbound ConfigurationPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>ASSIGN_IS_CLIENT...more details

ASSIGN_IS_SERVERCreates Inbound Web Service on Integration ServerPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>ASSIGN_IS_SERVER...more details

ASSIGN_SERVERCreate WS Inbound ConfigurationPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>ASSIGN_SERVER...more details

CHECKChecks ConsistencyPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>CHECK...more details

CHECK_SPECIFIEDChecks Specified Values for Successful AssignmentPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>CHECK_SPECIFIED...more details

DEACTIVATEDeactivates Assignment and All RT ConfigurationsPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>DEACTIVATE...more details

DELETEDeletes Assignment and Corresponding RT ConfigurationsPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>DELETE...more details

EXISTS_PENDING_TASKChecks Existence of Pending ConfigurationsPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>EXISTS_PENDING_TASK...more details

GET_CONFIGSGet All Configurations of AssignmentPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>GET_CONFIGS...more details

GET_GENERIC_CONFIGSGets Generic ConfigurationsPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>GET_GENERIC_CONFIGS...more details

GET_PROFILE_INFOGets Profile InformationPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>GET_PROFILE_INFO...more details

GET_XI_INFOGets XI Information for Specified ConfigurationPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>GET_XI_INFO...more details

LIST_ASSIGNDisplays All AssignmentsPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>LIST_ASSIGN...more details

PROFILE_CHANGEDProfile changedPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>PROFILE_CHANGED...more details

REMOVE_ASSIGNDelete AssignmentPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>REMOVE_ASSIGN...more details

SAVESave Assignment and All RT ConfigurationsPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>SAVE...more details

SET_DESCRIPTIONSets Description Text for Assignment ObjectPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>SET_DESCRIPTION...more details

SET_EDIT_MODESets Edit Mode (Inclusive Lock)Public
CALL METHOD if_srt_wsp_assign_xi_xi=>SET_EDIT_MODE...more details

TERMINATEInvalidate Runtime Object, Release All ResourcesPublic
CALL METHOD if_srt_wsp_assign_xi_xi=>TERMINATE...more details



IF_SRT_WSP_ASSIGN_XI_XI 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
MC_INT_SERVER_IIF_NAMEConstantName IIF on Integration Server'unknown_name'LIKE
STRING
Public
MC_INT_SERVER_IIF_NAMESPACEConstantNamespace IIF on Integration Server'unknown_namespace'LIKE
STRING
Public


Links to Related Class(s)

IF_SRT_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!