MS38SF10 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 MS38SF10 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: Maintain User Groups: Functions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = 'Beenden Benutzergruppenbearbeitung'(700) textline1 = 'Beenden Benutzergruppenbearbeitung'(700) textline2 = 'Benutzergruppe vorher sichern?'(710) importing answer = l_sichern.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = 'Beenden Benutzergruppenbearbeitung'(700) textline1 = 'Beenden Benutzergruppenbearbeitung'(700) textline2 = 'Benutzergruppe vorher sichern?'(710) importing answer = l_sichern.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = 'Beenden Zuordnung'(720) textline1 = 'Beenden Zuordnung'(720) textline2 = 'Zuordnung vorher sichern?'(730) importing answer = l_sichern.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = 'Beenden Zuordnung'(720) textline1 = 'Beenden Zuordnung'(720) textline2 = 'Zuordnung vorher sichern?'(730) importing answer = l_sichern.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = 'Beenden Zuordnung'(720) textline1 = 'Beenden Zuordnung'(720) textline2 = 'Zuordnung vorher sichern?'(730) importing answer = l_sichern.
RSAQ_WORKSPACE_HANDLER call function 'RSAQ_WORKSPACE_HANDLER' changing p_ws = act_workspace.
RSAQ_USERDATA call function 'RSAQ_USERDATA' exporting p_component = 'B' p_read_only = space importing p_userdata = userdata.
RSAQ_CHECK_OBJECT_NAME call function 'RSAQ_CHECK_OBJECT_NAME' exporting workspace = act_workspace object_name = rs38s-bgnum object_type = 'B' exceptions illegal_name = 1 illegal_namespace = 2 others = 3.
RSAQ_CHECK_OBJECT_NAME call function 'RSAQ_CHECK_OBJECT_NAME' exporting workspace = act_workspace object_name = ziel_bg object_type = 'B' exceptions illegal_name = 1 illegal_namespace = 2 others = 3.
RSAQ_COPY_QUERY call function 'RSAQ_COPY_QUERY' exporting workspace = act_workspace usergroup = original_bg sourcename = qucat-qnum targetname = qucat-qnum target_usergroup = ziel_bg exceptions others = 1.
RSAQ_CHECK_OBJECT_NAME call function 'RSAQ_CHECK_OBJECT_NAME' exporting workspace = act_workspace object_name = ziel_bg object_type = 'B' exceptions illegal_name = 1 illegal_namespace = 2 others = 3.
RSAQSUG_SELECT_USERGROUP call function 'RSAQSUG_SELECT_USERGROUP' exporting sug_workspace = act_workspace sug_superuser = 'X' sug_show_only = show_only importing sug_usergroup = rs38s-bgnum.
RSAQSUL_SELECT_FUNC_AREA call function 'RSAQSUL_SELECT_FUNC_AREA' exporting sul_workspace = act_workspace sul_queryname = ' ' sul_transcode = 'SQ03' sul_usergroup = ' ' importing sul_cancel = pf3flag sul_func_area = rs38s-bsclas.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = 'Bearbeitung abbrechen?'(705) titel = 'Beenden Benutzergruppenbearbeitung'(700) importing answer = antwort.
POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting titel = 'Löschen einer Benutzergruppe'(100) defaultoption = 'N' text_before = 'Benutzergruppe'(110) objectvalue = dbbg-num text_after = ' soll gelöscht werden?'(120) importing answer = l_loeschen.
POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting titel = 'Löschen einer Benutzergruppe'(100) defaultoption = 'N' text_before = 'Zur Benutzergruppe'(130) objectvalue = dbbg-num text_after = ' existieren Queries. Queries löschen?'(140)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.