SAP Reports / Programs

FICRUP00 SAP ABAP Report - Batch Rollup into Consolidation







FICRUP00 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 FICRUP00 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

CX73 - Rollup batch processing


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 FICRUP00. "Basic submit
SUBMIT FICRUP00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICRUP00 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: PA_CONGR = Consolidation group
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_FRLVL = Begin at hierarchy level
Selection Text: PA_FRLVN = Begin at hierarchy step
Selection Text: PA_HRCHY = Hierarchy
Selection Text: PA_MODE = D Rollup mode
Selection Text: PA_PERID = D Period
Selection Text: PA_RVERS = D Version
Selection Text: PA_RYEAR = D Fiscal year
Title: Batch Rollup into Consolidation
Text Symbol: 001 = Processing ran successfully !
Text Symbol: S01 = Organizational units
Text Symbol: S02 = Version/Time period
Text Symbol: S03 = Technical settings


INCLUDES used within this REPORT FICRUP00

INCLUDE FICDATTP. "QBE48845
INCLUDE FICDATGD.
INCLUDE FICCON00.
INCLUDE FICRUP0S. "QBE48845


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:

FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING E_ID = 'CACTT' E_DIMEN = PA_DIMEN E_CONGR = PA_CONGR E_BUNIT = '' E_RVERS = PA_RVERS E_CACTT = '60' " Rollup E_CACTI = '' E_ACTVT = '16'.



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