SAP IF_SR_INBOUND_HELPER_SERVICES OO Class - Services Registry inbound - helper class









IF_SR_INBOUND_HELPER_SERVICES 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_SR_INBOUND_HELPER_SERVICES 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_SR_INBOUND_HELPER_SERVICES 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_IF_NWSD_CLASSIFChecks if the classifications contain a NWSD classificationPublic
CALL METHOD if_sr_inbound_helper_services=>CHECK_IF_NWSD_CLASSIF...more details

CHECK_IF_NWSD_ENABLEDChecks if the setting for nwsd is enabledPublic
CALL METHOD if_sr_inbound_helper_services=>CHECK_IF_NWSD_ENABLED...more details

DELETE_NWSDDelete NWSDPublic
CALL METHOD if_sr_inbound_helper_services=>DELETE_NWSD...more details

DELETE_NWSDS_AND_CLASSIFSDeletes NWSD Services, classifications and classif. valuePublic
CALL METHOD if_sr_inbound_helper_services=>DELETE_NWSDS_AND_CLASSIFS...more details

DELETE_PHYSICAL_SYSTEMSDelete physical systemsPublic
CALL METHOD if_sr_inbound_helper_services=>DELETE_PHYSICAL_SYSTEMS...more details

DELETE_SERVICESDelete services and endpointsPublic
CALL METHOD if_sr_inbound_helper_services=>DELETE_SERVICES...more details

DELETE_SERVICE_DEFINITIONSDelete service definitionsPublic
CALL METHOD if_sr_inbound_helper_services=>DELETE_SERVICE_DEFINITIONS...more details

FILTER_NWSDchecks whether the NWSD are allowed to publishPublic
CALL METHOD if_sr_inbound_helper_services=>FILTER_NWSD...more details

FILTER_SERVICE_DEFINITIONSChecks whether the service definition are allowed to puiblisPublic
CALL METHOD if_sr_inbound_helper_services=>FILTER_SERVICE_DEFINITIONS...more details

FIND_PHYSICAL_SYSTEMSFind physical systemsPublic
CALL METHOD if_sr_inbound_helper_services=>FIND_PHYSICAL_SYSTEMS...more details

FIND_SERVICE_DEFINITIONSFind service definitionsPublic
CALL METHOD if_sr_inbound_helper_services=>FIND_SERVICE_DEFINITIONS...more details

FIND_SERVICE_DEFS_UISimpler method for finding service definitionPublic
CALL METHOD if_sr_inbound_helper_services=>FIND_SERVICE_DEFS_UI...more details

FIND_SERVICE_ENDPOINTSFind service endpointsPublic
CALL METHOD if_sr_inbound_helper_services=>FIND_SERVICE_ENDPOINTS...more details

GET_ALL_CLASS_SYSTEMS_LISTGet Classification Systems tmodel keysPublic
CALL METHOD if_sr_inbound_helper_services=>GET_ALL_CLASS_SYSTEMS_LIST...more details

GET_CLASSIF_SYSTEMS_GTGet classification systems greater than versionPublic
CALL METHOD if_sr_inbound_helper_services=>GET_CLASSIF_SYSTEMS_GT...more details

GET_CLASSIF_SYSTEM_VALUESGet values for classification systemPublic
CALL METHOD if_sr_inbound_helper_services=>GET_CLASSIF_SYSTEM_VALUES...more details

GET_CLASS_SYSTEM_QNAMEGet QName of classification system from it's tmodel keyPublic
CALL METHOD if_sr_inbound_helper_services=>GET_CLASS_SYSTEM_QNAME...more details

GET_CLASS_SYSTEM_TMODEL_KEYGet Classification System tmodel Key from it's QnamePublic
CALL METHOD if_sr_inbound_helper_services=>GET_CLASS_SYSTEM_TMODEL_KEY...more details

GET_CS_ADDITIONAL_META_DATAGet Classification System additional metadataPublic
CALL METHOD if_sr_inbound_helper_services=>GET_CS_ADDITIONAL_META_DATA...more details

GET_NO_IMPLEMENTATION_TEXTGet No implementation Text for not implemented methodsPublic
CALL METHOD if_sr_inbound_helper_services=>GET_NO_IMPLEMENTATION_TEXT...more details

GET_OBJECT_DT_URLget Service definition PortType WSDL urlPublic
CALL METHOD if_sr_inbound_helper_services=>GET_OBJECT_DT_URL...more details

GET_PHYSICAL_SYSTEMSGet physical system detailsPublic
CALL METHOD if_sr_inbound_helper_services=>GET_PHYSICAL_SYSTEMS...more details

GET_SD_BINDING_UDDI_KEYGet Binding UDDI Key for a Service DefintionPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SD_BINDING_UDDI_KEY...more details

GET_SD_CLASSIFICATIONSGet Service ClassificationsPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SD_CLASSIFICATIONS...more details

GET_SD_NAME_FROM_UDDI_KEYGet SD Name from it's UDDI KeyPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SD_NAME_FROM_UDDI_KEY...more details

GET_SD_SERVICE_UDDI_KEYGet Service UDDI Key for a Service DefintionPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SD_SERVICE_UDDI_KEY...more details

GET_SD_UDDI_KEYGet UDDI Key of a SDPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SD_UDDI_KEY...more details

GET_SEP_BY_GUIDGet SEP by guidPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SEP_BY_GUID...more details

GET_SERVICE_DEFINITIONSGet WSD detailsPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SERVICE_DEFINITIONS...more details

GET_SERVICE_ENDPOINTSGet SEP detailsPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SERVICE_ENDPOINTS...more details

GET_SERV_DEF_CONFIG_STATEGet the state of service definitionPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SERV_DEF_CONFIG_STATE...more details

GET_SYSTEMGet existing system object by keyPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SYSTEM...more details

GET_SYSTEM_BY_GUIDGet physical system by guidPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SYSTEM_BY_GUID...more details

GET_SYSTEM_BY_KEYRetrieve physical system data by logical or UDDI keyPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SYSTEM_BY_KEY...more details

GET_SYSTEM_SLDIDGet system SLD IDPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SYSTEM_SLDID...more details

GET_SYSTEM_UDDI_KEYGet physical system uddi keyPublic
CALL METHOD if_sr_inbound_helper_services=>GET_SYSTEM_UDDI_KEY...more details

GET_WSDGet existing WSD object by keyPublic
CALL METHOD if_sr_inbound_helper_services=>GET_WSD...more details

GET_WSD_BY_GUIDGet WSD by guidPublic
CALL METHOD if_sr_inbound_helper_services=>GET_WSD_BY_GUID...more details

PUBLISH_CLASSIFICATION_SYSTEMPublish a classification systemPublic
CALL METHOD if_sr_inbound_helper_services=>PUBLISH_CLASSIFICATION_SYSTEM...more details

PUBLISH_NWSDPublishes non webservice definition with classifs and descrpPublic
CALL METHOD if_sr_inbound_helper_services=>PUBLISH_NWSD...more details

PUBLISH_PHYSICAL_SYSTEMSPublishes a physical system with its classificationsPublic
CALL METHOD if_sr_inbound_helper_services=>PUBLISH_PHYSICAL_SYSTEMS...more details

PUBLISH_SERVICESPublishes services and endpointsPublic
CALL METHOD if_sr_inbound_helper_services=>PUBLISH_SERVICES...more details

PUBLISH_SERVICE_DEFINITIONSPublishes services definitions with classifs and descrsPublic
CALL METHOD if_sr_inbound_helper_services=>PUBLISH_SERVICE_DEFINITIONS...more details




Links to Related Class(s)

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