MCNVSFOK_USER_COMMAND_0100 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 MCNVSFOK_USER_COMMAND_0100 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!
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXCEPTIONS OTHERS = 0.
CJTR_CALL_FROM_EXTERN CALL FUNCTION 'CJTR_CALL_FROM_EXTERN' EXPORTING APLID = 'V' FCODE_IMP = 'GAGR' PROJ_IMP = PROJ TRTYP_IMP = 'A' VSNMR_IMP = RCNVS-VSNMR_DEST TABLES CJDI_IMP = CJDI_IMP EXCEPTIONS NO_EXISTING_PSP = 1 NO_PPROFIL = 2 OTHERS = 3.
CJDW_GET_TREE CALL FUNCTION 'CJDW_GET_TREE' EXPORTING X_SUPRESS_DEL = CON_YES TABLES ELEMENTS = CJDI_DISP EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CO_IT_SET_FLG_ITAB_NEW CALL FUNCTION 'CO_IT_SET_FLG_ITAB_NEW' EXCEPTIONS OTHERS = 1.
CJGL_CALL_REPORTING CALL FUNCTION 'CJGL_CALL_REPORTING' EXPORTING PROJ_IMP = PROJ TRMRP_IMP = RCWBT_TRMRP TRMPRF_IMP = RCWBT_TRMPRF TRTYP_IMP = 'A' FLG_COMP_SIM_COPY = CON_YES VERS_SOURCE = RCNVS-VSNMR_SOURCE VERS_TARGET = RCNVS-VSNMR_DEST TABLES CJDI_DISP = CJDI_DISP EXCEPTIONS OTHERS = 1.
CJDW_GET_TREE CALL FUNCTION 'CJDW_GET_TREE' EXPORTING X_SUPRESS_DEL = CON_YES TABLES ELEMENTS = CJDI_DISP_S EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CO_IT_SET_FLG_ITAB_NEW CALL FUNCTION 'CO_IT_SET_FLG_ITAB_NEW' EXCEPTIONS OTHERS = 1.
CJGL_CALL_REPORTING CALL FUNCTION 'CJGL_CALL_REPORTING' EXPORTING PROJ_IMP = PROJ TRMRP_IMP = RCWBT_TRMRP_S TRMPRF_IMP = RCWBT_TRMPRF_S TRTYP_IMP = 'A' FLG_COMP_SIM_COPY = CON_YES VERS_SOURCE = RCNVS-VSNMR_SOURCE VERS_TARGET = RCNVS-VSNMR_DEST TABLES CJDI_DISP = CJDI_DISP_S EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.