FICLMDE0 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 FICLMDE0 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_RYEAR = Fiscal year
Selection Text: SO_CACTI = Task
Selection Text: SO_CACTT = Task category
Selection Text: SO_DIMEN = Dimension
Selection Text: SO_RVERS = Version
Title: List SAP Consolidation Master Data: Tasks
Text Symbol: 001 = Selection criteria
INCLUDE FICLMD00.
INCLUDE FICLMDES.
No SAP DATABASE tables are accessed within this REPORT code!
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING E_ID = 'CACTT' E_DIMEN = LT_TF150-DIMEN E_RVERS = '*' E_CACTI = '*' E_ACTVT = '03'.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING NAME = 'FC_CACTT' VALUE = LS_DD07V-DOMVALUE_L LANGU = PA_LANGU IMPORTING DD07V_WA = LS_DD07V.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICLMDE0 - List SAP Consolidation Master Data: Tasks FICLMDE0 - List SAP Consolidation Master Data: Tasks FICLMDDS - documentation and ABAP source code FICLMDD0 - List SAP Consolidation Master Data: Task Groups FICLMDD0 - List SAP Consolidation Master Data: Task Groups FICLMDCS - documentation and ABAP source code