SRTG_TEST_GET_PROXY_CLASS 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 SRTG_TEST_GET_PROXY_CLASS 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: ACT = Active
Selection Text: DEFNAME = Name of Definition
Selection Text: EXECVI = Call Web Service
Selection Text: FILENAME = File
Selection Text: NOTACT = Inactive
Selection Text: OPERAT = Operation
Selection Text: SHOWATPL = Display All Transformations
Selection Text: SHOWCL = Display Generated Class
Selection Text: SHOWTPL = Display Transformation
Selection Text: SHOWVI = Display Virtual Interface
Selection Text: TYPE_VI = Virtual Interface
Selection Text: TYPE_WSD = Web Service Definition
Selection Text: USEIE = Use Internet Explorer
Title: Program SRTG_TEST_GET_PROXY_CLASS
Text Symbol: 001 = Browser...
Text Symbol: 002 = Definition
Text Symbol: 005 = Action
Text Symbol: 006 = Version
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_HELP_HANDLING call function 'RS_HELP_HANDLING' exporting dynpfield = 'DEFNAME' dynpname = sy-dynnr object = l_objtype progname = 'SRTG_TEST_GET_PROXY_CLASS' suppress_selection_screen = sy-input.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SRTG_TEST_GET_PROXY_CLASS' dynumb = sy-dynnr tables dynpfields = lt_dynprofields exceptions others = 01.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OPERATION' dynpprog = 'SRTG_TEST_GET_PROXY_CLASS' dynpnr = '1000' dynprofield = 'OPERAT' value_org = 'S' tables value_tab = lt_help exceptions others = 0. "no help available in case of errors
RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' "#EC NOTEXT object_name = l_proxy_class object_type = 'CLAS' * version = exceptions others = 0.
RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' "#EC NOTEXT object_name = l_proxy_tpl object_type = swbm_c_type_xslt_file * version = exceptions others = 0.
RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' "#EC NOTEXT object_name = l_vi object_type = swbm_c_type_virt_interface version = g_version 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.
SRTG_TEST_GET_PROXY_CLASS - Program SRTG_TEST_GET_PROXY_CLASS SRTG_TEST_GET_PROXY_CLASS - Program SRTG_TEST_GET_PROXY_CLASS SRTFT_WSP_MACROS - SRTFTWSPMACROS SRTCFG_AU_TEST - SRT: Unit Test Web Service Configuration / Runtime SRTCFG_AU_TEST - SRT: Unit Test Web Service Configuration / Runtime SRS_PI_STOCK_CALC_TOP - SRSPISTOCKCALCTOP