SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICPCAD2 SAP ABAP Report - SAP Cons.: Download PrCtr Master Data and PrCtr Hierarchies (4.0)







FICPCAD2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FICPCAD2 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 FICPCAD2. "Basic submit
SUBMIT FICPCAD2 AND RETURN. "Return to original report after report execution complete
SUBMIT FICPCAD2 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_DATUM = PrCtr date effective to
Selection Text: P_DT_VON = PrCtr date effective from
Selection Text: P_KOKRS = Controlling area
Selection Text: P_NODE = Top node of PrCtr hierarchy
Title: SAP Cons.: Download PrCtr Master Data and PrCtr Hierarchies (4.0)
Text Symbol: L01 = Controlling area
Text Symbol: L02 = No. of profit center (PrCtr) master records
Text Symbol: L03 = No. of company code (CCode) master records
Text Symbol: L04 = No. of PrCtr/CCode combinations
Text Symbol: L05 = Output file
Text Symbol: L06 = Profit center hierarchy
Text Symbol: L07 = Output file


INCLUDES used within this REPORT FICPCAD2

No INCLUDES are used within this REPORT code!


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:

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = gsetc_profitcenter_setclass shortname = p_node kokrs = p_kokrs IMPORTING setid = gd_set_34 EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.

G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING setname = gd_set_34 table = 'GLPCT' IMPORTING info = it_setinfo EXCEPTIONS set_not_found = 1 OTHERS = 2.

FC_PRCTR_COCD_FROM_CEPC CALL FUNCTION 'FC_PRCTR_COCD_FROM_CEPC' EXPORTING e_kokrs = p_kokrs e_date = p_datum e_from_date = p_dt_von IMPORTING i_number_prctr = i_number_prctr i_number_cocd = i_number_cocd i_number_combinations = i_number_combinations TABLES it_prctr_cocd = it_prctr_comp EXCEPTIONS zero_entries = 1 no_rcomp = 2.

FC_PRCTR_HIERARCHY CALL FUNCTION 'FC_PRCTR_HIERARCHY' EXPORTING e_kokrs = p_kokrs e_topnode = gd_set_34 "using CHAR34 SETID TABLES it_pca_hi = it_pca_hi EXCEPTIONS incorrect_coarea = 1 set_not_found = 2 OTHERS = 3.



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