SAP Reports / Programs

RPEGMASS01 SAP ABAP Report - Pegged Requirements Display (Collective Processing)







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


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


Text pool values


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





Text Symbol: 044 = Rounding of Decimal Qtys
Text Symbol: 045 = Assignment of Surplus
Text Symbol: 046 = Assignment of Scrap
Text Symbol: 039 = Read Replenishment Objects for Material
Text Symbol: 032 = Time
Text Symbol: 033 = Test Run
Text Symbol: 034 = Update Run
Text Symbol: 035 = Reservations
Text Symbol: 036 = Number of Objects Processed
Text Symbol: 037 = Notif./Messages
Text Symbol: 038 = Process Material
Text Symbol: 054 = Warning
Text Symbol: 047 = Assignment of Stock Differences
Text Symbol: 048 = No Grouping WBS Elements Have Been Entered
Text Symbol: 049 = New assignments
Text Symbol: 050 = Changed Assignments
Text Symbol: 051 = Deleted Assignments
Text Symbol: 052 = Unchanged Assignemnts
Text Symbol: 053 = Continue Processing?
Text Symbol: 031 = Date
Text Symbol: 009 = Pegging:
Text Symbol: 010 = Selected Materials
Text Symbol: 011 = Selection


INCLUDES used within this REPORT RPEGMASS01

INCLUDE RPEGMTOP.
INCLUDE SCHEDMAN_EVENTS.
INCLUDE RPEGMASSF01.
INCLUDE RPEGMASSF02.
INCLUDE RPEGMASSF03.
INCLUDE RPEGMASSF05.


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:

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.








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