RPEGMASSF05 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 RPEGMASSF05 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!
GRPG_FIND_GRPNR_WITH_DISGR CALL FUNCTION 'GRPG_FIND_GRPNR_WITH_DISGR' EXPORTING i_pspnr = ls_mdpb-pspel i_werks = p_werks i_disgr = ls_matnr-disgr IMPORTING e_grpnr = l_grpnr e_grp_active = l_grp_active EXCEPTIONS no_valid_grpnr_found = 1.
GRPG_FIND_GRPNR_WITH_DISGR CALL FUNCTION 'GRPG_FIND_GRPNR_WITH_DISGR' EXPORTING i_pspnr = ls_mdrs-pspel i_werks = p_werks i_disgr = ls_matnr-disgr IMPORTING e_grpnr = l_grpnr e_grp_active = l_grp_active EXCEPTIONS no_valid_grpnr_found = 1.
DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING date = l_af61x-gkday factory_calendar_id = p_cm61w-fabkl correct_option = '-' IMPORTING factorydate = ls_mdcal-fkday date = ls_mdcal-gkday workingday_indicator = ls_mdcal-worki EXCEPTIONS OTHERS = 1.
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 = gd-key will_be_saved = gd-moni_save TABLES lt_selkrit = lt_selcrit lt_param = lt_param.
BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle i_langu = sy-langu IMPORTING e_s_log = ls_log 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 = gd-key ls_message = ls_message ld_objects = gd-selected ls_ext = ls_extract_data ls_scma_event = ls_scma_event CHANGING ld_aplstat = ld_aplstat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPEGMASSF05 - documentation and ABAP source code RPEGMASSF04 - documentation and ABAP source code RPEGMASSF03 - documentation and ABAP source code RPEGMASSF02 - documentation and ABAP source code RPEGMASSF01 - documentation and ABAP source code RPEGMASS01 - Pegged Requirements Display (Collective Processing)