DPR_EVE_BATCH_DPO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The project evaluation offers the possibility to analyze easily and quickly different key figures of one or several projects...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 DPR_EVE_BATCH_DPO into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DPR_EVE_BATCH_DPO - Extract Projects
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: SO_VERS = D .
Selection Text: SO_PROJ = D .
Selection Text: SO_EXTR = D .
Selection Text: PV_USIM = D .
Selection Text: PV_UCUST = D .
Selection Text: PV_THRSH = D .
Selection Text: PV_TEST = Test Run
Selection Text: PV_TASK = % Usage of Free Work Processes
Selection Text: PV_LOG = Log
Selection Text: PV_ERROR = Only Display Records w. Errors
Selection Text: PV_DELAG = Delete Aggregated Severities
Selection Text: PV_CL_CA = Only Active Projects
Selection Text: PV_CHDAT = D .
Selection Text: PV_AGGR = D .
Title: Execute Extraction for Projects
Text Symbol: 018 = Free/Used WPs
Text Symbol: 017 = No
Text Symbol: 016 = Yes
Text Symbol: 015 = Delete Aggregation
Text Symbol: 014 = Simulations
Text Symbol: 013 = Version Number
Text Symbol: 012 = Use Customizing
Text Symbol: 011 = Aggregate Severity
Text Symbol: 010 = Except
Text Symbol: 009 = to
Text Symbol: 008 = Date/Time
Text Symbol: 007 = Extraction for Projects
Text Symbol: 006 = Project Number
Text Symbol: 005 = Extract Layout
Text Symbol: 004 = Check Change Date
Text Symbol: 003 = Log
Text Symbol: 002 = User
Text Symbol: 001 = Test Run
INCLUDE DPR_EVE_BATCH_DPOFLC. "LOCAL CLASS
INCLUDE DPR_EVE_BATCH_DPOF01.
INCLUDE DPR_EVE_BATCH_DPOF02. "LIST-POPUP
INCLUDE DPR_EVE_BATCH_DPOF03. "LIST-HEADER
INCLUDE DPR_EVE_BATCH_DPOF04. "EVENTTAB
No SAP DATABASE tables are accessed within this REPORT code!
SPBT_PARALLEL_PROCESSING CALL FUNCTION 'SPBT_PARALLEL_PROCESSING' EXPORTING group_name = space EXCEPTIONS OTHERS = 1.
SPBT_GET_CURR_RESOURCE_INFO CALL FUNCTION 'SPBT_GET_CURR_RESOURCE_INFO' IMPORTING * MAX_PBT_WPS = free_pbt_wps = gv_free_wps EXCEPTIONS internal_error = 1 pbt_env_not_initialized_yet = 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.
DPR_EVE_BATCH_DPO - Execute Extraction for Projects DPR_EVE_BATCH_DPO - Execute Extraction for Projects DPR_EVE_ALV_DISPLAY_DPO - Project Evaluation DPR_EVE_ALV_DISPLAY_DPO - Project Evaluation DPR_DOC_REPAIR_ACO_AUTH - DPR, Authorizations f. Document: OBJECT_ID = EDMS_GUID, Not DPR-GUID DPR_DOC_REPAIR_ACO_AUTH - DPR, Authorizations f. Document: OBJECT_ID = EDMS_GUID, Not DPR-GUID