SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Proxy Generation(BC-DWB-PRX) SAP BC

SPROX_SERVICE_INTERFACE_TEST_W SAP ABAP Report - Test Service Interface by WSDL







SPROX_SERVICE_INTERFACE_TEST_W is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test report for calling a Web Services described by a WSDL...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SPROX_SERVICE_INTERFACE_TEST_W 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 SPROX_SERVICE_INTERFACE_TEST_W. "Basic submit
SUBMIT SPROX_SERVICE_INTERFACE_TEST_W AND RETURN. "Return to original report after report execution complete
SUBMIT SPROX_SERVICE_INTERFACE_TEST_W 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_INIT = Generate Initial Req. Template
Selection Text: P_KEEP = Keep Request Template
Selection Text: P_MSGID = Include Message Id
Selection Text: P_OPER = Operation
Selection Text: P_PORT = Port
Selection Text: P_PORT0 = Port
Selection Text: P_POST = HTTP Post
Selection Text: P_PUT = HTTP Put
Selection Text: P_SACT = SOAPAction
Selection Text: P_SET = Generate Request Template
Selection Text: P_URI = Service URL
Selection Text: P_WSDL = WSDL (File Name or URL)
Selection Text: P_WSDL0 = WSDL (File Name or URL)
Title: Test Service Interface by WSDL
Text Symbol: 001 = Processing
Text Symbol: 002 = Input
Text Symbol: 003 = File name (WSDL)
Text Symbol: 004 = Service Interface Test by WSDL
Text Symbol: 006 = Service


INCLUDES used within this REPORT SPROX_SERVICE_INTERFACE_TEST_W

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:

SPRX_SI_TEST call function 'SPRX_SI_TEST' exporting si_test = lr_si_test.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = lv_prog dynumb = lv_num tables dynpfields = lt_field exceptions others = 1.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'QNAME' tables dfies_tab = field_tab * FIXED_VALUES = exceptions not_found = 1 internal_error = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'NAME' * window_title = title value_org = 'S' tables value_tab = value_tab field_tab = field_tab return_tab = return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.



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