DPR_CATSF02 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_CATSF02 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.
Title: Include DPR_CATSF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = ls_conf_part-act_work_effort unit_in = ls_conf_part-act_work_unit unit_out = con_sec IMPORTING output = ls_conf_part-act_work_effort EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.
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_CATSF02 - Include DPR_CATSF02 DPR_CATSF01 - Include DPR_CATSF01 DPR_CALC_LOG_REPORT - Display Log for Costing Interface DPR_CALC_LOG_REPORT - Display Log for Costing Interface DPR_CALC_LOG_PARAMETER - Activation of the logbook parameters DPR_CALC_LOG_PARAMETER - Activation of the logbook parameters