RPEGQTYDISPL 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 RPEGQTYDISPL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PEG06 - Goods Issues Overview
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_DBASE = Database
Selection Text: SC_ASPSP = D Assigned WBS
Selection Text: SC_ACHVE = Archive
Selection Text: R_EBELN = Recipient Purchase Order
Selection Text: R_AUFK = Recipient Production Order
Selection Text: S_EBELN = Sender Purchase Order
Selection Text: S_AUFK = Sender Production Order
Selection Text: SC_WERKS = D Plant
Selection Text: SC_MATNR = D Material
Selection Text: SC_GRPNR = D Grouping WBS Element
Title: Pegging: Goods Issues Overview
Text Symbol: 007 = Not Maintained
Text Symbol: 006 = Origins of Data
Text Symbol: 005 = Selection Using Sender
Text Symbol: 002 = Selection Using Recipient
Text Symbol: 001 = General Data Selection
Text Symbol: TFS = & Selected Fields
Text Symbol: TF2 = Breakpoint
Text Symbol: TF1 = Assigned WBS
Text Symbol: F01 = Archive Selection
Text Symbol: 008 = Maintained
INCLUDE RPEGQTYDISPLTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
ARCHIVE_ADMIN_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMIN_POPUP_DOCUMENTS' EXPORTING object = 'PP_ORDER' show_files = 'X' dialog_type = 'READ' TABLES selected_files = selected_files EXCEPTIONS object_not_found = 1 cancelled_by_user = 2 no_files_selected = 3 unknown_dialog_type = 4 OTHERS = 5.
PEG02_DISPLAY_GMASSIGNMENTS CALL FUNCTION 'PEG02_DISPLAY_GMASSIGNMENTS' EXPORTING i_sender = 'X' i_receiver = 'X' i_repid = l_repid TABLES t_peg_tactass = lt_peg_tactass.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.