FCOOME02 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 FCOOME02 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: Authority Checks for Overhead Reporting
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COBE_REPO_AUTHORITY_CHECK CALL FUNCTION 'COBE_REPO_AUTHORITY_CHECK' EXPORTING kokrs = i_kokrs objnr = i_objnr kstar = i_kstar actvt = i_actvt EXCEPTIONS user_not_authorized = 1 object_not_found = 2 OTHERS = 3.
PSRE_AUTH_CHECK_OBJ_KSTAR CALL FUNCTION 'PSRE_AUTH_CHECK_OBJ_KSTAR' EXPORTING i_gjahr = i_gjahr i_kstar = i_kstar i_objnr = i_objnr i_kokrs = i_kokrs EXCEPTIONS no_authority = 01.
K_REPO_CCA_AUTHORITY_CHECK CALL FUNCTION 'K_REPO_CCA_AUTHORITY_CHECK' EXPORTING actvt = '27' kokrs = dummy_kokrs kostl = dummy_kostl kstar = dummy_kstar EXCEPTIONS system_error = 1 user_not_authorized = 2 OTHERS = 3.
K_REPO_OPA_AUTHORITY_CHECK CALL FUNCTION 'K_REPO_OPA_AUTHORITY_CHECK' EXPORTING actvt = '27' i_aufk = dummy_aufk auart = dummy_auart kokrs = dummy_kokrs kstar = dummy_kstar EXCEPTIONS system_error = 1 user_not_authorized = 2 OTHERS = 3.
COBE_REPO_AUTHORITY_CHECK CALL FUNCTION 'COBE_REPO_AUTHORITY_CHECK' EXPORTING kokrs = dummy_kokrs objnr = dummy_objnr kstar = dummy_kstar actvt = '27' EXCEPTIONS user_not_authorized = 1 object_not_found = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 FCOM_START_PARALLEL - FCOMSTARTPARALLEL