RDISMASS01 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 RDISMASS01 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.
Selection Text: P_DELIS = D Detail List
Selection Text: SC_PLANT = D Plant
Selection Text: SC_GRPR2 = Grouping WBS Element
Selection Text: SC_GRPNR = D Grouping WBS Element
Selection Text: P_TEST = D Test Run
Selection Text: P_PERIO = D Period
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_DELTA = Delta Mode
Title: Cost Distribution
Text Symbol: 009 = Production Orders
Text Symbol: 010 = Date
Text Symbol: 011 = Time
Text Symbol: 012 = Test Run
Text Symbol: 013 = Upd. Run
Text Symbol: 014 = Period
Text Symbol: 015 = Fiscal year
Text Symbol: 008 = POs
Text Symbol: 001 = Selection
Text Symbol: 002 = Period
Text Symbol: 003 = Options
Text Symbol: 004 = Cost Distribution (GPD)
Text Symbol: 005 = Group. WBS Elemnt
Text Symbol: 006 = Plnt
Text Symbol: 007 = Number of Objects Processed
Text Symbol: 016 = Group. WBS Elemnt
Text Symbol: 017 = Material
Text Symbol: 018 = MRP Element
Text Symbol: 019 = Ty.
Text Symbol: 020 = ValType
Text Symbol: 021 = Receiv. Object
Text Symbol: 037 = Messages
INCLUDE RDISMTOP.
INCLUDE SCHEDMAN_EVENTS.
INCLUDE RDISMF01.
INCLUDE RDISMF02.
No SAP DATABASE tables are accessed within this REPORT code!
PEG08_CHECK_AUTHORIZATION CALL FUNCTION 'PEG08_CHECK_AUTHORIZATION' EXPORTING i_object = 'I_GPD_DIST' i_werks = ls_werks-werks i_mode = 'c' IMPORTING o_mode = l_omode.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.