SAP Reports / Programs | Occasional Platform User | Information Worker Foundation Framework | IWF Common Services(OPU-FND-CS) SAP OPU

/IWFND/SUTIL_SERVICE_TEST SAP ABAP Report - SAP NetWeaver Gateway: Service Explorer







/IWFND/SUTIL_SERVICE_TEST 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 /IWFND/SUTIL_SERVICE_TEST 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

/IWFND/SERVICE_TEST - Service Explorer
/IWFND/EXPLORER - Service Explorer


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 /IWFND/SUTIL_SERVICE_TEST. "Basic submit
SUBMIT /IWFND/SUTIL_SERVICE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT /IWFND/SUTIL_SERVICE_TEST 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: S_URI = Request URI
Selection Text: S_NSPACE = Namespace
Selection Text: S_NSERV = External Service Name
Selection Text: P_URI = URI Selection
Selection Text: P_SERV = Service Selection
Selection Text: P_SD_MET = Get Service Metadata
Selection Text: P_SD_DOC = Get Service Document
Selection Text: P_SD_COL = Get Entity Sets
Selection Text: P_SDATA = OData Compatibility Mode (SP2)
Selection Text: P_OD_MET = Get Service Metadata
Selection Text: P_OD_DOC = Get Service Document
Selection Text: P_OD_COL = Get Entity Sets
Selection Text: P_ODATA = OData Standard Mode
Title: SAP NetWeaver Gateway: Service Explorer
Text Symbol: S04 = Scenario
Text Symbol: S03 = URI Information
Text Symbol: S02 = Service Information
Text Symbol: S01 = Service Explorer
Text Symbol: E27 = Compatibility Mode only available with SAP NW Release 7.02
Text Symbol: E26 = Function not available with SAPGUI via ITS
Text Symbol: E20 = No service available for selected namespace
Text Symbol: E19 = No namespace available for selected service
Text Symbol: E03 = Invalid External Service Name
Text Symbol: 052 = Entity Set
Text Symbol: 051 = Line
Text Symbol: 010 = Mark only one entry
Text Symbol: 009 = Mark at least one entry
Text Symbol: 002 = Parameters
Text Symbol: 001 = Execute


INCLUDES used within this REPORT /IWFND/SUTIL_SERVICE_TEST

No INCLUDES are used within this REPORT code!


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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = '/IWFND/EXPLORER' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.

GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' IMPORTING return = mv_its_sapgui.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = title IMPORTING returncode = answer TABLES fields = fields EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = '/IWFND/SH_SERVICE_NAMESPACE' retfield = 'NAMESPACE' value_org = 'S' window_title = 'Service Namespace' TABLES value_tab = lt_dynp_output return_tab = lt_dynp_result EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3. "#EC NOTEXT

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = '/IWFND/SH_SERVICE_NAME' retfield = 'SERVICE_NAME' value_org = 'S' window_title = 'Service Name' TABLES value_tab = lt_dynp_output return_tab = lt_dynp_result EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3. "#EC NOTEXT

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_prog_name dynumb = lv_dynp_num TABLES dynpfields = lt_dynp_field EXCEPTIONS OTHERS = 0.



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 /IWFND/SUTIL_SERVICE_TEST or its description.