SAP Reports / Programs

CNV_10210_NCE_INITIALIZE SAP ABAP Report - Prepare Number Conversion Engine for Use







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


Text pool values


Title: Prepare Number Conversion Engine for Use
Text Symbol: 001 = NCE project for a package
Text Symbol: 002 = already exists.
Text Symbol: 003 = Create a new project?
Text Symbol: 004 = Confirm project creation
Text Symbol: 005 = Package


INCLUDES used within this REPORT CNV_10210_NCE_INITIALIZE

INCLUDE: CNV_NCE_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 TABLES desttab = gt_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_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' DESTINATION gv_dest EXPORTING packid = gv_mbtpack exec_target = 'P' TABLES desttab = gt_dest EXCEPTIONS communication_failure = 1 system_failure = 2 no_destinations_for_packid = 3 no_specific_destination_type = 4 get_system_info_failure = 5 rfc_failure = 6 system_info_has_changed = 7 login_not_possible = 8 wrong_unicode_settings = 9 OTHERS = 10.

CNV_NCE_START_RFC CALL FUNCTION 'CNV_NCE_START_RFC' DESTINATION gv_dest EXPORTING iv_descr = gv_descr iv_user = sy-uname it_systems = gt_sys IMPORTING ev_guid = gs_cwb-nce_guid EXCEPTIONS communication_failure = 1 system_failure = 2 source_connection_failed = 3 target_connection_failed = 4 OTHERS = 5.

CNV_10210_SAVE_PACK_INFO_RFC CALL FUNCTION 'CNV_10210_SAVE_PACK_INFO_RFC' DESTINATION gv_dest EXPORTING iv_mbt_pack = gv_mbtpack iv_cwb_pack = gv_packid iv_guid = gs_cwb-nce_guid EXCEPTIONS communication_failure = 1 system_failure = 2 error = 3 OTHERS = 4.

CNV_10210_EXPORT_CUSTOMIZING CALL FUNCTION 'CNV_10210_EXPORT_CUSTOMIZING' EXPORTING iv_packid = gv_packid IMPORTING et_cust = gt_10210_cust.

CNV_NCE_LOAD_CUSTOMIZING_RFC CALL FUNCTION 'CNV_NCE_LOAD_CUSTOMIZING_RFC' DESTINATION gv_dest EXPORTING iv_guid = gs_cwb-nce_guid it_cust = gt_cust 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.



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