SAP Reports / Programs

FICCPD00 SAP ABAP Report - SAP Cons: Copy Dimension-Based Customizing Settings Between Dimensions







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

CX0UD - Copy Customizing Between Dimensions


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 FICCPD00. "Basic submit
SUBMIT FICCPD00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICCPD00 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_TASKS = Tasks
Selection Text: PA_TEST = Test run
Selection Text: PA_UPD = Overwrite
Selection Text: PA_ZEEUV = Elim. of IU P/L in inventory
Selection Text: SO_ACGR = Task groups
Selection Text: SO_BUNIT = Consolidation units
Selection Text: SO_CACTI = Tasks
Selection Text: SO_CACTT = Restrict to task categories
Selection Text: SO_CMETH = Methods
Selection Text: SO_CONGR = Consolidation groups
Selection Text: SO_DOCTY = Document types
Selection Text: SO_HRCHY = Hierarchies
Selection Text: SO_MECCT = Restrict to task categories
Selection Text: SO_SETBU = Cons unit sets
Selection Text: PA_ORGUS = Organizational units
Selection Text: PA_METHS = Methods
Selection Text: PA_INS = Do not change
Selection Text: PA_FUNCS = Consolidation functions
Selection Text: PA_DIMTO = To dimension
Selection Text: PA_DIMFR = Dimension
Selection Text: PA_DELAL = Delete all
Selection Text: PA_DEL = Delete any with same name
Selection Text: PA_COIGL = Consolidation of investments
Selection Text: PA_ACGRX = Also copy tasks
Title: SAP Cons: Copy Dimension-Based Customizing Settings Between Dimensions
Text Symbol: E12 = Elim. of IU profit/loss in inventory
Text Symbol: E11 = Task versions
Text Symbol: E10 = Tasks
Text Symbol: E09 = Task groups
Text Symbol: F01 = Create target dimension
Text Symbol: F02 = Do you want to create a new dimension?
Text Symbol: F03 = Yes
Text Symbol: F04 = Cancel
Text Symbol: L01 = Deleted
Text Symbol: L02 = Overwritten
Text Symbol: L03 = Added
Text Symbol: L04 = Unchanged
Text Symbol: N01 = Consolidation group





Text Symbol: N02 = Consolidation unit
Text Symbol: E08 = Methods
Text Symbol: 001 = Source and Target
Text Symbol: 002 = Existing settings
Text Symbol: 003 = Organizational Units
Text Symbol: 004 = Consolidation Functions
Text Symbol: 005 = Methods
Text Symbol: 006 = Tasks
Text Symbol: E00 = Dimension
Text Symbol: E01 = Hierarchies
Text Symbol: E02 = Hierarchy levels
Text Symbol: E03 = Consolidation units
Text Symbol: E04 = Consolidation groups
Text Symbol: E05 = Cons unit sets
Text Symbol: E06 = Document types
Text Symbol: E07 = Consolidation of investments
Text Symbol: P02 = Target
Text Symbol: P01 = Source
Text Symbol: N04 = Document type
Text Symbol: N03 = Method


INCLUDES used within this REPORT FICCPD00

FICCPD0S, " SSG
FICLPF00, " LISTPROZESSOR


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_dimen = pa_dimfr e_actvt = '03'. " show

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'DIMEN' e_dimen = pa_dimto e_actvt = lt_actvt.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CONGR' e_dimen = pa_dimto e_congr = '*' e_actvt = lt_actvt.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'BUNIT' e_dimen = pa_dimto e_bunit = '*' e_actvt = lt_actvt.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CACTT' e_dimen = pa_dimto e_cactt = '*' e_actvt = lt_actvt.



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