SRT_UTIL_ADMIN_MAIN 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_UTIL_ADMIN_MAIN 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: Web Service Utilities: Administration
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Remove User, Terminal or Request URI'(003) text_question = q_text IMPORTING answer = answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete rows'(015) text_question = 'Delete selected rows?'(016) start_column = 48 start_row = 10 IMPORTING answer = answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete rows'(015) text_question = 'Delete selected rows?'(016) start_column = 48 start_row = 10 IMPORTING answer = answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete rows'(015) text_question = 'Delete selected rows?'(016) start_column = 48 start_row = 10 IMPORTING answer = answer.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SRT_UTIL' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'SRT_UTIL_CONFIG-CPRO_1' dynpname = sy-dynnr object = '3C' progname = sy-repid suppress_selection_screen = sy-input.
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'SRT_UTIL_CONFIG-CPRO_2' dynpname = sy-dynnr object = '3C' progname = sy-repid suppress_selection_screen = sy-input.
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'SRT_UTIL_CONFIG-CPRO_3' dynpname = sy-dynnr object = '3C' progname = sy-repid suppress_selection_screen = sy-input.
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'SRT_UTIL_CONFIG-SDEF_1' dynpname = sy-dynnr object = '3I' progname = sy-repid suppress_selection_screen = sy-input.
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'SRT_UTIL_CONFIG-SDEF_2' dynpname = sy-dynnr object = '3I' progname = sy-repid suppress_selection_screen = sy-input.
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'SRT_UTIL_CONFIG-SDEF_3' dynpname = sy-dynnr object = '3I' progname = sy-repid suppress_selection_screen = sy-input.
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_UTIL_ADMIN_MAIN - Web Service Utilities: Administration SRT_UTIL_ADMIN_FUNC - Web Service Utilities: Administration SRT_UTIL_ADMIN - Web Service Utilities: Administration SRT_UTIL_ADMIN - Web Service Utilities: Administration SRT_UTIL_ACTIVATED_TRACES - Web Service Utilities: Display Activated Traces SRT_UTIL_ACTIVATED_TRACES - Web Service Utilities: Display Activated Traces