SAP Reports / Programs | Project System | Simulation(PS-SIM) SAP PS

MCNVSF00_COPY_PROJECT SAP ABAP INCLUDE - MCNVSF00COPYPROJECT







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

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-COP.

CNIF_PROJECT_VERSION_TRANSFER CALL FUNCTION 'CNIF_PROJECT_VERSION_TRANSFER' EXPORTING IMP_VERSION_DESTINATION = RCNVS-VSNMR_DEST IMP_VERSION_SOURCE = RCNVS-VSNMR_SOURCE IMP_TEXT_MAINTAIN = FLG_LT IMP_DOC_MAINTAIN = FLG_DOK IMP_FLG_TESTMODE = FLG_TEST_MODE IMP_POSID = PRPS-POSID TABLES IMP_METHODS = ITAB_METHODS IMP_VSKOPFD = ITAB_VSKOPFD IMP_PROJ = ITAB_PROJ IMP_PRPS = ITAB_PRPS IMP_HIERARCHY = ITAB_HIERARCHY IMP_PRTEE = ITAB_PRTEE IMP_CAUFVD = ITAB_CAUFVD IMP_AFVGD = ITAB_AFVGD IMP_AFFLD = ITAB_AFFLD IMP_AFPOD = ITAB_AFPOD IMP_AFABD = ITAB_AFABD IMP_MLSTD = ITAB_MLSTD IMP_RESBD = ITAB_RESBD IMP_KBEDD = ITAB_KBEDD IMP_PSTX = ITAB_PSTX IMP_PRTX = ITAB_PRTXD IMP_NPTX = ITAB_NPTXD IMP_AUFK_REF = AUFK_REF_S IMP_ACT01_REF = ACT01_REF_S IMP_PRPS_REF = PRPS_REF_S IMP_PROJ_REF = PROJ_REF_S IMP_MLST_REF = MLST_REF_S IMP_RESB_REF = RESB_REF_S EXP_MSG_TEXT = ITAB_MSG_TEXT EXP_OBJ_REFERENCE = ITAB_OBJ_REF EXP_METHOD_LOG = ITAB_METHOD_LOG EXP_MSG_LOG = ITAB_MSG_LOG EXCEPTIONS OTHERS = 0.



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