SAP Reports / Programs | Pegging, Grouping, and Distribution | Aerospace & Defence Industry Solution | Pegging, Grouping, and Distribution(IS-AD-GPD) SAP IS

RDISALL2F02 SAP ABAP INCLUDE - Message log, schedule manager, ALV







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


Text pool values


Title: Message log, schedule manager, ALV


INCLUDES used within this REPORT RDISALL2F02

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_log_handle.

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = ls_detail ls_witem = ls_witem ld_worklist_flag = ls_wlist_flag ld_delayed_update = ls_delayed_update IMPORTING ls_key = gs_gd-key will_be_saved = gs_gd-moni_save.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = gv_log_handle i_langu = sy-langu IMPORTING e_statistics = ls_statistics EXCEPTIONS log_not_found = 0.

J_1B_PLANT_READ CALL FUNCTION 'J_1B_PLANT_READ' EXPORTING plant = ls_werks IMPORTING plant_record = ls_t001w.

OBJ_PROCESSING_SET_PARAMETERS CALL FUNCTION 'OBJ_PROCESSING_SET_PARAMETERS' EXPORTING i_kass_import = con_no i_test = p_test msg_counter_a = ls_statistics-msg_cnt_a msg_counter_i = ls_statistics-msg_cnt_i msg_counter_w = ls_statistics-msg_cnt_w msg_counter_e = ls_statistics-msg_cnt_e stat_ok = gv_number_stat_ok stat_ok_zero = gv_number_stat_ok_zero result_text_name = lv_result CHANGING log_data = gt_log_data.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = gv_log_handle i_langu = sy-langu IMPORTING e_statistics = ls_statistics.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_log_handle i_in_update_task = 'X' IMPORTING e_new_lognumbers = lt_lognumbers.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = gs_gd-key ls_message = ls_message ld_objects = gs_gd-selected ls_ext = ls_extract_data ls_scma_event = ls_scma_event CHANGING ld_aplstat = ld_aplstat.

PEG02_READ_MRPELEMENTNAME CALL FUNCTION 'PEG02_READ_MRPELEMENTNAME' EXPORTING i_langu = sy-langu TABLES t_457t = lt_t457t.

OBJ_PROCESSING_LOG_DISPLAY CALL FUNCTION 'OBJ_PROCESSING_LOG_DISPLAY' EXPORTING display_mode = '03' log_data = gt_log_data callback_program = l_repid callback_form = l_form.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = l_variant EXCEPTIONS not_found = 0. "#EC *

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = l_callback_pf_status_set i_callback_user_command = l_callback_user_command is_layout = l_layout i_save = 'X' is_variant = l_variant it_fieldcat = lt_fieldcat[] it_events = lt_events[] i_tabname_header = l_tabname_header i_tabname_item = l_tabname_item i_structure_name_header = 'DIS_HEADER' i_structure_name_item = 'DIS_VALUES' is_keyinfo = l_keyinfo is_print = l_print TABLES t_outtab_header = pt_rep_dis_header t_outtab_item = pt_rep_dis_values.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = pt_events.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_print_options = ls_print_options i_t_log_handle = lt_log_handle.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = ls_display EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = ls_display EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display i_s_msg_filter = ls_filter_msg.



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