SPROX_SERVICE_VARIANT 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_VARIANT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SVAR - Entry Point for Service Variants
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_NAME = Name
Selection Text: P_NSPCE = Namespace
Selection Text: P_PRX = Name
Title: Entry Point for Service Variants
Text Symbol: 001 = New
Text Symbol: 002 = Create new proxy by wizard
Text Symbol: 003 = Display
Text Symbol: 004 = Display Proxy
Text Symbol: 005 = Edit
Text Symbol: 006 = Edit Proxy
Text Symbol: BTT = Operation
Text Symbol: IFK = External Key
Text Symbol: R3K = ABAP-Key
Text Symbol: SAE = Specify ABAP or External Key!
Text Symbol: SPT = Specify ABAP type!
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_create text = 'New'(001) info = 'Create new proxy by wizard'(002) importing result = btn1 exceptions others = 0.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_display text = 'Display'(003) info = 'Display Proxy'(004) importing result = btn2 exceptions others = 0.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_change text = 'Edit'(005) info = 'Edit Proxy'(006) importing result = btn3 exceptions others = 0.
VIF_WS_WZD_START_ESI call function 'VIF_WS_WZD_START_ESI' exporting l_wb_request = l_wb_request * im_ifr_id = l_ifr_id importing ex_wb_request = l_todo_request exceptions others = 0.
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_VARIANT - Entry Point for Service Variants SPROX_SERVICE_VARIANT - Entry Point for Service Variants SPROX_SERVICE_INTERFACE_TEST_W - Test Service Interface by WSDL SPROX_SERVICE_INTERFACE_TEST_W - Test Service Interface by WSDL SPROX_SERVICE_INTERFACE_TEST_O - Test Service Consumer SPROX_SERVICE_INTERFACE_TEST_O - Test Service Consumer