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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNIFF01_WBS_ELEMENT_MAINTAIN - FCNIFF01WBSELEMENTMAINTAIN FCNIFF01_WBS_ELEMENT_DATES_MAI - FCNIFF01WBSELEMENTDATESMAI FCNIFF01_WBS_ELEMENT_CREATE_WI - bapi_wbs_element -> prps FCNIFF01_WBS_ELEMENT_CHANGE_WI - FCNIFF01WBSELEMENTCHANGEWI FCNIFF01_WBS_DATES_MAINTAIN - FCNIFF01WBSDATESMAINTAIN FCNIFF01_STATUS_COPY - FCNIFF01STATUSCOPY