SRT_TEST_F4_HELP is a standard ABAP INCLUDE 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 SRT_TEST_F4_HELP 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.
Title: Include SRT_TEST_F4_HELP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' "#EC * exporting dyname = sy-repid "'SRT_CHECK_RUNTIME_CONFIG' "#EC NOTEXT dynumb = '1000' " -> selection screen! tables dynpfields = lt_field exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting ddic_structure = pi_struct_name retfield = pi_ret_field_name value_org = 'S' window_title = l_window_title tables value_tab = pi_value_tab return_tab = lt_return exceptions parameter_error = 1 no_values_found = 2 others = 3. "#EC NO_INCOMP
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_TEST_F4_HELP - Include SRT_TEST_F4_HELP SRT_TEST_COCKPIT - WS Runtime Test Cockpit SRT_TEST_COCKPIT - WS Runtime Test Cockpit SRT_TEST_CFG_SERIALIZATION - Test Configuration Serialization SRT_TEST_CFG_SERIALIZATION - Test Configuration Serialization SRT_TEST_CASCADE_STATEFUL - SRT: Cascaded Web Service - Stateful