SAP IF_SRT_WSP_SUBJECT_INTERFACE OO Class - WSP Subject Interface









IF_SRT_WSP_SUBJECT_INTERFACE 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_SUBJECT_INTERFACE 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_SUBJECT_INTERFACE 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_CONFIG_VALUEAdds Single Configuration ValuePublic
CALL METHOD if_srt_wsp_subject_interface=>ADD_CONFIG_VALUE...more details

CHECKChecks the subject nodePublic
CALL METHOD if_srt_wsp_subject_interface=>CHECK...more details

CREATE_OPERATIONCreates New OperationPublic
CALL METHOD if_srt_wsp_subject_interface=>CREATE_OPERATION...more details

CREATE_PROPERTY_LISTCreates, Adds, and Returns New Property ListPublic
CALL METHOD if_srt_wsp_subject_interface=>CREATE_PROPERTY_LIST...more details

CREATE_SERVICECreates New ServicePublic
CALL METHOD if_srt_wsp_subject_interface=>CREATE_SERVICE...more details

DELETE_ALL_CONFIG_VALUESDeletes All Configuration ValuesPublic
CALL METHOD if_srt_wsp_subject_interface=>DELETE_ALL_CONFIG_VALUES...more details

DELETE_ALL_PROPERTY_LISTSDeletes All Property ListsPublic
CALL METHOD if_srt_wsp_subject_interface=>DELETE_ALL_PROPERTY_LISTS...more details

DELETE_CONFIG_VALUE_BY_NAMEDeletes All Configuration Values for Given NamePublic
CALL METHOD if_srt_wsp_subject_interface=>DELETE_CONFIG_VALUE_BY_NAME...more details

DELETE_OPERATIONDeletes the specified operationPublic
CALL METHOD if_srt_wsp_subject_interface=>DELETE_OPERATION...more details

DELETE_PROPERTY_LISTDeletes Given Property ListPublic
CALL METHOD if_srt_wsp_subject_interface=>DELETE_PROPERTY_LIST...more details

DELETE_SERVICEDeletes the specified servicePublic
CALL METHOD if_srt_wsp_subject_interface=>DELETE_SERVICE...more details

GET_CONFIG_VALUESReturns All Configuration ValuesPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_CONFIG_VALUES...more details

GET_CONFIG_VALUES_BY_NAMEReturns All Configuration Values for Given NamePublic
CALL METHOD if_srt_wsp_subject_interface=>GET_CONFIG_VALUES_BY_NAME...more details

GET_EFFECTIVE_PROPERTIESReturns Effective Properties Separated in Property ListsPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_EFFECTIVE_PROPERTIES...more details

GET_OPERATIONSReturns All OperationsPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_OPERATIONS...more details

GET_OPERATION_BY_NAMEReturns Specified OperationPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_OPERATION_BY_NAME...more details

GET_PROPERTY_LISTSReturns Property ListsPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_PROPERTY_LISTS...more details

GET_SELECTED_PROPERTY_LISTReturns the selected property listPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_SELECTED_PROPERTY_LIST...more details

GET_SERVICESReturns All ServicesPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_SERVICES...more details

GET_SERVICE_BY_NAMEReturns Specified ServicePublic
CALL METHOD if_srt_wsp_subject_interface=>GET_SERVICE_BY_NAME...more details

GET_WEIGHTGet Weight of PropertiesPublic
CALL METHOD if_srt_wsp_subject_interface=>GET_WEIGHT...more details

SERIALIZESerializes Node into Given FormatPublic
CALL METHOD if_srt_wsp_subject_interface=>SERIALIZE...more details

SET_CONFIG_VALUESSets All Configuration ValuesPublic
CALL METHOD if_srt_wsp_subject_interface=>SET_CONFIG_VALUES...more details

SET_STATESets the subject statePublic
CALL METHOD if_srt_wsp_subject_interface=>SET_STATE...more details

TERMINATETerminates the subjectPublic
CALL METHOD if_srt_wsp_subject_interface=>TERMINATE...more details



IF_SRT_WSP_SUBJECT_INTERFACE 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
CONNECTIVITY_TYPEInstance AttributeSRT Connectivity TypeLIKE
SRT_WSP_CONNECTIVITY_TYPE
Public
DISPLAY_NAMEInstance AttributeWSP Subject Display NameLIKE
SRT_WSP_DISPLAY_NAME
Public
DISPLAY_TYPEInstance AttributeWSP Subject Display TypeLIKE
STRING
Public
IDInstance AttributeWSP Subject IDLIKE
I
Public
NAMEInstance AttributeWSP Subject NameLIKE
QNAME
Public
READ_ONLYInstance AttributeRead Only = 'X'; Read/Write = ''LIKE
BOOLEAN
Public
STATEInstance AttributeWSP Subject StateLIKE
SRT_WSP_SUBJECT_STATE
Public
TERMINATEDInstance AttributeTerminated = 'X'; Not Terminated = ' 'LIKE
BOOLEAN
Public
TYPEInstance AttributeWSP Subject TypeLIKE
SRT_WSP_SUBJECT_TYPE
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!