FICLMD10 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 FICLMD10 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: PA_LANGU = Language
Selection Text: PA_PERID = Period
Selection Text: PA_RVERS = Version
Selection Text: PA_RYEAR = Fiscal year
Selection Text: SO_DIMEN = Dimension
Title: List SAP Consolidation Master Data: Dimensions
Text Symbol: 001 = Selection criteria
Text Symbol: GR1 = Field selection for cons units
Text Symbol: GR2 = Field selection for cons groups
INCLUDE FICLMD00.
INCLUDE FICLMD1S.
No SAP DATABASE tables are accessed within this REPORT code!
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING E_ID = 'DIMEN' E_DIMEN = LT_TF150-DIMEN E_ACTVT = '03'.
DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET': exporting name = 'FC_SETGENMODE' langu = id_langu texts_only = 'X' tables dd07v_tab = lt_dd07v_setgenmode exceptions others = 0, exporting name = 'FC_PROTYP' langu = id_langu texts_only = 'X' tables dd07v_tab = lt_dd07v_protyp exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICLMD10 - List SAP Consolidation Master Data: Dimensions FICLMD10 - List SAP Consolidation Master Data: Dimensions FICLMD00 - documentation and ABAP source code FICLINFC - View cluster maintenance: User Exit Routines FICLINFC - View cluster maintenance: User Exit Routines FICLCU0S - documentation and ABAP source code