SAP Reports / Programs

DPR_EVE_BATCH_DPO SAP ABAP Report - Execute Extraction for Projects







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DPR_EVE_BATCH_DPO - Extract Projects


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DPR_EVE_BATCH_DPO. "Basic submit
SUBMIT DPR_EVE_BATCH_DPO AND RETURN. "Return to original report after report execution complete
SUBMIT DPR_EVE_BATCH_DPO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT DPR_EVE_BATCH_DPO

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




INCLUDE DPR_EVE_BATCH_DPOF05. "PROCESS
INCLUDE DPR_EVE_BATCH_DPOF06. "LOG OUTPUT
INCLUDE DPR_EVE_BATCH_DPOF07. "F4 VERSION
INCLUDE DPR_EVE_BATCH_DPOF08. "F4 VERSION CALLBACK
INCLUDE DPR_EVE_BATCH_DPOF09. "F4 PROJECT


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DPR_EVE_BATCH_DPO or its description.