RPEGMASS01 is a standard Executable ABAP Report 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 RPEGMASS01 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.
Selection Text: SC_PLANT = D Plant
Selection Text: SC_GRPR2 = Grouping WBS Element
Selection Text: SC_GRPNR = D Grouping WBS Element
Selection Text: P_TEST = D Test Run
Selection Text: P_DELTA = D Delta Selection
Selection Text: P_DELIS = D Detail List
Title: Pegged Requirements Display (Collective Processing)
Text Symbol: 012 = Options
Text Symbol: 013 = Determined Assignments
Text Symbol: 014 = MRP Element
Text Symbol: 015 = Type
Text Symbol: 008 = Reservations
Text Symbol: 001 = Read MRP Data:
Text Symbol: 002 = Project Stock
Text Symbol: 003 = Purchase Order Items
Text Symbol: 004 = Purchase Req. Items
Text Symbol: 005 = Production Orders
Text Symbol: 006 = Planned Orders
Text Symbol: 007 = Plan. Ind. Req.
Text Symbol: 022 = Breakpoint
Text Symbol: 021 = In Stock
Text Symbol: 020 = Batch
Text Symbol: 019 = Assigned WBS
Text Symbol: 018 = Material
Text Symbol: 017 = Grouping WBS Element
Text Symbol: 024 = Surplus
Text Symbol: 025 = Scrap
Text Symbol: 026 = Stock Diff.
Text Symbol: 027 = Total quant.
Text Symbol: 028 = Background Processing
Text Symbol: 029 = Yes
Text Symbol: 030 = No
Text Symbol: 023 = Assigned
Text Symbol: 016 = Plant
Text Symbol: 040 = Read Stock Replenishment Objects for Material
Text Symbol: 041 = MRP Pegging for Material
Text Symbol: 042 = Build Real Assignments
Text Symbol: 043 = Processed Assignments with Instk>1
INCLUDE RPEGMTOP.
INCLUDE SCHEDMAN_EVENTS.
INCLUDE RPEGMASSF01.
INCLUDE RPEGMASSF02.
INCLUDE RPEGMASSF03.
INCLUDE RPEGMASSF05.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting diagnosetext1 = text-048 textline1 = 'Verarbeitung Fortsetzen?'(053) titel = 'Warnung'(054) importing answer = l_answer.
PEG02_READ_PLANT_CUSTOMIZING call function 'PEG02_READ_PLANT_CUSTOMIZING' exporting i_werks = l_werks exceptions not_maintained = 1.
MD_READ_PLANT call function 'MD_READ_PLANT' exporting ewerks = l_werks importing icm61w = l_cm61w it399d = l_t399d.
PEG02_UPDATE_ASSIGNMENTS call function 'PEG02_UPDATE_ASSIGNMENTS' exporting i_sort = ' ' i_test = p_test i_tctrl = gs_peg_tctrl importing e_ass_new = g_number_new e_ass_chg = g_number_chg e_ass_del = g_number_del e_ass_unchg = g_number_unchg tables t_peg_admin_ins = gt_peg_admin_ins t_peg_admin_del = gt_peg_admin_del t_wlst_del = t_dis_wlst changing ct_peg_tass = t_peg_ass_mrp ct_peg_tass_hist = t_peg_tass_hist.
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 RPEGMASS01 or its description.