SAP Reports / Programs

RDISCALC SAP ABAP Report - Calculation of Low-Level Codes







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DISCALC - Calculation of Low-Level Codes


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 RDISCALC. "Basic submit
SUBMIT RDISCALC AND RETURN. "Return to original report after report execution complete
SUBMIT RDISCALC 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: 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


INCLUDES used within this REPORT RDISCALC

INCLUDE RDISCALCSEL.
INCLUDE RDISCALCTOP . " GLOBAL DATA


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_protocol text = text-006 info = space IMPORTING result = prot EXCEPTIONS OTHERS = 0.



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