SAP Reports / Programs

RCSURCAL SAP ABAP Report - Program RCSURCAL







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


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





Text Symbol: 021 = Information


INCLUDES used within this REPORT RCSURCAL

INCLUDE RKACOPER.
INCLUDE RCSURF01.


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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING POPUP = G_POPUP_KOKRS IMPORTING E_KOKRS = CN_KOKRS EXCEPTIONS NOT_FOUND = 1.



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