MS38AF11 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 MS38AF11 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.
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 = 'Beenden der Query-Bearbeitung'(700) DIAGNOSE_OBJECT = 'BC_SRV_QUE_TXT_BEENDEN_QUERY' TEXT_QUESTION = 'Query vorher sichern?'(710) DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = 'X' * POPUP_TYPE = IMPORTING ANSWER = sichern.
RSAQ_EXIST_CHECK_INFOSET call function 'RSAQ_EXIST_CHECK_INFOSET' exporting i_wspace = act_workspace i_infoset = '?' exceptions others = 1.
RSAQ_RESET_INFOSET_BUFFER * call function 'RSAQ_RESET_INFOSET_BUFFER'.
RSAQ_DELETE_QUERY_REPORT call function 'RSAQ_DELETE_QUERY_REPORT' exporting reportname = act_repid.
RSAQ_DELETE_QUERY_REPORT call function 'RSAQ_DELETE_QUERY_REPORT' exporting reportname = report.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Löschen einer Statistik'(210) * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = 'Statistik löschen?'(211) DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = 'X' * POPUP_TYPE = IMPORTING ANSWER = lsel.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Löschen einer Rangliste'(220) * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = 'Rangliste löschen?'(221) DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = 'X' * POPUP_TYPE = IMPORTING ANSWER = lsel.
RSAQ_GLOBAL_DATA call function 'RSAQ_GLOBAL_DATA' IMPORTING P_GLOBAL_DATA = l_global_data EXCEPTIONS OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Rückkehr zum Einstiegsbild'(720) DIAGNOSE_OBJECT = 'BC_SRV_QUE_TXT_AENDERUNG_GV' TEXT_QUESTION = 'Query vorher sichern?'(710) * DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = 'X' * POPUP_TYPE = 'ICON_MESSAGE_WARNING' IMPORTING ANSWER = sichern.
RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = act_workspace usergroup = rs38r-prefx query = rs38r-qnum importing reportname = old_reportname.
RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = act_workspace usergroup = qukey-prefx query = rs38r-cqnum importing reportname = headqu-repid.
RSAQ_COPY_QUERY_REPORT call function 'RSAQ_COPY_QUERY_REPORT' exporting reportname = oldrep new_reportname = newrep exceptions others = 1.
RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = act_workspace usergroup = rs38r-prefx query = rs38r-qnum importing reportname = old_reportname.
RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = act_workspace usergroup = qukey-prefx query = rs38r-cqnum importing reportname = headqu-repid.
RSAQ_COPY_QUERY_REPORT call function 'RSAQ_COPY_QUERY_REPORT' exporting reportname = oldrep new_reportname = newrep exceptions others = 1.
RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = act_workspace usergroup = qukey-prefx query = qname importing reportname = headqu-repid.
RFC_IS_GUI_ON call function 'RFC_IS_GUI_ON' exporting login_check = space importing on = l_on.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Query nicht aktuell'(800) DIAGNOSE_OBJECT = 'BC_SRV_QUE_TXT_DIFF_Q_I' TEXT_QUESTION = 'Bearbeitung fortsetzen?'(802) DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = 'X' * POPUP_TYPE = 'ICON_MESSAGE_WARNING' IMPORTING ANSWER = fortsetzen.
call function 'RSAQ_REPORT_NAME' exporting workspace = act_workspace usergroup = bgruppe query = query importing reportname = repid.
RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = i_workspace usergroup = i_usergroup query = i_query importing reportname = reportname.
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 MS38AF11 or its description.