SRT_SR_PUBLICATION_SYNC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SRT_SR_PUBLICATION_SYNC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSPUBLISH - Publish Web services
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_FORCE = Force publication of Services
Selection Text: P_IBC = Publish all IBCs
Selection Text: P_LOC = Publish to local SR first
Selection Text: P_ONLY_C = Publish only configured SD
Selection Text: P_REG = Target Services Registries
Selection Text: P_SEP = Publish all Bindings
Selection Text: P_SR = Forwarding
Selection Text: P_SYS_ID = Source Systems
Selection Text: P_WSD = Publish all Service Definition
Selection Text: P_WSDNAM = Name of SD to publish
Title: Synchronization of Web Service publication in Service Registries
Text Symbol: SR1 = Services Registry
Text Symbol: SYN = Services Registry synchronization process failed
INCLUDE: SRT_WSP_LOG_MACROS,
SRT_WD_GLOBALS.
No SAP DATABASE tables are accessed within this REPORT code!
FB_SRT_WSP_PUBLICATION_PUSH call function 'FB_SRT_WSP_PUBLICATION_PUSH' exporting i_fire_commit = abap_true i_raise_no_exception = abap_false i_registry_ids = lt_reg_tab i_force_publication = p_force i_publish_from_sr = p_sr i_only_configured = p_only_c i_wsd_name = p_wsdnam i_ibc_name = p_ibcnam i_wsd = p_wsd i_ibc = p_ibc i_sep = p_sep i_publish_local = p_loc it_orig_appl_key = lt_sys_tab.
FB_SRT_WSP_PUBLICATION_SYNC call function 'FB_SRT_WSP_PUBLICATION_SYNC' exporting i_fire_commit = abap_true i_raise_no_exception = abap_false i_registry_ids = lt_reg_tab i_force_publication = p_force.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_SR_PUBLICATION_SYNC - Synchronization of Web Service publication in Service Registries SRT_SR_PUBLICATION_SYNC - Synchronization of Web Service publication in Service Registries SRT_SR_CONNECTION_DISTRIBUTION - SR Connection Distribution via connectivity SRT_SR_CONNECTION_DISTRIBUTION - SR Connection Distribution via connectivity SRT_SOAP_TEST_REQUEST_1 - Report SOAP_TEST_REQUEST_1 SRT_SOAP_TEST_REQUEST_1 - Report SOAP_TEST_REQUEST_1