FCNIFF01_PROJECT_UPDATE_WITH_R 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_PROJECT_UPDATE_WITH_R 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!
CJDW_GLOBAL_VALUES CALL FUNCTION 'CJDW_GLOBAL_VALUES' IMPORTING v_proj = proj_tmp.
CN2D_PROJDEF_CHANGE_STRU call function 'CN2D_PROJDEF_CHANGE_STRU' exporting i_proj = l_proj i_proj_update_flg = i_proj_upd i_flg_testmode = i_flg_testmode exceptions error_message = 1 update_failed = 2 others = 3.
PM_PARTNER_INIT call function 'PM_PARTNER_INIT' exporting aktyp = 'H' objnr = l_proj-objnr obtyp = 'PDN' pargr = l_proj-pargr.
PM_PARTNER_DELETE_UDKZ call function 'PM_PARTNER_DELETE_UDKZ' exporting objnr = l_proj-objnr.
PM_PARTNER_COPY call function 'PM_PARTNER_COPY' exporting objnr_copy = i_proj_ref-source_objnr objnr = l_proj-objnr.
CJDW_PROJ_BEAKZ_SET call function 'CJDW_PROJ_BEAKZ_SET' exporting i_beakz_proj = 'V'.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = 'LTXT' language = '*' name = l_thead-tdname object = 'PMS' EXCEPTIONS not_found = 1 OTHERS = 2.
CJDW_COPY_LANGTEXT CALL FUNCTION 'CJDW_COPY_LANGTEXT' EXPORTING i_pspnr_from = i_proj_ref-pspnr_source i_pspnr_to = l_proj-pspnr i_proj = l_proj.
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_PROJECT_UPDATE_WITH_R - FCNIFF01PROJECTUPDATEWITHR FCNIFF01_PROJECT_MAINTAIN - FCNIFF01PROJECTMAINTAIN FCNIFF01_PROJECT_CREATE_WITH_R - FCNIFF01PROJECTCREATEWITHR FCNIFF01_ORDER_SEQUENCE_MAINTA - FCNIFF01ORDERSEQUENCEMAINTA FCNIFF01_ORDER_POSITION_MAINTA - FCNIFF01ORDERPOSITIONMAINTA FCNIFF01_ORDER_MAINTAIN - FCNIFF01ORDERMAINTAIN