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

SRTCFG_AU_TEST SAP ABAP Report - SRT: Unit Test Web Service Configuration / Runtime







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


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 SRTCFG_AU_TEST. "Basic submit
SUBMIT SRTCFG_AU_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT SRTCFG_AU_TEST 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: 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


INCLUDES used within this REPORT SRTCFG_AU_TEST

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:

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.



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 SRTCFG_AU_TEST or its description.