SAP Reports / Programs

CNV_NCE_SIMULATE SAP ABAP Report - Program CNV_NCE_SIMULATE







CNV_NCE_SIMULATE is a standard Executable ABAP Report 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 CNV_NCE_SIMULATE 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 CNV_NCE_SIMULATE. "Basic submit
SUBMIT CNV_NCE_SIMULATE AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_NCE_SIMULATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program CNV_NCE_SIMULATE
Text Symbol: 001 = subobject
Text Symbol: 002 = year


INCLUDES used within this REPORT CNV_NCE_SIMULATE

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:

CNV_NCE_CHECK_GUID CALL FUNCTION 'CNV_NCE_CHECK_GUID' EXPORTING iv_guid = pa_guid EXCEPTIONS guid_not_found = 1 OTHERS = 2.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = gv_jobcnt jobname = gv_jobname EXCEPTIONS no_runtime_info = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_loghndl EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

ENQUEUE_ECNV_NCE_JOBS CALL FUNCTION 'ENQUEUE_ECNV_NCE_JOBS' EXPORTING nce_guid = gs_job-nce_guid activity = gs_job-activity object = gs_job-object EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

CNV_NCE_CHECK_NRIV_CHG_OBJ CALL FUNCTION 'CNV_NCE_CHECK_NRIV_CHG_OBJ' EXPORTING iv_guid = gs_job-nce_guid iv_object = gs_job-object IMPORTING et_nriv_chg = gt_nriv_chg EXCEPTIONS wrong_param = 1 guid_not_found = 2 not_analyzed = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

CNV_NCE_GET_NRLEVEL_OBJ CALL FUNCTION 'CNV_NCE_GET_NRLEVEL_OBJ' EXPORTING iv_guid = gs_job-nce_guid iv_object = gs_job-object iv_activity = pa_act iv_depth = pa_dept it_sobj_map = gt_maps if_temp = abap_false if_delta = abap_true IMPORTING et_msg = gt_msg_tmp EXCEPTIONS wrong_param = 1 guid_not_found = 2 kb_not_found = 3 rangenr_overflow = 4 OTHERS = 5.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

CNV_NCE_GET_NRLEVEL_EXT_OBJ CALL FUNCTION 'CNV_NCE_GET_NRLEVEL_EXT_OBJ' EXPORTING iv_guid = gs_job-nce_guid iv_object = gs_job-object iv_activity = pa_act is_kb_local = gs_kbloc it_sobj_map = gt_maps IMPORTING et_msg = gt_msg_tmp EXCEPTIONS guid_not_found = 1 wrong_param = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

CNV_NCE_SIMULATE_OBJ CALL FUNCTION 'CNV_NCE_SIMULATE_OBJ' EXPORTING iv_object = gs_job-object iv_guid = gs_job-nce_guid iv_activity = pa_act it_sobj_map = gt_maps IMPORTING et_nriv_map = gt_nriv_map et_msg = gt_msg_tmp EXCEPTIONS wrong_param = 1 guid_not_found = 2 map_not_found = 3 kb_not_found = 4 not_analyzed = 5 no_relevant_intervals = 6 map_incomplete = 7 OTHERS = 8.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

CNV_NCE_GEN_SINGLE_MAP_OBJ CALL FUNCTION 'CNV_NCE_GEN_SINGLE_MAP_OBJ' EXPORTING iv_guid = gs_job-nce_guid iv_object = gs_job-object IMPORTING et_msg = gt_msg_tmp EXCEPTIONS guid_not_found = 1 wrong_param = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD





CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_loghndl i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

DEQUEUE_ECNV_NCE_JOBS CALL FUNCTION 'DEQUEUE_ECNV_NCE_JOBS' EXPORTING nce_guid = gs_job-nce_guid activity = gs_job-activity object = gs_job-object.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = gt_loghndl EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.



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