SRTCFG_AU_TEST 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 SRTCFG_AU_TEST 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: TRACE = Enable trace
Selection Text: SUBJECT = Subject
Selection Text: SEND = Sender
Selection Text: RECI = eMail Recipient
Selection Text: HTML = Result as HTML
Selection Text: EXCEL = Result as Excel
Selection Text: AU_PRG = Program
Selection Text: AU_FPO = Function Pool
Selection Text: AU_CLS = Class
Selection Text: AUTH = Notify Person Responsible
Title: SRT: Unit Test Web Service Configuration / Runtime
Text Symbol: 040 = Trace
Text Symbol: 035 = Warnings in SRT CFG/RT Unit tests in
Text Symbol: 034 = Warning
Text Symbol: 033 = Suceeded
Text Symbol: 032 = Unit tests in
Text Symbol: 031 = Failed
Text Symbol: 030 = Finished test of class
Text Symbol: 029 = Started test of class
Text Symbol: 028 = Finished test of method
Text Symbol: 027 = Started test of method
Text Symbol: 026 = Finished test of program
Text Symbol: 025 = Started test of program
Text Symbol: 024 = Task
Text Symbol: 023 = This is an automatic generated notification of the result of the SRT CFG/RT unit tests. Please do not reply.
Text Symbol: 022 = Message not sent
Text Symbol: 021 = Suceeded SRT CFG/RT Unit tests in
Text Symbol: 020 = Failed SRT CFG/RT Unit tests in
Text Symbol: 016 = Trace on
Text Symbol: 015 = Tested with success
Text Symbol: 014 = Unit test
Text Symbol: 013 = Result
Text Symbol: 012 = ABAP Unit Tests
Text Symbol: 011 = E-Mail Recipient List
Text Symbol: 010 = E-Mail Sender
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SEO_CLASS_EXISTENCE_CHECK call function 'SEO_CLASS_EXISTENCE_CHECK' exporting clskey = ls_class importing not_active = lv_not_active exceptions not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 others = 6.
RS_FUNCTION_POOL_EXISTS call function 'RS_FUNCTION_POOL_EXISTS' exporting function_pool = lv_pool exceptions pool_not_exists = 1 others = 2.
TR_CHECK_EXIST call function 'TR_CHECK_EXIST' exporting iv_pgmid = 'R3TR' iv_object = 'PROG' iv_obj_name = l_progname importing e_exist = l_exists exceptions tr_no_check_function = 1 others = 2.
SCP_GET_HTTP_NAME call function 'SCP_GET_HTTP_NAME' exporting sap_codepage = lv_codepage importing name = lv_charset exceptions name_unknown = 1 invalid_codepage = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.