SAP Reports / Programs

RPEGTRANSFER SAP ABAP Report - Pegging: Group To Group Transfer Processing for Sub-Components







RPEGTRANSFER 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 RPEGTRANSFER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PEG15 - Transfer Pegging Program


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 RPEGTRANSFER. "Basic submit
SUBMIT RPEGTRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT RPEGTRANSFER 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: P_AMBER = Exception pegs (Amber)
Selection Text: P_DELIS = Detail List
Selection Text: P_GREEN = Normal pegs (Green)
Selection Text: P_RED = Quantity mismatch pegs (Red)
Selection Text: P_TEST = Test Run
Title: Pegging: Group To Group Transfer Processing for Sub-Components
Text Symbol: 003 = Purchase Order Items
Text Symbol: 005 = Production Orders
Text Symbol: 012 = Options
Text Symbol: 017 = Grouping WBS Element
Text Symbol: 031 = Date
Text Symbol: 032 = Time
Text Symbol: 033 = Test Run
Text Symbol: 034 = Update Run
Text Symbol: 049 = New Assignments
Text Symbol: 050 = Changed Assignments
Text Symbol: 051 = Unchanged Assignments
Text Symbol: 052 = Deleted Assignments


INCLUDES used within this REPORT RPEGTRANSFER

INCLUDE SCHEDMAN_EVENTS.
INCLUDE RPEGTRANSFERF01.


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:

PEG08_CHECK_AUTHORIZATION CALL FUNCTION 'PEG08_CHECK_AUTHORIZATION' EXPORTING i_object = 'I_GPD_XP' i_tcode = 'PEG15' "to take care of background processing i_mode = 'c' IMPORTING o_mode = l_omode.

PEG02_READ_CLIENT_CUSTOMIZING CALL FUNCTION 'PEG02_READ_CLIENT_CUSTOMIZING' EXPORTING i_mandt = sy-mandt IMPORTING es_peg_client = gs_peg_client TABLES et_peg_exc_werks = gt_peg_werks et_peg_exc_grpnr = gt_peg_grpnr et_pegexc_wrk_grp = gt_pegexc_wrk_grp.

PEG02_UPDATE_ASSIGNMENTS_NEW CALL FUNCTION 'PEG02_UPDATE_ASSIGNMENTS_NEW' EXPORTING i_sort = 'X' i_test = p_test i_client = gs_peg_client 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_dis_admin_ins = lt_peg_dis_admin_ins t_peg_dis_admin_del = lt_peg_dis_admin_del CHANGING ct_peg_tass = lt_real_tass ct_peg_tass_hist = lt_hist_peg_tass.



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