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

FCJWBFMS_MS_MODIFY_PAI SAP ABAP INCLUDE - Check whether a mask exists for the version number for sim. versions







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


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 FCJWBFMS_MS_MODIFY_PAI. "Basic submit
SUBMIT FCJWBFMS_MS_MODIFY_PAI AND RETURN. "Return to original report after report execution complete
SUBMIT FCJWBFMS_MS_MODIFY_PAI 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 FCJWBFMS_MS_MODIFY_PAI

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:

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.



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