DPR_GET_DATA4DASHBOARD_F01 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 DPR_GET_DATA4DASHBOARD_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RPY_EXISTENCE_CHECK_FUNC CALL FUNCTION 'RPY_EXISTENCE_CHECK_FUNC' DESTINATION lv_rfc_dest EXPORTING name = 'IAOM_CPRO_MISC_RFC_GET_COSTS' EXCEPTIONS not_exist = 1 OTHERS = 2.
IAOM_CPRO_MISC_RFC_GET_COSTS CALL FUNCTION 'IAOM_CPRO_MISC_RFC_GET_COSTS' DESTINATION lv_rfc_dest EXPORTING iv_cpro_project_id = lv_cpro_project_id iv_cpro_project_type = lv_cpro_project_type iv_cpro_project_guid = lv_cpro_project_guid IMPORTING ev_waers = lv_waers ev_planned_costs = lv_planned_costs ev_budget = ls_dashboard-budget ev_actual_costs = ls_dashboard-actual_costs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DPR_GET_DATA4DASHBOARD_F01 - Include ZZ_QHB_GET_DASHBOARD_DATA_F01 DPR_GET_DATA4DASHBOARD_EXT - Dashboard: Get cost data/ObjectLink counter DPR_GET_DATA4DASHBOARD_EXT - Dashboard: Get cost data/ObjectLink counter DPR_GET_COUNT_OF_BIG_PROJECTS - DPR_GET_COUNT_OF_BIG_PROJECTS DPR_GET_COUNT_OF_BIG_PROJECTS - DPR_GET_COUNT_OF_BIG_PROJECTS DPR_GET_BY_GUID - Program DPR_GET_BY_GUID