CNV_10210_NCE_MAPPING 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_MAPPING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNV_10210_NCE_MAP - Manual maintenance of NCE mapping
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.
Title: Specify Mapping Values for Number Range Objects
Text Symbol: P01 = NCE mapping maintenance is locked by user
Text Symbol: P02 = Continue in display mode?
Text Symbol: P03 = Yes
Text Symbol: P04 = No
INCLUDE: CNV_10210_CONSTANTS,
No SAP DATABASE tables are accessed within this REPORT code!
CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gv_packid phase = gv_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.
ENQUEUE_ECNVSTATE CALL FUNCTION 'ENQUEUE_ECNVSTATE' EXPORTING mode_cnvstate = 'E' mandt = sy-mandt packid = gv_packid phase = cwbphase progname = sy-cprog EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_ECNVSTATE CALL FUNCTION 'DEQUEUE_ECNVSTATE' EXPORTING mode_cnvstate = 'E' mandt = sy-mandt packid = gv_packid phase = cwbphase progname = sy-cprog.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack 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_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_MAPPING_UI_RFC CALL FUNCTION 'CNV_NCE_MAPPING_UI_RFC' DESTINATION gv_dest EXPORTING iv_guid = gv_guid iv_activity = gc_act_init if_edit = gf_edit IMPORTING et_msg = gt_msg EXCEPTIONS communication_failure = 1 system_failure = 2 no_guid_present = 3 guid_not_found = 4 ui_init_error = 5 canceled_by_user = 7 no_sys_info = 8 source_connection_failed = 9 not_control_system = 10 OTHERS = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_10210_NCE_MAPPING - Specify Mapping Values for Number Range Objects CNV_10210_NCE_MAPPING - Specify Mapping Values for Number Range Objects CNV_10210_NCE_MAINTAIN - Process Number Range Objects CNV_10210_NCE_MAINTAIN - Process Number Range Objects CNV_10210_NCE_INITIALIZE - Prepare Number Conversion Engine for Use CNV_10210_NCE_INITIALIZE - Prepare Number Conversion Engine for Use