SRT_TEST_USE_CASES 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 SRT_TEST_USE_CASES 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_CIHF = text-201
Selection Text: P_CIHG = text-200
Selection Text: P_CKSEQ = text-033
Selection Text: P_COUNT = text-111
Selection Text: P_COUNT2 = text-114
Selection Text: P_LP = Logical Port
Selection Text: P_QOS_BE = QoS = BE (Synchronous)
Selection Text: P_QOS_EO = QoS = EO (Asynchronous)
Selection Text: P_QOS_IO = QoS = EOIO (Asynchronous)
Selection Text: P_SEQID = text-041
Selection Text: P_TUCC = TU&C/C
Selection Text: P_UC1 = text-002
Selection Text: P_UC10 = text-044
Selection Text: P_UC11 = text-014
Selection Text: P_UC15 = text-045
Selection Text: P_UC16 = text-046
Selection Text: SAPGUI = text-113
Selection Text: P_V710 = text-101
Selection Text: P_V700 = text-100
Selection Text: P_UC9 = text-013
Selection Text: P_UC8 = text-012
Selection Text: P_UC7 = text-011
Selection Text: P_UC6 = text-007
Selection Text: P_UC5 = text-006
Selection Text: P_UC4 = text-005
Selection Text: P_UC3 = text-004
Selection Text: P_UC2 = text-003
Selection Text: P_UC1B = text-049
Selection Text: P_UC1A = text-048
Selection Text: P_UC16_4 = text-036
Selection Text: P_UC16_3 = text-034
Selection Text: P_UC16_2 = text-022
Title: SOAP Runtime: Use Cases
Text Symbol: 113 = Display Progress Indicator
Text Symbol: 114 = Number of Method Calls in Scenario
Text Symbol: 199 = Do Not Use CIH
Text Symbol: 200 = Use CIH (Success Case)
Text Symbol: 201 = Use CIH (Error Case)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = perc text = text.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_structure_name = 'SRT_TEST_TIMESTAMP' tables t_outtab = itab.
INSERT_TEST_DATA call function 'INSERT_TEST_DATA' exporting passport_id = passport_id seq_id = ' ' location = 'C' * LFDNR = val_name = 'CLNDCREATE' value = 'OK'.
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 SRT_TEST_USE_CASES or its description.