PRG_ER_SERVICE_CLASSIFICATION 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_SERVICE_CLASSIFICATION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSCLASS - Web Service Classification
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: O_OBJ = Service definition
Selection Text: O_OBJ_I = Service definition
Selection Text: P_FILE = File name
Selection Text: P_REGTRY = Registry
Selection Text: P_TR = Transport Request
Selection Text: REG = Registry
Selection Text: REG1 = Registry
Selection Text: REG_I = Registry
Selection Text: TRQ = Transport Request
Selection Text: TRQ1 = Transport Request
Selection Text: TRQ_I = Transport Request
Title: Classify web services
Text Symbol: 001 = Object
Text Symbol: 002 = Grouped Classifications
Text Symbol: 009 = Prompt for transportable Workbench request
Text Symbol: 015 = Exit Program?
Text Symbol: 016 = Some Service(s) are already classified. Create operation will ignore them. Use Change option if needed. Do you want to continue?
Text Symbol: 017 = Some Service(s) are not yet classified. Change operation will ignore them. Use Create option if needed. Do you want to continue?
Text Symbol: 018 = Changes will be lost. Do you want to cancel processing?
INCLUDE I_ER_CLASSIFICATION_CONSTANTS.
INCLUDE I_ER_CLASSIFICATION_F4TREQUEST.
No SAP DATABASE tables are accessed within this REPORT code!
TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' IMPORTING ev_selected_request = p_tr.
TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' IMPORTING ev_selected_request = trq_i.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.