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
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: 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
INCLUDE DPR_CATSF06. "ALV: LIST HEADER
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_CATS_CPR_TRANSF - Transfer of CATS Itemizations to Project Management Application DPR_CATS_CPR_TRANSF - Transfer of CATS Itemizations to Project Management Application DPR_CATSF10 - Include DPR_CATSF10 DPR_CATSF09 - Include DPR_CATSF09 DPR_CATSF08 - Include DPR_CATSF08 DPR_CATSF07 - Include DPR_CATSF07