SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | WebServices ABAP Runtime(BC-ESI-WS-ABA-RT) SAP BC

SRT_TEST_USE_CASES SAP ABAP Report - SOAP Runtime: Use Cases







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SRT_TEST_USE_CASES. "Basic submit
SUBMIT SRT_TEST_USE_CASES AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_TEST_USE_CASES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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)





Text Symbol: 202 = Transient Sequence: Create+Use, Success Case (UC 1)
Text Symbol: 203 = Persistent Sequence: Create+Use, Success Case (UC 2)
Text Symbol: 204 = Persistent Sequence: Create+Reuse (Dialog), Success Case (UC 3)
Text Symbol: 205 = Persistent Sequence: Create+Reuse (Update), Success Case (UC 4)
Text Symbol: 206 = Persistent Sequence: Error Case (Transient, Automatic Retry) (UC 5)
Text Symbol: 207 = Persistent Sequence: Error Case (Permanent, Manual Retry) (UC 6)
Text Symbol: 211 = Success Case (UC 7)
Text Symbol: 212 = Error Case (Transient, Automatic Retry) (UC 8)
Text Symbol: 213 = Error Case (Permanent, Manual Retry) (UC 9)
Text Symbol: 214 = Error Case (UC11)
Text Symbol: 222 = Error Case (with Rollback Work on Client Side) (UC15-3)
Text Symbol: 234 = Error Case (with Short Dump on Client Side) (UC15-4)
Text Symbol: 236 = No Tentative Update (UC15-5)
Text Symbol: 244 = Success Case (UC 10)
Text Symbol: 245 = Success Case (UC15)
Text Symbol: 246 = Error Case (UC15-2)
Text Symbol: 247 = Request did not reach server
Text Symbol: 112 = Display in Mass Scenario
Text Symbol: 030 = Request:
Text Symbol: 029 = Passport ID:
Text Symbol: 028 = Sequence ID:
Text Symbol: 027 = Proxy Runtime Exception
Text Symbol: 026 = Application Exception:
Text Symbol: 025 = System Exception:
Text Symbol: 024 = Exception:
Text Symbol: 023 = Error: Could not create proxy
Text Symbol: 022 = Error Case (with Rollback Work on Client Side)
Text Symbol: 021 = Sequence ID
Text Symbol: 020 = Invalid Sequence (Under Construction)
Text Symbol: 019 = Soft
Text Symbol: 015 = Scenario
Text Symbol: 014 = Error Case (System Error)
Text Symbol: 013 = Error Case (Application Error, Permanent, Manual Retry)
Text Symbol: 012 = Error Case (Application Error, Transient, Automatic Retry)
Text Symbol: 011 = Success Case
Text Symbol: 010 = Persistent Sequence: System Error Case (Permanent, Manual Retry)
Text Symbol: 009 = Second Message
Text Symbol: 008 = (One Retry with Error)
Text Symbol: 007 = Persistent Sequence: Error Case (Permanent, Manual Retry)





Text Symbol: 006 = Persistent Sequence: Error Case (Transient, Automatic Retry)
Text Symbol: 005 = Persistent Sequence: Create+Reuse (Update), Success Case
Text Symbol: 004 = Persistent Sequence: Create+Reuse (Dialog), Success Case
Text Symbol: 003 = Persistent Sequence: Create+Use, Success Case
Text Symbol: 002 = Transient Sequence: Create+Use, Success Case
Text Symbol: 001 = Test Cases
Text Symbol: 031 = Response:
Text Symbol: 111 = Number of Scenario Retries
Text Symbol: 110 = Mass Processing
Text Symbol: 109 = Usage of Common Instance Handlers (CIH)
Text Symbol: 103 = ABAP Unit Test
Text Symbol: 102 = Run test case as ABAP unit case
Text Symbol: 101 = 7.10
Text Symbol: 100 = 7.00
Text Symbol: 099 = Proxy Version
Text Symbol: 090 = Configuration
Text Symbol: 049 = Transient Sequence: Create+Use, with Application Exception
Text Symbol: 048 = Transient Sequence: Create+Use, with System Exception
Text Symbol: 047 = Display sequence status?
Text Symbol: 046 = Error Case
Text Symbol: 045 = Success Case
Text Symbol: 044 = Success Case
Text Symbol: 043 = Test Run:
Text Symbol: 042 = Test Run Lasted:
Text Symbol: 041 = Sequence Label
Text Symbol: 040 = Display log?
Text Symbol: 039 = Time Stamp:
Text Symbol: 038 = from:
Text Symbol: 037 = Start Test Run:
Text Symbol: 036 = No Tentative Update
Text Symbol: 035 = End Test Run:
Text Symbol: 034 = Error Case (with Short Dump on Client Side)
Text Symbol: 033 = Reuse Sequence:
Text Symbol: 032 = Received:


INCLUDES used within this REPORT SRT_TEST_USE_CASES

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

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.