SAP Reports / Programs | Portfolio and Project Management | Project Management(PPM-PRO) SAP PPM

DPR_CATS_CPR_TRANSF SAP ABAP Report - Transfer of CATS Itemizations to Project Management Application







DPR_CATS_CPR_TRANSF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for After confirmation documents have been transferred to table DPR_CONF_LI, the confirmation data (actual work, actual start) is not yet visible in the Project Management application...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_CATS_CPR_TRANSF into the relevant SAP transactions such as SE38 or SE80


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_CATS_CPR_TRANSF. "Basic submit
SUBMIT DPR_CATS_CPR_TRANSF AND RETURN. "Return to original report after report execution complete
SUBMIT DPR_CATS_CPR_TRANSF 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: LR_PROID = Project
Selection Text: L_ERROR = Only display records w. errors
Selection Text: L_ONCE = Display objects only once
Selection Text: L_PROT = Log
Selection Text: L_RECON = Reconstruct
Selection Text: L_TEST = Test
Title: Transfer of CATS Itemizations to Project Management Application
Text Symbol: 001 = Transfer of Working Time Data in cProjects
Text Symbol: 002 = Project
Text Symbol: 004 = Except
Text Symbol: 005 = Test Run
Text Symbol: 006 = Reconstr.
Text Symbol: 007 = Parameter
Text Symbol: 008 = Selection
Text Symbol: 009 = Object
Text Symbol: 010 = Obj.Cat.
Text Symbol: 011 = Only records containing errors
Text Symbol: 012 = Objects only once


INCLUDES used within this REPORT DPR_CATS_CPR_TRANSF

INCLUDE DPR_CATSF06. "ALV: LIST HEADER


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:

CONVERSION_EXIT_CGPLE_INPUT call function 'CONVERSION_EXIT_CGPLE_INPUT' exporting input = lr_proid-low iv_application = cl_dpr_co=>sc_application_type_dpr iv_object_type = cl_dpr_co=>sc_ot_project importing output = ls_project_guid-guid.

CONVERSION_EXIT_CGPLE_INPUT call function 'CONVERSION_EXIT_CGPLE_INPUT' exporting input = lr_proid-high iv_application = cl_dpr_co=>sc_application_type_dpr iv_object_type = cl_dpr_co=>sc_ot_project importing output = ls_project_guid-guid.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_structure_name = 'DPR_TS_CONF_TRANSF_LOG' it_fieldcat = it_fieldcat * is_print = gs_print i_callback_program = lv_repid it_events = it_events[] tables t_outtab = it_conf_upd exceptions others = 0.



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_CATS_CPR_TRANSF or its description.