RPEGERRORREPORT 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 RPEGERRORREPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PEG13 - Pegging: Unassigned Replenisments
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: P_TEST = Database Update
Selection Text: SC_GRPNR = Grouping WBS Element
Selection Text: SC_MATNR = Material
Selection Text: SC_PLANT = Plant
Title: Pegging: Fill Pegging Worklist - All Unpegged Replenishments
Text Symbol: 001 = Selection
Text Symbol: 002 = Option
Text Symbol: 010 = Pegging: Fill Pegging Worklist - All Unpegged Replenishments
Text Symbol: 011 = Production Order
Text Symbol: 012 = Purchase Order
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .
MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE =
.
PEG08_CHECK_AUTHORIZATION call function 'PEG08_CHECK_AUTHORIZATION' exporting i_object = 'I_GPD_CPEG' i_werks = ls_werks-werks i_mode = 'd' importing o_mode = l_omode.
PEG02_CONVERT_EXT_INT_ID call function 'PEG02_CONVERT_EXT_INT_ID' exporting i_delkz = 'OR' i_del12 = ls_replen-del12 importing e_objnr = lf_repobj.
PEG02_CONVERT_EXT_INT_ID call function 'PEG02_CONVERT_EXT_INT_ID' exporting i_delkz = 'BE' i_delnr = ls_replen-delnr i_delps = ls_replen-delps importing e_objnr = lf_repobj.
PEG02_CONVERT_INT_EXT_ID call function 'PEG02_CONVERT_INT_EXT_ID' exporting i_objnr = ls_unass_repobj-l_repobj importing e_delkz = ls_replen-delkz e_del12 = ls_replen-del12 e_delnr = ls_replen-delnr e_delps = ls_replen-delps e_delet = ls_replen-delet.
PEG04_UPDATE_PEGWLST call function 'PEG04_UPDATE_PEGWLST' exporting i_werks = t_aufnr-plwrk i_grpnr = t_aufnr-pspel i_aufnr = temp_aufnr exceptions wrong_input = 1.
PEG04_UPDATE_PEGWLST call function 'PEG04_UPDATE_PEGWLST' exporting i_werks = t_ebeln-werks i_grpnr = t_ebeln-ps_psp_pnr i_ebeln = temp_ebeln i_ebelp = temp_ebelp exceptions wrong_input = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPEGERRORREPORT - Pegging: Fill Pegging Worklist - All Unpegged Replenishments RPEGERRORREPORT - Pegging: Fill Pegging Worklist - All Unpegged Replenishments RPEGDISPLTOP - Include RPEGDISPLTOP RPEGDISPLF01 - Include RPEGDISPLF01 RPEGDISPLCHDOC - Pegging: Change Documents - Breakpoints RPEGDISPLCHDOC - Pegging: Change Documents - Breakpoints