RCSURCAL 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 RCSURCAL 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_BATCH = Background Processing
Selection Text: P_TEST = Test Run
Title: Program RCSURCAL
Text Symbol: 019 = Number of Messages
Text Symbol: 018 = Test Run
Text Symbol: 017 = Update Run
Text Symbol: 016 = Processing Options
Text Symbol: 015 = Time
Text Symbol: 014 = Date
Text Symbol: 013 = To Network
Text Symbol: 012 = Network
Text Symbol: 011 = To WBS Element
Text Symbol: 010 = WBS Element
Text Symbol: 009 = To Project
Text Symbol: 008 = Project
Text Symbol: 007 = Selection
Text Symbol: 006 = Calculate overhead
Text Symbol: 005 = Function
Text Symbol: 004 = Processing Statistics
Text Symbol: 003 = No messages collected
Text Symbol: 002 = Messages
Text Symbol: 001 = Parameters
Text Symbol: 020 = Maximum Categ.
Text Symbol: 036 = Short Text
Text Symbol: 035 = Seq. no.
Text Symbol: 034 = Object List
Text Symbol: 033 = No messages occurred
Text Symbol: 032 = Warnings: Surcharges with messages determined
Text Symbol: 031 = Error: No surcharges determined
Text Symbol: 030 = Processing Completed Without Errors
Text Symbol: 029 = Processing successfully completed despite messages
Text Symbol: 028 = Processing completed with messages
Text Symbol: 027 = You must repeat the processing for these networks.
Text Symbol: 026 = No surcharges determined for incorrect networks
Text Symbol: 025 = Processing completed with errors
Text Symbol: 024 = Termination
Text Symbol: 023 = Error
Text Symbol: 022 = Warning
INCLUDE RKACOPER.
INCLUDE RCSURF01.
No SAP DATABASE tables are accessed within this REPORT code!
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING POPUP = G_POPUP_KOKRS IMPORTING E_KOKRS = CN_KOKRS EXCEPTIONS NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.