RDISDISPL 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 RDISDISPL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DIS05 - Cost Distribution: 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: P_ALL = Costs and Payments
Selection Text: P_CASH = Payments
Selection Text: P_COSTS = Costs
Selection Text: SC_ASPSP = Assigned WBS
Selection Text: SC_AUFK = D Order
Selection Text: SC_BANF = D Purchase Requisition
Selection Text: SC_BKPSP = Breakpoint WBS
Selection Text: SC_EBELN = D Purchasing Document
Selection Text: SC_GRPNR = D Grouping WBS Element
Selection Text: SC_MATNR = D Material
Selection Text: SC_PLAUF = D Planned Order
Selection Text: SC_WERKS = D Plant
Title: Cost Distribution Overview
Text Symbol: 001 = Selection
Text Symbol: 002 = Period
Text Symbol: 003 = Options
Text Symbol: 004 = Cost Distribution (GPD)
Text Symbol: TFS = Dynamic selection
INCLUDE RDISDISPLTOP. " GLOBAL DATA
INCLUDE RDISDISPLF01.
No SAP DATABASE tables are accessed within this REPORT code!
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING popup = 'X' IMPORTING e_kokrs = g_kokrs.
DIS02_DISPLAY_DISTRIBUTE_VALUE call function 'DIS02_DISPLAY_DISTRIBUTE_VALUE' tables it_dis_tobjs = lt_dis_tobjs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.