SAP Reports / Programs

CNV_20100_INIT SAP ABAP Report - Carry out initialization







CNV_20100_INIT 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_20100_INIT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_20100_INIT - Carry out initialization


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


Text pool values


Title: Carry out initialization
Text Symbol: 102 = As of Release 4.0, the sets are saved in transparent tables.
Text Symbol: 103 = Sets which were created under Release 3.x were not transferred when an
Text Symbol: 104 = upgrade from Release 3.x to Release 4.x was made, that is, they
Text Symbol: 105 = remained in the old tables.
Text Symbol: 106 = If you started R/3 implementation with Release 3.x or lower and made an
Text Symbol: 107 = upgrade to Release 4.x, you have to transfer the sets to the correct
Text Symbol: 108 = tables first to enable the system to convert the sets.
Text Symbol: 109 = .
Text Symbol: 001 = Initialization is running
Text Symbol: 010 = Carry out initialization
Text Symbol: 020 = Re-execute initialization?
Text Symbol: 021 = Re-execute initialization?
Text Symbol: 031 = Cancel
Text Symbol: 032 = Execute
Text Symbol: 100 = This step is carried out by the customer:
Text Symbol: 101 = In Release 3.x, the sets were placed in tables T800S, T800X, T800Y
Text Symbol: 110 = To do this, start programs RGSOLD2N und RGSOLDDL.
Text Symbol: 300 = Incorrect file name
Text Symbol: 301 = Records in file
Text Symbol: 302 = saved
Text Symbol: 303 = Error in download to file
Text Symbol: 400 = records imported and saved on the data base
Text Symbol: 401 = No data loaded! Probably wrong file name or file is empty
Text Symbol: 402 = upload error
Text Symbol: 111 = To do this, start program RGX_SETS_TO_40.
Text Symbol: 112 = and SETDATA.
Text Symbol: 120 = In this step, you ensure that sets data is placed in transparent tables
Text Symbol: 121 = so that it can be covered by the conversion.
Text Symbol: 125 = Import file (TXT format)
Text Symbol: 126 = Export file (TXT format)
Text Symbol: 128 = File name
Text Symbol: 203 = No data was loaded! Possible reason: EXCEL is open


INCLUDES used within this REPORT CNV_20100_INIT

INCLUDE CNV_20100_DATA_INCLUDE.
INCLUDE CNV_20100_FORMS_SONST.


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_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid phase = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CNV_00001_STATE_GET CALL FUNCTION 'CNV_00001_STATE_GET' EXPORTING packid = gc_packid phase = 'R' progname = 'CNV_20100_INIT' IMPORTING exp_cnvstate = gs_cnvstate.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-020 diagnose_object = 'CNV_20100_DT_INIT' text_question = text-021 text_button_1 = text-031 " 'Abbrechen'(031) icon_button_1 = 'ICON_CANCEL' text_button_2 = text-032 " 'Ausführen'(032) icon_button_2 = 'ICON_EXECUTE_OBJECT' default_button = '1' display_cancel_button = '' userdefined_f1_help = '' start_column = 25 start_row = 6 IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

CNV_00001_IS_PACK_CUST_SPACE CALL FUNCTION 'CNV_00001_IS_PACK_CUST_SPACE' EXPORTING p_pack = gc_packid IMPORTING p_res = gv_res EXCEPTIONS package_not_found = 1 OTHERS = 2.

CNV_SYSTEM_INFO CALL FUNCTION 'CNV_SYSTEM_INFO' IMPORTING p_sys_type = gv_systype EXCEPTIONS system_unknown = 1 OTHERS = 2.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack "<-- must be PCL packid exec_target = 'P' all_as_table = '' none_at_local_dest = 'X' IMPORTING destination_id = lv_destination_id 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_20100_WRITE_ME_MAPPING CALL FUNCTION 'CNV_20100_WRITE_ME_MAPPING' DESTINATION lv_destination_id EXPORTING iv_pcl_pack = p_pack iv_clear_mapping = 'X' IMPORTING ev_error_occurred = lv_error_occurred ev_reason = lv_reason.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = iv_proz text = iv_txt EXCEPTIONS OTHERS = 1.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-010 start_column = 10 start_row = 3 text_object = 'INIT_FINISHED' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS text_not_found = 1 OTHERS = 2.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

CNV_00001_STATE_GET CALL FUNCTION 'CNV_00001_STATE_GET' EXPORTING packid = gc_packid phase = 'R' * TABNAME = progname = lv_progname IMPORTING exp_cnvstate = ls_cnvstate EXCEPTIONS no_entry_exists = 1 OTHERS = 2.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobcount jobname = lv_jobname * sdlstrtdt = p_date * sdlstrttm = p_time strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

CNV_20100_CHK_CFUNC_EXISTENCE CALL FUNCTION 'CNV_20100_CHK_CFUNC_EXISTENCE' EXPORTING i_packid = gc_packid TABLES et_msg = lt_msg.



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