SAP Reports / Programs

SPROX_SERVICE_INTERFACE_TEST SAP ABAP Report - Test Service Interface







SPROX_SERVICE_INTERFACE_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 SPROX_SERVICE_INTERFACE_TEST 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. "Basic submit
SUBMIT SPROX_SERVICE_INTERFACE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT SPROX_SERVICE_INTERFACE_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: R3NAME = D .
Selection Text: P_O_METH = Method Name
Selection Text: P_O_LPT = D .
Selection Text: P_O_GTPL = Generate template data
Selection Text: P_O_FG = Enforce stylesheet generation
Selection Text: P_O_EXML = Extended XML handling
Selection Text: P_O_CLAS = D .
Selection Text: P_OFFSET = Byte Offset
Selection Text: P_I_NCTC = Don't catch application faults
Selection Text: P_I_METH = Method Name
Selection Text: P_I_INTF = Interface Name
Selection Text: P_I_GTPL = Generate template data
Selection Text: P_I_FG = Enforce stylesheet generation
Selection Text: METHOD = Method Name
Title: Test Service Interface
Text Symbol: 013 = &1, Byte-Offset in XML: &2, ST: &3, Line: &4
Text Symbol: 012 = No syntax error found
Text Symbol: 011 = XML is invalid
Text Symbol: 010 = Empty result
Text Symbol: 009 = Call successful
Text Symbol: 008 = Call failed
Text Symbol: 007 = Response
Text Symbol: 006 = Change
Text Symbol: 005 = Request
Text Symbol: 004 = Display
Text Symbol: 003 = Error handling
Text Symbol: 002 = Input
Text Symbol: 001 = Interface


INCLUDES used within this REPORT SPROX_SERVICE_INTERFACE_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:

SDIXML_XML_TO_DOM call function 'SDIXML_XML_TO_DOM' exporting xml = lv_payload * SIZE = * IS_NORMALIZING = 'X' * IMPORTING * DOCUMENT = exceptions invalid_input = 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 SPROX_SERVICE_INTERFACE_TEST or its description.