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

RPEGINTRANSITDISPL SAP ABAP Report - Pegging: Goods In Transit Overview







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

PEG14 - Pegging: Intransit stock report


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 RPEGINTRANSITDISPL. "Basic submit
SUBMIT RPEGINTRANSITDISPL AND RETURN. "Return to original report after report execution complete
SUBMIT RPEGINTRANSITDISPL 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_WERKS = Sender Plant
Selection Text: SC_MATNR = D .
Selection Text: SC_GRPNR = D .
Selection Text: SC_EBELN = Purchasing Document (STO)
Selection Text: SC_DBASE = Database
Selection Text: SC_ACHVE = Archive
Title: Pegging: Goods In Transit Overview
Text Symbol: F01 = Archive Selection
Text Symbol: 025 = Material Number
Text Symbol: 023 = Date of Goods Issue
Text Symbol: 022 = Grouping WBS element
Text Symbol: 021 = Unit of Measure
Text Symbol: 020 = Intransit quantity
Text Symbol: 018 = User &3
Text Symbol: 017 = To
Text Symbol: 016 = Selection List
Text Symbol: 015 = Selected Stock in transit at &1 on &2
Text Symbol: 013 = Rec. Batch
Text Symbol: 012 = Sen. Batch
Text Symbol: 011 = Rec. Plant
Text Symbol: 010 = Sen. Plant
Text Symbol: 009 = Rec. MRP Element
Text Symbol: 008 = Maintained
Text Symbol: 007 = Not Maintained
Text Symbol: 006 = Origins of Data
Text Symbol: 005 = Selection Using Replenishment Element
Text Symbol: 004 = Sen. MRP Element
Text Symbol: 003 = Type
Text Symbol: 001 = General Data Selection


INCLUDES used within this REPORT RPEGINTRANSITDISPL

No INCLUDES are used within this REPORT code!


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 *---- Changed i_structure_name value from 'ZPEG_TXPTD' to 'PEG_TXPTD'. 'ZPEG_TXPTD' structure does not exist.



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