FCJDWFUP_UPDATE_GET_NUMBERS 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 FCJDWFUP_UPDATE_GET_NUMBERS 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!
CN_LDST_ACTIVATION_CHECK CALL FUNCTION 'CN_LDST_ACTIVATION_CHECK' EXPORTING iv_application = 'PS' iv_object = 'PD' EXCEPTIONS not_activated = 1 OTHERS = 2.
CJDW_GLOBAL_VALUES CALL FUNCTION 'CJDW_GLOBAL_VALUES' IMPORTING e_beakz_proj = lv_beakz_ps_pd.
CN_LDST_SHORTTEXT_GET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_GET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PD' iv_objnr = *proj-objnr iv_language = sy-langu EXCEPTIONS no_shorttext = 1 no_object = 0 OTHERS = 0.
CN_LDST_SHORTTEXT_SET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_SET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PD' iv_objnr = *proj-objnr iv_language = sy-langu iv_shorttext = '' EXCEPTIONS no_object = 1 OTHERS = 2.
CN_LDST_SHORTTEXT_DELETE_ALL CALL FUNCTION 'CN_LDST_SHORTTEXT_DELETE_ALL' EXPORTING iv_application = 'PS' iv_object = 'PD' iv_objnr = *proj-objnr EXCEPTIONS no_object = 0 OTHERS = 0.
CN_LDST_DATA_FINISH CALL FUNCTION 'CN_LDST_DATA_FINISH' EXPORTING iv_application = 'PS' iv_object = 'PD' EXCEPTIONS not_activated = 0 OTHERS = 0.
CN_LDST_ACTIVATION_CHECK CALL FUNCTION 'CN_LDST_ACTIVATION_CHECK' EXPORTING iv_application = 'PS' iv_object = 'PS' EXCEPTIONS not_activated = 1 OTHERS = 2.
CJSD_GLOBAL_VALUES CALL FUNCTION 'CJSD_GLOBAL_VALUES' IMPORTING e_beakz_proj = lv_beakz_ps_ps.
CN_LDST_SHORTTEXT_GET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_GET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PS' iv_objnr = *proj-objnr iv_language = sy-langu EXCEPTIONS no_shorttext = 1 no_object = 0 OTHERS = 0.
CN_LDST_SHORTTEXT_SET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_SET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PS' iv_objnr = *proj-objnr iv_language = sy-langu iv_shorttext = '' EXCEPTIONS no_object = 1 OTHERS = 2.
CN_LDST_SHORTTEXT_DELETE_ALL CALL FUNCTION 'CN_LDST_SHORTTEXT_DELETE_ALL' EXPORTING iv_application = 'PS' iv_object = 'PS' iv_objnr = *proj-objnr EXCEPTIONS no_object = 0 OTHERS = 0.
CN_LDST_DATA_FINISH CALL FUNCTION 'CN_LDST_DATA_FINISH' EXPORTING iv_application = 'PS' iv_object = 'PS' EXCEPTIONS not_activated = 0 OTHERS = 0.
CN_LDST_ACTIVATION_CHECK CALL FUNCTION 'CN_LDST_ACTIVATION_CHECK' EXPORTING iv_application = 'PS' iv_object = 'PR' EXCEPTIONS not_activated = 1 OTHERS = 0.
CN_LDST_SHORTTEXT_GET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_GET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PR' iv_objnr = ls_pstab_ps_pr-objnr iv_language = sy-langu EXCEPTIONS no_shorttext = 1 no_object = 0 OTHERS = 0.
CN_LDST_SHORTTEXT_SET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_SET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PR' iv_objnr = ls_pstab_ps_pr-objnr iv_language = sy-langu iv_shorttext = '' EXCEPTIONS no_object = 1 OTHERS = 2.
CN_LDST_SHORTTEXT_DELETE_ALL CALL FUNCTION 'CN_LDST_SHORTTEXT_DELETE_ALL' EXPORTING iv_application = 'PS' iv_object = 'PR' iv_objnr = ls_pstab_ps_pr-objnr EXCEPTIONS no_object = 0 OTHERS = 0.
CN_LDST_GLOBAL_DATA_GET_ALL CALL FUNCTION 'CN_LDST_GLOBAL_DATA_GET_ALL' EXPORTING iv_application = 'PS' iv_object = 'PR' IMPORTING et_ldst_bt = lt_all_data[].
CN_LDST_SHORTTEXT_DELETE_ALL CALL FUNCTION 'CN_LDST_SHORTTEXT_DELETE_ALL' EXPORTING iv_application = 'PS' iv_object = 'PR' iv_objnr = ls_all_data-objnr EXCEPTIONS no_object = 0 OTHERS = 0.
CALL FUNCTION 'CN_LDST_CHANGES_GET' EXPORTING iv_application = 'PS' iv_object = 'PR' IMPORTING ev_changes = ls_pstab_ps_pr-updps.
CN_LDST_DATA_FINISH CALL FUNCTION 'CN_LDST_DATA_FINISH' EXPORTING iv_application = 'PS' iv_object = 'PR' EXCEPTIONS not_activated = 0 OTHERS = 0.
CN_LDST_ACTIVATION_CHECK call function 'CN_LDST_ACTIVATION_CHECK' exporting iv_application = 'PS' iv_object = 'PT' exceptions not_activated = 1 others = 0.
CN_LDST_SHORTTEXT_GET_SINGLE call function 'CN_LDST_SHORTTEXT_GET_SINGLE' exporting iv_application = 'PS' iv_object = 'PT' iv_objnr = ls_pstab_ps_pt-objnr iv_language = sy-langu exceptions no_shorttext = 1 no_object = 0 others = 0.
CN_LDST_SHORTTEXT_SET_SINGLE call function 'CN_LDST_SHORTTEXT_SET_SINGLE' exporting iv_application = 'PS' iv_object = 'PT' iv_objnr = ls_pstab_ps_pt-objnr iv_language = sy-langu iv_shorttext = '' exceptions no_object = 1 others = 2.
CN_LDST_SHORTTEXT_DELETE_ALL call function 'CN_LDST_SHORTTEXT_DELETE_ALL' exporting iv_application = 'PS' iv_object = 'PT' iv_objnr = ls_pstab_ps_pt-objnr exceptions no_object = 0 others = 0.
CN_LDST_GLOBAL_DATA_GET_ALL call function 'CN_LDST_GLOBAL_DATA_GET_ALL' exporting iv_application = 'PS' iv_object = 'PT' importing et_ldst_bt = lt_all_data[].
CN_LDST_SHORTTEXT_DELETE_ALL call function 'CN_LDST_SHORTTEXT_DELETE_ALL' exporting iv_application = 'PS' iv_object = 'PT' iv_objnr = ls_all_data-objnr exceptions no_object = 0 others = 0.
CN_LDST_CHANGES_GET call function 'CN_LDST_CHANGES_GET' exporting iv_application = 'PS' iv_object = 'PT' importing ev_changes = ls_pstab_ps_pt-updps.
CN_LDST_DATA_FINISH call function 'CN_LDST_DATA_FINISH' exporting iv_application = 'PS' iv_object = 'PT' exceptions not_activated = 0 others = 0.
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 FCJDWFUP_UPDATE_GET_NUMBERS or its description.