RPEGTRANSFERF01 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 RPEGTRANSFERF01 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.
Title: Include RPEGTRANSFERF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log IMPORTING e_log_handle = g_log_handle.
ENQUEUE_EPEGENQ CALL FUNCTION 'ENQUEUE_EPEGENQ' EXPORTING mode_mspr = 'E' pspnr = ls_groups-grpnr _wait = 'X' EXCEPTIONS foreign_lock = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = l_s_msg.
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 EXCEPTIONS log_not_found = 0.
J_1B_PLANT_READ * CALL FUNCTION 'J_1B_PLANT_READ' * EXPORTING * plant = ls_werks * IMPORTING * plant_record = ls_t001w.
OBJ_PROCESSING_SET_PARAMETERS CALL FUNCTION 'OBJ_PROCESSING_SET_PARAMETERS' EXPORTING i_kass_import = con_no * i_mode_rollname = 'PEG_LOG_TITLE' i_test = p_test msg_counter_i = ls_statistics-msg_cnt_i msg_counter_w = ls_statistics-msg_cnt_w msg_counter_e = ls_statistics-msg_cnt_e stat_ok = l_stat_okay stat_ok_zero = g_number_unchg result_text_name = l_result CHANGING log_data = t_log_data.
PEG02_DISPLAY_ASSIGNMENTS CALL FUNCTION 'PEG02_DISPLAY_ASSIGNMENTS' EXPORTING i_repid = l_repid i_red = p_red i_amber = p_amber i_green = p_green TABLES t_peg_tass = t_peg_tass.
OBJ_PROCESSING_LOG_DISPLAY CALL FUNCTION 'OBJ_PROCESSING_LOG_DISPLAY' EXPORTING display_mode = '03' log_data = t_log_data callback_program = l_repid callback_form = l_form.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' IMPORTING out_parameters = params valid = valid.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.
BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_print_options = ls_print_options i_t_log_handle = lt_log_handle.
RKE_TIMESTAMP_CONVERT_INPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_INPUT' EXPORTING i_date = sy-datlo i_dayst = sy-dayst i_time = sy-uzeit i_tzone = sy-tzone IMPORTING e_timestmp = st_timestamp.
PEG02_ADJUST_FRACT_QTY_NEW CALL FUNCTION 'PEG02_ADJUST_FRACT_QTY_NEW' EXPORTING i_type = 'R' i_instk = '3' i_sort = 'X' TABLES t_real_ass = pt_real_peg_ass.
PEG02_ADJUST_FRACT_QTY_NEW CALL FUNCTION 'PEG02_ADJUST_FRACT_QTY_NEW' EXPORTING i_type = 'R' i_instk = '1' i_sort = 'X' TABLES t_real_ass = pt_real_peg_ass.
PEG02_ADJUST_FRACT_QTY_NEW CALL FUNCTION 'PEG02_ADJUST_FRACT_QTY_NEW' EXPORTING i_type = 'R' i_instk = '2' i_sort = 'X' TABLES t_real_ass = pt_real_peg_ass.
PEG02_ADJUST_FRACT_QTY_NEW CALL FUNCTION 'PEG02_ADJUST_FRACT_QTY_NEW' EXPORTING i_type = 'R' i_instk = ' ' i_sort = 'X' TABLES t_real_ass = pt_real_peg_ass.
PEG02_ADJUST_FRACT_QTY_NEW CALL FUNCTION 'PEG02_ADJUST_FRACT_QTY_NEW' EXPORTING i_type = 'R' i_instk = '4' i_sort = 'X' TABLES t_real_ass = pt_real_peg_ass.
ENQUEUE_EPEG_LOCKWLST CALL FUNCTION 'ENQUEUE_EPEG_LOCKWLST' EXPORTING mode_peg_lockwlst = 'E' werks = ls_werks _wait = 'X' EXCEPTIONS foreign_lock = 1.
CALL FUNCTION 'DEQUEUE_EPEG_LOCKWLST' EXPORTING mode_peg_lockwlst = 'E' werks = ls_werks.
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 RPEGTRANSFERF01 or its description.
RPEGTRANSFERF01 - Include RPEGTRANSFERF01 RPEGTRANSFER - Pegging: Group To Group Transfer Processing for Sub-Components RPEGTRANSFER - Pegging: Group To Group Transfer Processing for Sub-Components RPEGTBLPGTGTOP - Include RPEGTBLPGTGTOP RPEGSTKDISPLTOP - Programm RPEGQTYDISPLTOP RPEGSTKDISPLF01 - Include RPEGQTYDISPLF01