SAP Reports / Programs | Basis Components | Security(BC-SEC) SAP BC

MSM19F01 SAP ABAP INCLUDE - documentation and ABAP source code







MSM19F01 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 MSM19F01 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 MSM19F01. "Basic submit
SUBMIT MSM19F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSM19F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MSM19F01

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:

RSAU_GET_AUDIT_CONFIG CALL FUNCTION 'RSAU_GET_AUDIT_CONFIG' IMPORTING version = version position = position enable = enable slotcount = selslotcount maxfilesize = maxfilesize date = datum curfilesize = curfilsize curfilenum = filenumber sizeoffile = filemax filestatus = fstatus e_excp_text = excp_text TABLES slotinfo = slotinfo EXCEPTIONS no_authority = 1 shm_access_error = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = status_text.

RSAU_GET_AUDIT_CONFIG CALL FUNCTION 'RSAU_GET_AUDIT_CONFIG' DESTINATION dest IMPORTING version = version position = position enable = enable slotcount = selslotcount maxfilesize = maxfilesize date = datum curfilsize = curfilsize curfilenum = filenumber sizeoffile = filemax filestatus = fstatus e_excp_text = excp_text TABLES slotinfo = slotinfo EXCEPTIONS no_authority = 1 shm_access_error = 2 communication_failure = 3 system_failure = 4.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' EXPORTING enable = enable EXCEPTIONS no_authority = 1 shm_access_error = 2.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' EXPORTING enable = enable TABLES slotinfo = slotinfo EXCEPTIONS no_authority = 1 shm_access_error = 2.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' DESTINATION dest EXPORTING enable = enable EXCEPTIONS no_authority = 1 shm_access_error = 2 system_failure = 3 MESSAGE last_rfc_mess communication_failure = 4 MESSAGE last_rfc_mess.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' DESTINATION dest EXPORTING enable = enable TABLES slotinfo = slotinfo EXCEPTIONS no_authority = 1 shm_access_error = 2 system_failure = 3 MESSAGE last_rfc_mess communication_failure = 4 MESSAGE last_rfc_mess.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage_done text = progress_text.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' EXPORTING enable = enable EXCEPTIONS no_authority = 1 shm_access_error = 2.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' TABLES slotinfo = slotinfo EXCEPTIONS no_authority = 1 shm_access_error = 2.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' DESTINATION dest EXPORTING enable = enable EXCEPTIONS no_authority = 1 shm_access_error = 2 system_failure = 3 MESSAGE last_rfc_mess communication_failure = 4 MESSAGE last_rfc_mess.

RSAU_UPD_AUDIT_CONFIG CALL FUNCTION 'RSAU_UPD_AUDIT_CONFIG' DESTINATION dest TABLES slotinfo = slotinfo EXCEPTIONS no_authority = 1 shm_access_error = 2 system_failure = 3 MESSAGE last_rfc_mess communication_failure = 4 MESSAGE last_rfc_mess.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Sicherheitsabfrage '(005) * DIAGNOSE_OBJECT = ' ' text_question = question text_button_1 = 'Ja '(002) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein '(003) * ICON_BUTTON_2 = ' ' default_button = no display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

RFC_GET_LOCAL_DESTINATIONS CALL FUNCTION 'RFC_GET_LOCAL_DESTINATIONS' EXPORTING consistency_check = space TABLES localdest = all_dests EXCEPTIONS not_available = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = 'Außergewöhnlicher Fehler'(013) * START_COLUMN = 10 * START_ROW = 3 text_object = error_msg * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS text_not_found = 1 OTHERS = 2.

RSAU_SHOW_SAPPARAM CALL FUNCTION 'RSAU_SHOW_SAPPARAM' EXPORTING instname = local_instance * remote = .

RSAU_SHOW_SAPPARAM CALL FUNCTION 'RSAU_SHOW_SAPPARAM' EXPORTING instname = instance remote = 'X'.

ENQUEUE_E_TABLE





CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'RSAUPROF' varkey = space EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ_mode = '3' " Nice output processing displ = 'X' " Display only id = 'DT' " text within dialog langu = sy-langu object = 'RSAU_INFO_TEXT_PROF' typ = 'E'. " Docu type: user

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ_mode = '3' " Nice output processing displ = 'X' " Display only id = 'DT' " text within dialog langu = sy-langu object = 'RSAU_INFO_TEXT_ADMIN' typ = 'E'. " Docu type: user

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = gt_fieldcat[] TABLES t_outtab = rfc_error_list.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = 'Auswahlliste Audit Nachrichten'(061) * I_SELECTION = 'X' * I_ZEBRA = ' ' i_screen_start_column = 10 i_screen_start_line = 1 i_screen_end_column = 110 i_screen_end_line = 23 i_checkbox_fieldname = 'SELREC' * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'GT_OUTTAB' * I_STRUCTURE_NAME = 'RSAUMSG' it_fieldcat = gt_fieldcat[] it_excluding = gt_excluding[] * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = IMPORTING es_selfield = gs_selfield e_exit = g_exit TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_name text = ' ' info = icon_info add_stdinf = 'X' IMPORTING result = ls_outtab-enable "STATUS_ICON EXCEPTIONS OTHERS = 0.

POPUP_GET_VALUES_USER_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_USER_CHECKED' EXPORTING popup_title = popup_title programname = c_repid formname = 'CALLBACK_NEW_PROFILE' IMPORTING returncode = returncode TABLES fields = t_fields.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ_mode = '3' " Nice output processing displ = 'X' " Display only id = 'SL' " Docu class System-Log langu = sy-langu object = object " object key typ = 'E'. " Docu type: user

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = program * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_callback_top_of_page = 'PRINT_CONFIG_TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_excluding = gt_excluding[] * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 10 i_screen_start_line = 1 i_screen_end_column = 110 i_screen_end_line = 23 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_list_commentary * I_LOGO = * I_END_OF_LIST_GRID = .

AUTHORITY_CHECK_C_FUNCTION CALL FUNCTION 'AUTHORITY_CHECK_C_FUNCTION' EXPORTING program = ls_cfunc-prog activity = 'CALL' "SABC_ACT_CALL function = ls_cfunc-name EXCEPTIONS no_authority = 1 activity_unknown = 2.

POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * titel = space * txt1 = l_message * txt2 = space .

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ_mode = '3' " Nice output processing displ = 'X' " Display only id = 'DT' " text within dialog langu = sy-langu object = 'RSAU_INFO_TEXT_PARAM' typ = 'E'. " Docu type: user

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = ls_ko200 iv_no_show_option = 'X' IMPORTING we_order = l_order we_task = l_task we_ko200 = ls_ko200_o es_tadir = ls_tadir EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING wi_ko200 = ls_ko200_o iv_no_show_option = 'X' IMPORTING we_order = l_order we_task = l_task we_ko200 = ls_ko200_o es_tadir = ls_tadir TABLES wt_e071k = lt_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

POPUP_GET_VALUES_USER_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_USER_CHECKED' EXPORTING popup_title = popup_title programname = c_repid formname = 'CALLBACK_COPY_PROFILE' IMPORTING returncode = returncode TABLES fields = t_fields.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RSAU_S_PROFNAME' retfield = 'PROFNAME' value_org = 'S' TABLES value_tab = lt_value_tab EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percentage text = l_text.

PFL_GET_PARAMETER_INFO CALL FUNCTION 'PFL_GET_PARAMETER_INFO' DESTINATION l_rfcdest EXPORTING parname = c_parname partype = pfl_instance_profile IMPORTING parinfo = ls_parinfo error_flag = l_error_flag usub_val = ls_par_u sub_val = ls_par_s EXCEPTIONS communication_failure = 1 system_failure = 2 unknown_parameter = 3 parameter_type_mismatch = 4 OTHERS = 99.

GET_GLOBALS_FROM_SLVC_FULLSCR CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' IMPORTING e_grid = lr_grid.






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