SAP Reports / Programs

RPEGSTKDISPL SAP ABAP Report - Pegging: Stock Overview







RPEGSTKDISPL 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 RPEGSTKDISPL 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

PEG07 - Stock 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 RPEGSTKDISPL. "Basic submit
SUBMIT RPEGSTKDISPL AND RETURN. "Return to original report after report execution complete
SUBMIT RPEGSTKDISPL 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_AUFK = D Order
Selection Text: SC_ACHVE = Archive
Selection Text: SC_WERKS = D Plant
Selection Text: SC_MATNR = D Material
Selection Text: SC_GRPNR = D Grouping WBS Element
Selection Text: SC_EBELN = D Purchasing Document
Selection Text: SC_DBASE = Database
Title: Pegging: Stock Overview
Text Symbol: F01 = Archive Selection
Text Symbol: 018 = User &3
Text Symbol: 006 = Origins of Data
Text Symbol: 005 = Selection Using Replenishment Element
Text Symbol: 004 = MRP Element
Text Symbol: 003 = Type
Text Symbol: 001 = General Data Selection
Text Symbol: 017 = To
Text Symbol: 016 = Selection List
Text Symbol: 015 = Selected Stock at &1 on &2
Text Symbol: 008 = Maintained
Text Symbol: 007 = Not Maintained


INCLUDES used within this REPORT RPEGSTKDISPL

INCLUDE RPEGSTKDISPLTOP.
INCLUDE RPEGSTKDISPLF01.


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.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'PEG_TSTKD' i_save = 'A' it_fieldcat = lt_fieldcat[] it_events = lt_events[] is_layout = l_layout is_variant = g_variant TABLES t_outtab = lt_peg_tstkd.



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