SAP Reports / Programs

SRT_SR_PUBLICATION_SYNC SAP ABAP Report - Synchronization of Web Service publication in Service Registries







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSPUBLISH - Publish Web services


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SRT_SR_PUBLICATION_SYNC. "Basic submit
SUBMIT SRT_SR_PUBLICATION_SYNC AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_SR_PUBLICATION_SYNC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SRT_SR_PUBLICATION_SYNC

INCLUDE: SRT_WSP_LOG_MACROS,
SRT_WD_GLOBALS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SRT_SR_PUBLICATION_SYNC or its description.