SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | Web Service and SOAP - ABAP(BC-ESI-WS-ABA) SAP BC

PRG_ER_SERVICES_PUBLICATION SAP ABAP Report - Publish web services







PRG_ER_SERVICES_PUBLICATION 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 PRG_ER_SERVICES_PUBLICATION into the relevant SAP transactions such as SE38 or SE80


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 PRG_ER_SERVICES_PUBLICATION. "Basic submit
SUBMIT PRG_ER_SERVICES_PUBLICATION AND RETURN. "Return to original report after report execution complete
SUBMIT PRG_ER_SERVICES_PUBLICATION 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: SD_PUBL = Service definition only
Selection Text: SDE_PUBL = Service definition & endpoints
Selection Text: P_SYSTEM = Publish System Information
Selection Text: P_REGTRY = Services Registry
Selection Text: P_HIDE = Hide invalid endpoints in SR
Selection Text: P_FORCE = Force publication of Services
Selection Text: P_CACHE = Regenerate SR Metadata cache
Selection Text: O_OBJ = Service names
Selection Text: CL_SERV = Classified services
Selection Text: ALL_SERV = All services
Title: Publish web services
Text Symbol: 101 = Publication options
Text Symbol: 015 = Technical problem occurred; no further actions possible
Text Symbol: 014 = SR Metadata Cache
Text Symbol: 013 = Yes
Text Symbol: 012 = No
Text Symbol: 011 = Namespace :
Text Symbol: 010 = Port type name :
Text Symbol: 009 = This action will hide all the Services & their endpoints in Service Registry belonging to this system. Do you want to continue?
Text Symbol: 007 = Hide System in SR
Text Symbol: 006 = Publication restrictions (customising)
Text Symbol: 005 = Republication
Text Symbol: 004 = Publish information
Text Symbol: 003 = Services Registry
Text Symbol: 002 = Search scope
Text Symbol: 001 = Object name


INCLUDES used within this REPORT PRG_ER_SERVICES_PUBLICATION

INCLUDE I_ER_CLASSIFICATION_CONSTANTS.
INCLUDE SRT_WSP_LOG_MACROS.


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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-007 text_question = text-009 text_button_1 = text-013 text_button_2 = text-012 default_button = '2' display_cancel_button = 'X' importing answer = l_answer exceptions text_not_found = 1 others = 2.



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 PRG_ER_SERVICES_PUBLICATION or its description.