SAP Reports / Programs | Pegging, Grouping, and Distribution | Aerospace & Defence Industry Solution | Pegging, Grouping, and Distribution(IS-AD-GPD) SAP IS

RPEGQTYDISPL SAP ABAP Report - Pegging: Goods Issues Overview







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


Transaction Code(s):

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

PEG06 - Goods Issues Overview


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 RPEGQTYDISPL. "Basic submit
SUBMIT RPEGQTYDISPL AND RETURN. "Return to original report after report execution complete
SUBMIT RPEGQTYDISPL 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_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


INCLUDES used within this REPORT RPEGQTYDISPL

INCLUDE RPEGQTYDISPLTOP.


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_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.



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