EARNEDVALUESHOW_FO_READ_EVMF01 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 EARNEDVALUESHOW_FO_READ_EVMF01 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: Include EARNEDVALUESHOW_FO_READ_EVMF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNEV_01_SELECT_CUSTOMIZING CALL FUNCTION 'CNEV_01_SELECT_CUSTOMIZING' IMPORTING T_V_EVMT = G_IT_CUS_EVMT.
CNEV_05_GET_OBJECT_PARAMETERS * CALL FUNCTION 'CNEV_05_GET_OBJECT_PARAMETERS' * EXPORTING * I_KOKRS = G_KOKRS * I_VERSN_EV = EVOPD-VERSN_EV ** I_VSNMR = ' ' * I_OBJNR = G_OBJNR * I_ALL_POC = ON * IMPORTING * ET_EVPOC = GT_EVPOC.
PERIODS_CREATE * CALL FUNCTION 'PERIODS_CREATE' * EXPORTING * COMPLETE = ON * DATE_FROM = L_DATE_FROM * DATE_TO = L_DATE_TO * NUMBERS = L_PAANZ * PER_TYPE = 'E' "Posting period * VARIANT = T001-PERIV * TABLES * PERIODS = GT_PERIOD.
DATE_TO_PERIOD_CONVERT * CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' * EXPORTING * I_DATE =
-DATUB * I_PERIV = T001-PERIV * IMPORTING * E_BUPER = G_PERIODS_POC-PERIO * E_GJAHR = G_PERIODS_POC-GJAHR * EXCEPTIONS * OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EARNEDVALUESHOW_FO_READ_EVMF01 - Include EARNEDVALUESHOW_FO_READ_EVMF01 EARNEDVALUESHOW_FO_IMPORT_EF01 - Include EARNEDVALUESHOW_FO_IMPORT_EF01 EARNEDVALUESHOW_FO_ICON_REPF01 - Include EARNEDVALUESHOW_FO_ICON_REPF01 EARNEDVALUESHOW_FO_GET_WBS_F01 - Include EARNEDVALUESHOW_FO_GET_WBS_F01 EARNEDVALUESHOW_FO_GET_PRPSF03 - Include EARNEDVALUESHOW_FO_GET_PRPSF03 EARNEDVALUESHOW_FO_GET_PRPSF02 - Include EARNEDVALUESHOW_FO_GET_PRPSF02