FCJWBFMS_MS_MODIFY_PAI 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 FCJWBFMS_MS_MODIFY_PAI 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 = 'MW' EXCEPTIONS not_activated = 1 OTHERS = 2.
CN_LDST_SHORTTEXT_SET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_SET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'MW' iv_objnr = lv_objnr iv_language = sy-langu iv_shorttext = BT_MLST-KTEXT EXCEPTIONS no_object = 1 OTHERS = 2.
PSSV_ATTR_INVALIDATE CALL FUNCTION 'PSSV_ATTR_INVALIDATE' EXPORTING i_tabname = 'MLST' i_values = mlst.
CJWB_PRE_READ call function 'CJWB_PRE_READ' exporting flg_mlst = con_yes tables tab_disp = cjdi_cpl tab_mlst = mlst_tab.
CJDT_PRTE_GET call function 'CJDT_PRTE_GET' exporting index_imp = 1 importing no_app = flg_prte.
CJDT_TRTAB_CREATE call function 'CJDT_TRTAB_CREATE' exporting projwa = proj exceptions not_found = 1.
CJDT_PRTE_GET call function 'CJDT_PRTE_GET' exporting prps_imp = mlst_tab-pspnr importing index_exp = indx1 prte_exp = ls_prte.
CJDW_PRPS_GET call function 'CJDW_PRPS_GET' exporting index = indx1 importing e_prps = ls_prps exceptions cancel = 1 not_found = 2 others = 3.
CX_MLST_SCHEDULE call function 'CX_MLST_SCHEDULE' exporting mlstd_imp = mlst_tab afvgd_opr = ls_afvgd i_tmbas = lv_TMBAS i_flg_psp = con_yes importing mlstd_exp = mlst_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCJWBFMS_MS_MODIFY_PAI - Check whether a mask exists for the version number for sim. versions FCJWBFMS_MS_LST_LANGTEXT - FCJWBFMSMSLSTLANGTEXT FCJWBFMS_MS_LST_INIT_PBO - FCJWBFMSMSLSTINITPBO FCJWBFMS_MS_LOOP_READ - FCJWBFMSMSLOOPREAD FCJWBFMS_MS_LOG - FCJWBFMSMSLOG FCJWBFMS_MS_LOESCHEN_PB - BUILD_SELECTION