FCOOME03 is a standard ABAP INCLUDE 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 FCOOME03 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.
Title: Get Fiscal Year and Period
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING date = sy-datlo variant = ld_lmona IMPORTING anzbp = sd_anzbp EXCEPTIONS LEDGER_NOT_ASSIGNED_TO_COMPANY = 1 PERIOD_NOT_DEFINED = 2 VARIANT_NOT_DEFINED = 3 others = 4.
K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCOOME03 - Get Fiscal Year and Period FCOOME02 - Authority Checks for Overhead Reporting FCOOME01 - Central Module for Reading Texts for Overhead Reporting FCOM_TOTALS_ENHANCETOP - FCOMTOTALSENHANCETOP FCOM_TOTALS_ENHANCE - CO Totals Records (COSS & COSP): Add Redundant Fields FCOM_TOTALS_ENHANCE - CO Totals Records (COSS & COSP): Add Redundant Fields