SPROX_SERVICE_INTERFACE_TEST_E is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test report to test the mapping of fault message types between ABAP and XML Maps a request (XML data) to the corresponding ABAP data of a given fault message type and back to a response (XML data)...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_E into the relevant SAP transactions such as SE38 or SE80
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: P_CLEAR = Clear Output
Selection Text: P_COPY = Copy Input to Output
Selection Text: P_DEBUG = Call Debugger to change Data
Selection Text: P_DI = D .
Selection Text: P_EXML = Extended XML Handling
Selection Text: P_FG = Enforce stylesheet generation
Selection Text: P_INIT = Initial Input
Selection Text: P_KEEP = Keep Request Data
Selection Text: P_NIL = xsi:nil for nillable Leaf Elm.
Selection Text: P_NILALL = xsi:nil for all Leaf Elements
Selection Text: P_SET = Generate Template Data
Selection Text: P_SVNAME = Service Variant
Selection Text: P_TYPE = Data Type
Selection Text: R3NAME = ABAP Name
Title: Test Fault Message Type
Text Symbol: 001 = Test Object
Text Symbol: 002 = Input
Text Symbol: 003 = Processing
Text Symbol: 004 = Test Fault Message Type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPRX_SI_TEST call function 'SPRX_SI_TEST' exporting si_test = lr_si_test.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SPROX_SERVICE_INTERFACE_TEST_E - Test Fault Message Type SPROX_SERVICE_INTERFACE_TEST_E - Test Fault Message Type SPROX_SERVICE_INTERFACE_TEST_D - Test Proxy Data Type SPROX_SERVICE_INTERFACE_TEST_D - Test Proxy Data Type SPROX_SERVICE_INTERFACE_TEST - Test Service Interface SPROX_SERVICE_INTERFACE_TEST - Test Service Interface