RDISCALC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks and corrects the low-level codes of all available materials and classes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RDISCALC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DISCALC - Calculation of Low-Level Codes
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_SIMU = Determine New LLCs (Testrun)
Selection Text: P_SAVE = Save Log
Selection Text: P_PROT = Detailed Log
Selection Text: P_CHECK = Check Existing LLCs
Selection Text: P_CHANGE = Determine New LLCs
Title: Calculation of Low-Level Codes
Text Symbol: REK = Include BOM Items That Are Marked As Recursive
Text Symbol: 028 = Expected runtime was exceeded
Text Symbol: 027 = WBS BOM
Text Symbol: 026 = Order BOM
Text Symbol: 025 = The program may have a severe impact on system performance and BOM maintenance in general. Do you want to continue?
Text Symbol: 024 = iPPE-Alternatives
Text Symbol: 023 = iPPE-Variants
Text Symbol: 022 = iPPE-Nodes
Text Symbol: 018 = Recursion
Text Symbol: 017 = Classes
Text Symbol: 016 = Materials
Text Symbol: 015 = Self Referencing Recursions
Text Symbol: 013 = Determined Path
Text Symbol: 012 = Low-level Codes
Text Symbol: 011 = Recursions
Text Symbol: 010 = Overview
Text Symbol: 009 = Inconsistent Data
Text Symbol: 008 = Calculation of Low-Level Codes: Select Logs
Text Symbol: 007 = Calculation of Low-Level Codes: Log Overview
Text Symbol: 006 = Display All Logs
Text Symbol: 005 = Log
Text Symbol: 004 = Processing Options
Text Symbol: 003 = Difference
Text Symbol: 002 = New LLC
Text Symbol: 001 = Old LLC
INCLUDE RDISCALCSEL.
INCLUDE RDISCALCTOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_protocol text = text-006 info = space IMPORTING result = prot EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.