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

FICPCAA1 SAP ABAP Report - Analysis of EC-PCA Transaction Data: Cost Elements by Activity







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

CXNC - EC-PCA Trx.Data: Cost Elem./Activity


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 FICPCAA1. "Basic submit
SUBMIT FICPCAA1 AND RETURN. "Return to original report after report execution complete
SUBMIT FICPCAA1 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_DOWN = Download
Selection Text: P_KOKRS = Controlling area
Selection Text: P_PRINT = Print
Selection Text: P_RBUKRS = Company code
Selection Text: P_RLDNR = Ledger
Selection Text: P_RRCTY = Plan / Actual
Selection Text: P_RVERS = Version
Selection Text: P_RYEAR = Fiscal year
Title: Analysis of EC-PCA Transaction Data: Cost Elements by Activity
Text Symbol: 001 = Download unsuccessful
Text Symbol: L01 = Year
Text Symbol: L02 = C.code
Text Symbol: L03 = COAr.
Text Symbol: L04 = Version
Text Symbol: L05 = Plan/Act.
Text Symbol: L06 = Cost elem.
Text Symbol: L07 = Activity
Text Symbol: L08 = Original object
Text Symbol: L09 = Download for file
Text Symbol: L10 = Description


INCLUDES used within this REPORT FICPCAA1

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:

PCA_G_GLTP_AUTH_CHECK CALL FUNCTION 'PCA_G_GLTP_AUTH_CHECK' EXPORTING rldnr = i_rldnr rvers = i_rvers rrcty = i_rrcty EXCEPTIONS no_authorisation = 1.

K_PCA_RESP_AUTHORITY_CHECK CALL FUNCTION 'K_PCA_RESP_AUTHORITY_CHECK' EXPORTING i_kokrs = i_kokrs i_prctr = ls_auth-rprctr i_kstar = ls_auth-racct i_vorgn = 'REPP' i_actvt = '27' i_no_dialog_message = 'X' i_auth = ls_auth_exit EXCEPTIONS no_authority = 1.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tabname fieldname = p_fieldname langu = sy-langu * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES dfies_tab = lt_dfies * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 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 FICPCAA1 or its description.