SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_10210_NCE_ANALYSE_RFC SAP ABAP Report - Analyse Number Range Objects







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


Text pool values


Selection Text: P_ACT_ID = D Activity ID
Selection Text: P_PACK = D Package
Selection Text: P_PHASE = D Phase
Title: Analyse Number Range Objects
Text Symbol: 001 = Analysis settings


INCLUDES used within this REPORT CNV_10210_NCE_ANALYSE_RFC

INCLUDE: CNV_10210_CONSTANTS,


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_MBT_CWB_PACKAGE_INFO_GET CALL FUNCTION 'CNV_MBT_CWB_PACKAGE_INFO_GET' EXPORTING i_cwb_packid = gv_packid IMPORTING e_pcl_packid = gv_mbtpack EXCEPTIONS no_package_found = 1 rfc_problems = 2 exec_pack_not_active = 3 OTHERS = 4.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = gv_mbtpack exec_target = 'P' IMPORTING destination_id = gv_dest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 login_not_possible = 6 wrong_unicode_settings = 7 OTHERS = 8.

CNV_MBT_ADM_MAX_JOBS_GET CALL FUNCTION 'CNV_MBT_ADM_MAX_JOBS_GET' EXPORTING packid = gv_mbtpack exec_target = 'E' IMPORTING ex_jobs_free = gv_mbt_max EXCEPTIONS get_pcl_destination_error = 1 get_jobs_control_error = 2 rfc_failure = 3 OTHERS = 4.

CNV_10210_GET_GUID CALL FUNCTION 'CNV_10210_GET_GUID' EXPORTING iv_packid = gv_packid IMPORTING ev_guid = gv_guid EXCEPTIONS guid_not_found = 1 OTHERS = 2.

CNV_NCE_ANALYSE_RFC CALL FUNCTION 'CNV_NCE_ANALYSE_RFC' DESTINATION gv_dest EXPORTING iv_guid = gv_guid iv_activity = gc_act_init iv_jobs_max = gv_max IMPORTING et_obj_src = gt_obj_src et_msg_src = gt_msg_src et_obj_trg = gt_obj_trg et_msg_trg = gt_msg_trg ef_cross = gf_cross EXCEPTIONS communication_failure = 1 system_failure = 2 guid_not_found = 3 no_bkg_processes = 4 jobs_not_created = 5 kb_is_empty = 6 object_locked = 7 no_sys_info = 8 source_connection_failed = 9 target_connection_failed = 10 not_control_system = 11 OTHERS = 12.

CNV_NCE_GET_OBJ_STATE_RFC CALL FUNCTION 'CNV_NCE_GET_OBJ_STATE_RFC' DESTINATION gv_dest EXPORTING iv_guid = gv_guid iv_activity = gc_act_init IMPORTING et_jobs_src = gt_obj_src et_jobs_trg = gt_obj_trg EXCEPTIONS communication_failure = 1 system_failure = 2 guid_not_found = 3 no_sys_info = 4 source_connection_failed = 5 target_connection_failed = 6 not_control_system = 7 OTHERS = 8.

CNV_NCE_SYNCHRONIZE_ANA_DATA CALL FUNCTION 'CNV_NCE_SYNCHRONIZE_ANA_DATA' DESTINATION gv_dest EXPORTING iv_guid = gv_guid it_objects = gt_objects EXCEPTIONS communication_failure = 1 system_failure = 2 guid_not_found = 3 object_locked = 4 no_sys_info = 5 source_connection_failed = 6 target_connection_failed = 7 not_control_system = 8 OTHERS = 9.



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