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

RPEGALL2F02 SAP ABAP INCLUDE - Pegging: List processing







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


Text pool values


Title: Pegging: List processing


INCLUDES used within this REPORT RPEGALL2F02

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_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_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 i_s_msg_filter = ls_filter_msg.

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

PEG02_DISPLAY_ASSIGNMENTS CALL FUNCTION 'PEG02_DISPLAY_ASSIGNMENTS' EXPORTING i_repid = l_repid i_red = p_red i_amber = p_amber i_green = p_green TABLES t_peg_tass = gt_new_tass.

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.

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.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = gv_log_handle IMPORTING e_lognumber = gv_lognumber.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_callback_program = sy-repid i_callback_pf_status_set = 'SET_STATUS_GRID' i_callback_user_command = 'UCOMM_ALV_GRID' i_screen_start_column = lv_start_col i_screen_start_line = lv_start_line i_screen_end_column = lv_end_col i_screen_end_line = lv_end_line TABLES t_outtab = gt_new_tass.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_callback_program = sy-repid i_callback_pf_status_set = 'SET_STATUS_GRID' i_callback_user_command = 'UCOMM_ALV_GRID' i_save = 'A' is_variant = ls_variant TABLES t_outtab = lt_new_tass_ext.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PEG_TASS_ALV_EXT' CHANGING ct_fieldcat = pt_fieldcat.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PEG_TASS' CHANGING ct_fieldcat = pt_fieldcat.



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