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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICPCAD2 - SAP Cons.: Download PrCtr Master Data and PrCtr Hierarchies (4.0) FICPCAD2 - SAP Cons.: Download PrCtr Master Data and PrCtr Hierarchies (4.0) FICPCAD1 - Download Profit Center Master Data and Profit Center Hierarchies FICPCAD1 - Download Profit Center Master Data and Profit Center Hierarchies FICPCACE - List of CO Cost Elements by Cost Element Category FICPCACE - List of CO Cost Elements by Cost Element Category