SAP Reports / Programs | Project System | Costs | Planned Costs(PS-COS-PLN) SAP PS

CNFW_FORECAST_MASTER_DATA SAP ABAP INCLUDE - Include CNFW_FORECAST_MASTER_DATA







CNFW_FORECAST_MASTER_DATA 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 CNFW_FORECAST_MASTER_DATA 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 CNFW_FORECAST_MASTER_DATA. "Basic submit
SUBMIT CNFW_FORECAST_MASTER_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT CNFW_FORECAST_MASTER_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include CNFW_FORECAST_MASTER_DATA


INCLUDES used within this REPORT CNFW_FORECAST_MASTER_DATA

No INCLUDES are used within this REPORT code!


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 3000 text = text-504.

CJPN_GET_PROJECT_DEFINITION CALL FUNCTION 'CJPN_GET_PROJECT_DEFINITION' EXPORTING i_objnr = l_objnr IMPORTING e_proj = l_proj EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

CJPN_GET_WBS_ELEMENT CALL FUNCTION 'CJPN_GET_WBS_ELEMENT' EXPORTING i_objnr = l_objnr IMPORTING e_prps = p_it_prps EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

CJDW_PRHI_SELECT_SINGLE CALL FUNCTION 'CJDW_PRHI_SELECT_SINGLE' EXPORTING i_posnr = p_it_prps-pspnr IMPORTING e_prhi = g_it_prhi.

ENQUEUE_EC_PROJ CALL FUNCTION 'ENQUEUE_EC_PROJ' EXPORTING typ = 'H' pspid = p_it_prps-posid _scope = 2 _wait = space EXCEPTIONS foreign_lock = 01 system_failure = 02.

ENQUEUE_EC_PROJ CALL FUNCTION 'ENQUEUE_EC_PROJ' EXPORTING typ = 'P' pspid = g_it_proj-pspid _scope = 2 _wait = space EXCEPTIONS foreign_lock = 01 system_failure = 02.

CJDT_PRTE_GET_SINGLE CALL FUNCTION 'CJDT_PRTE_GET_SINGLE' EXPORTING pspnr_imp = p_it_prps-pspnr IMPORTING prte_exp = g_it_prte EXCEPTIONS not_found = 1 OTHERS = 2.

CO_ZF_ORDER_READ CALL FUNCTION 'CO_ZF_ORDER_READ' EXPORTING flg_dialog = space flg_enqueue = space objects_imp = impobj flg_no_gos = con_yes TABLES aufnr_tab_imp = im_aufnr_tab_imp EXCEPTIONS order_not_found = 1 release_no_change = 2 OTHERS = 3.

CO_BT_CAUFV_READ_WITH_KEY CALL FUNCTION 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING aufnr_act = it_aufk-aufnr IMPORTING caufvd_exp = l_caufvd EXCEPTIONS not_found = 1 OTHERS = 2.

ENQUEUE_ESORDER CALL FUNCTION 'ENQUEUE_ESORDER' EXPORTING aufnr = l_caufvd-aufnr _scope = 2 EXCEPTIONS foreign_lock = 1 system_failure = 2.

CO_BO_AFVGBT_GET CALL FUNCTION 'CO_BO_AFVGBT_GET' EXPORTING aufnr_imp = it_aufk-aufnr TABLES afvgbt_exp = l_tmp_it_afvgd.

CO_ZF_DATA_RESET_COMPLETE CALL FUNCTION 'CO_ZF_DATA_RESET_COMPLETE'.



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