SAP Reports / Programs

FICRUL00 SAP ABAP Report - Setting Lock Mode for Rollups in Consolidation







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

CXNY - Set/Display Lock Mode for Rollup


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 FICRUL00. "Basic submit
SUBMIT FICRUL00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICRUL00 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_CONTP = D Integrated cons type
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_RLDEL = Delete all entries
Selection Text: PA_RLMAT = Reconcile entries
Selection Text: PA_RLSET = D Set lock mode
Selection Text: PA_RLSHW = Display all entries
Selection Text: PA_RULOK = D Lock mode rollup
Title: Setting Lock Mode for Rollups in Consolidation


INCLUDES used within this REPORT FICRUL00

INCLUDE: FICCON00,
FICLPD00,
FICLPF00,
FICRUL0S.


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 = 'DIMEN' e_actvt = l_activ e_dimen = pa_dimen.

FC_ENCODING_INFO_READ CALL FUNCTION 'FC_ENCODING_INFO_READ' EXPORTING I_FLG_STREAMS_READ = con_x I_FLG_ACTIVE_ONLY = space I_FLG_RULES_READ = space TABLES I_T_RA_CONTP = lt_ra_contp I_T_RA_DIMEN = lt_ra_dimen E_T_TFIN000 = ct_tfin000 EXCEPTIONS NO_DATA_STREAM = 1 OTHERS = 2.

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING I_DIMEN = l_dimen I_ITCLG = l_itclg I_RVERS = l_rvers I_RYEAR = l_ryear I_PERID = l_perid.

FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING E_TITLE = sy-title E_TAB_STRUCT = con_struc_ldata E_HLP_STRUCT = con_struc_fdata ET_DATA = ct_data ET_LIST = ct_list ET_FDISP = ct_fdisp CHANGING CT_WORK = ct_data_op CT_FFIX = ct_ffix CT_FUSED = ct_fused.



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