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

PRG_ER_SERVICE_CLASSIFICATION SAP ABAP Report - Classify web services







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


Transaction Code(s):

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

WSCLASS - Web Service Classification


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_SERVICE_CLASSIFICATION. "Basic submit
SUBMIT PRG_ER_SERVICE_CLASSIFICATION AND RETURN. "Return to original report after report execution complete
SUBMIT PRG_ER_SERVICE_CLASSIFICATION 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: 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?


INCLUDES used within this REPORT PRG_ER_SERVICE_CLASSIFICATION

INCLUDE I_ER_CLASSIFICATION_CONSTANTS.
INCLUDE I_ER_CLASSIFICATION_F4TREQUEST.


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:

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.



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