MCNVSF00_WRITE_HISTORY 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_WRITE_HISTORY 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!
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' object = 'VSHIST_ZHL' importing number = hist_zhl returncode = returncode exceptions interval_not_found = 1 others = 2.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' object = 'VSHIST_ZHL' importing number = hist_zhl returncode = returncode exceptions interval_not_found = 1 others = 2.
VS_BT_VSHIST_PD_MODIFY call function 'VS_BT_VSHIST_PD_MODIFY' exporting modif_id = 'I' tables tab_vshist_pd = t_vshist_pd.
VS_BT_VSHIST_PR_MODIFY call function 'VS_BT_VSHIST_PR_MODIFY' exporting modif_id = 'I' tables tab_vshist_pr = t_vshist_pr.
VS_BT_VSHIST_NP_MODIFY call function 'VS_BT_VSHIST_NP_MODIFY' exporting modif_id = 'I' tables tab_vshist_np = t_vshist_np.
VS_BT_VSHIST_NV_MODIFY call function 'VS_BT_VSHIST_NV_MODIFY' exporting modif_id = 'I' tables tab_vshist_nv = t_vshist_nv.
VS_BT_VSHIST_OR_MODIFY call function 'VS_BT_VSHIST_OR_MODIFY' exporting modif_id = 'I' tables tab_vshist_or = t_vshist_or.
VS_BT_VSHIST_OV_MODIFY call function 'VS_BT_VSHIST_OV_MODIFY' exporting modif_id = 'I' tables tab_vshist_ov = t_vshist_ov.
VS_BT_VSHIST_OK_MODIFY call function 'VS_BT_VSHIST_OK_MODIFY' exporting modif_id = 'I' tables tab_vshist_ok = t_vshist_ok.
VS_BT_VSHIST_POST call function 'VS_BT_VSHIST_POST' exceptions others = 0.
VS_BT_V_VSSTEU_ORG_MODIFY call function 'VS_BT_V_VSSTEU_ORG_MODIFY' exporting modif_id = 'U' tables tab_v_vssteu_org = lt_v_vssteu_org.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.