SAP Reports / Programs | Project System | Structures | Operative Structures(PS-ST-OPR) SAP PS

FCNIFF01_WBS_ELEMENT_MAINTAIN SAP ABAP INCLUDE - FCNIFF01WBSELEMENTMAINTAIN







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


INCLUDES used within this REPORT FCNIFF01_WBS_ELEMENT_MAINTAIN

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:

CN2W_WBSELEMENT_CREATE_STRU call function 'CN2W_WBSELEMENT_CREATE_STRU' exporting i_posid = l_prps-posid i_pspid = i_proj-pspid i_prps = l_prps i_flg_testmode = i_flg_testmode importing e_pspnr = i_prps-pspnr exceptions create_failed = 1 others = 2.

CJDT_TRTAB_INSERT_STRU call function 'CJDT_TRTAB_INSERT_STRU' exporting pspnr_imp = i_prps-pspnr exceptions others = 0.

CN2W_WBSELEMENT_CHANGE_STRU call function 'CN2W_WBSELEMENT_CHANGE_STRU' exporting i_prps = l_prps i_prps_upd = i_prps_upd exceptions update_failed = 1 others = 2.

CN2W_WBSELEMENT_DELETE call function 'CN2W_WBSELEMENT_DELETE' exporting i_posid = l_prps-posid exceptions delete_failed = 1 others = 2.

CJDW_PRPS_GET call function 'CJDW_PRPS_GET' exporting posid = l_prps-posid importing e_prps = l_prps exceptions cancel = 1 not_found = 2 others = 3.

CN2W_WBSELEMENT_LOCK call function 'CN2W_WBSELEMENT_LOCK' exporting i_objnr = l_prps-objnr i_posid = l_prps-posid exceptions lock_failed = 1 others = 2.

CJDW_PRPS_GET call function 'CJDW_PRPS_GET' exporting posid = l_prps-posid importing e_prps = l_prps exceptions cancel = 1 not_found = 2 others = 3.

CN2W_WBSELEMENT_UNLOCK call function 'CN2W_WBSELEMENT_UNLOCK' exporting i_objnr = l_prps-objnr i_posid = l_prps-posid exceptions unlock_failed = 1 others = 2.

CJDW_PRPS_STATUS_SET call function 'CJDW_PRPS_STATUS_SET' exporting i_posid = l_prps-posid i_activity = 'BFRE' tables e_activity_message = message_tmp exceptions error_occured = 1 posid_empty = 2 wbs_elem_not_found = 3 others = 4.

CJDW_CRM_REFERENCE_SET call function 'CJDW_CRM_REFERENCE_SET' exporting objectkey = i_methods-objectkey exceptions error_message = 1 wbs_element_not_found = 2 system_not_found = 3 crm_not_implemented = 4 others = 5.

CJPN_PROJEKTNUMMER_UNEDIT call function 'CJPN_PROJEKTNUMMER_UNEDIT' exporting input = i_methods-objectkey mtype = 'E' importing output = wbs_elem_unedit exceptions error_message = 1 others = 2.

CJPN_PROJEKTNUMMER_EDIT call function 'CJPN_PROJEKTNUMMER_EDIT' exporting input = wbs_elem_unedit importing output = wbs_elem_edit.

METHOD_START_LOG call function 'METHOD_START_LOG' exporting method = method_tmp obj_typ = co1_type-wbs_element obj_id_int = wbs_elem_unedit obj_id_ext = wbs_elem_edit importing log_level = log_level_tmp.

METHOD_FINISH_LOG call function 'METHOD_FINISH_LOG' exporting log_level = log_level_tmp succ_code = succ_code_tmp.



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