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

FICLST11 SAP ABAP Report - Database List of Journal Entries (Selection Using Consolidation Logic)







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

CX56A - DB List of Jrnl Entries - Cons Logic


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 FICLST11. "Basic submit
SUBMIT FICLST11 AND RETURN. "Return to original report after report execution complete
SUBMIT FICLST11 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: SO_SUBIT = D Subitem
Selection Text: SO_SITYP = D Subitem category
Selection Text: SO_RUNIT = D Unit of measure
Selection Text: SO_RTFLG = D Currency translation
Selection Text: SO_RTCUR = D Transaction currency
Selection Text: SO_RPFLG = D Apportionment
Selection Text: SO_RITEM = D Item
Selection Text: SO_PLEVL = D Posting level
Selection Text: SO_PERID = D Period
Selection Text: SO_ITCLG = D Cons chart of accounts
Selection Text: SO_DOCTY = D Document type
Selection Text: SO_DOCNR = D Document number
Selection Text: SO_COICU = D Investee unit
Selection Text: SO_CG = D Consolidation group
Selection Text: SO_BUPTR = D Partner unit
Selection Text: SO_BUNIT = D Consolidation unit
Selection Text: PA_RYEAR = D Fiscal year
Selection Text: PA_RVERS = D Version
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_CONGR = D Consolidation group
Title: Database List of Journal Entries (Selection Using Consolidation Logic)
Text Symbol: RSI = Report assignment...
Text Symbol: B04 = Technical settings
Text Symbol: B03 = Further settings
Text Symbol: B02 = Version/Time period
Text Symbol: B01 = Organizational units
Text Symbol: 110 = Additional fields
Text Symbol: 109 = Integration
Text Symbol: 108 = Values
Text Symbol: 107 = Created at, by
Text Symbol: 106 = Reversal information
Text Symbol: 105 = Special account assignments for C/I
Text Symbol: 104 = Subassignments
Text Symbol: 103 = General account assignments
Text Symbol: 102 = Technical account assignments
Text Symbol: 101 = Document number...document type


INCLUDES used within this REPORT FICLST11

INCLUDE FICLST1S. " SELECTION SCREEN
INCLUDE FICLST0B. " SELECTION SCREEN, DEFINITION OF ADDITIONAL FIELDS




INCLUDE FICLST0C. " SELECTION SCREEN, ADD. FIELDS, INITIALIZATION


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_SEL_SCREEN_VALUE_CHECK CALL FUNCTION 'FC_SEL_SCREEN_VALUE_CHECK' EXPORTING et_fdescr = gt_addfield.

FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING E_ID = 'ITCLG' E_ITCLG = TF120-ITCLG.

FC_AUTHORITY_CHECK_REPORTING CALL FUNCTION 'FC_AUTHORITY_CHECK_REPORTING' EXPORTING e_dimen = pa_dimen e_congr = pa_congr e_itclg = tf120-itclg e_rvers = pa_rvers et_ra_bunit = so_bunit[].

FC_CONGR_DISMANTLE CALL FUNCTION 'FC_CONGR_DISMANTLE' EXPORTING E_DIMEN = I_DIMEN E_CONGR = I_CONGR E_RVERS = I_RVERS E_RYEAR = I_RYEAR E_PERID = I_PERID E_ROLLUP_CU = 'X' E_CU_PROP = 'X' IMPORTING IT_CU_PROP = ET_CU.

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING I_RLDNR = LS_CG-RLDNR.

FC_LEDGER_PROPERTIES CALL FUNCTION 'FC_LEDGER_PROPERTIES' CHANGING CT_RLDNR = LT_CG.

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING E_DIMEN = I_DIMEN E_RVERS = I_RVERS E_RYEAR = I_RYEAR E_PERID = I_PERID CHANGING CT_CU_PROP = ET_CU CT_CG_PROP = LT_CG.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = GC_STRUC_MAIN TABLES X031L_TAB = LT_X031L.

RSTI_REPORT_FIELDS_FIND CALL FUNCTION 'RSTI_REPORT_FIELDS_FIND' EXPORTING E_REPID = L_REPID TABLES IT_SEL = LT_RI_SEL IT_FIELDS = LT_RI_FIELDS.

FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING E_DATABASE = FC00_C_TS_DATABASE-DOCUMENTS IT_SEL = LT_SEL IT_FIELDS = LT_FIELDS * IT_KFIG = * e_fields_all = 'X' E_KFIG_ALL = 'X' E_RVERS = L_REF_RVERS "bik111099 E_RYEAR = L_REF_RYEAR "bik111099 E_PERID = L_REF_PERID "bik111099 IMPORTING IT_DATA = ET_DATA.

FC_ALV_LIST_DISPLAY CALL FUNCTION 'FC_ALV_LIST_DISPLAY' EXPORTING I_TAB_STRUCT = GC_STRUC_MAIN I_HLP_STRUCT = GC_STRUC_FIX IS_LAYOUT = LS_LAYOUT_M IT_SPECIAL_GROUPS = LT_SP_GROUPS_M IT_SORT = LT_SORT_M IT_FILTER = LT_FILTER_M I_SAVE = GC_SAVE IT_EVENTS = LT_EVENTS_M IT_EVENT_EXIT = LT_EVENT_EXIT_M IT_RCALL = LT_RCALL_M CHANGING CT_FFIX = ET_FFIX_M CT_FIELDCAT = ET_FIELDCAT_M CT_DATA = IT_DATA_M.



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