CNVC_SCWB_RUNID_CREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In this activity, you create comparison runs to represent your comparison projects...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CNVC_SCWB_RUNID_CREATE into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_TEXT = Description
Selection Text: P_TEMPL = Comparison Run
Selection Text: P_RUNID = D Comparison Run
Selection Text: P_ASCOPY = Copy Settings from Existing Ru
Title: Create Comparison Run
Text Symbol: TL5 = Forbidden characters are present in comp. run ID to copy setting from.
Text Symbol: TL4 = Name of the comp. run to copy setting from is too long (max 7 chars).
Text Symbol: TL3 = Specify existing comparison run ID to copy settings from.
Text Symbol: TL2 = Specify valid comparison run ID (length 1 - 7 chars)
Text Symbol: TL1 = Name of the comp. run is too long (max 7 chars).
Text Symbol: T23 = position
Text Symbol: T22 = Done
Text Symbol: T21 = Error
Text Symbol: T20 = activated
Text Symbol: T19 = Activate new run?
Text Symbol: T18 = .
Text Symbol: T17 = client
Text Symbol: T16 = Run created in system
Text Symbol: T15 = Creation Time:
Text Symbol: T14 = Creation Date:
Text Symbol: T13 = created by user
Text Symbol: T12 = exists already.
Text Symbol: T11 = Run
Text Symbol: T10 = Run-ID activated:
Text Symbol: T09 = systems copied from template
Text Symbol: T08 = cannot be created
Text Symbol: T07 = Run
Text Symbol: T06 = An unspecified error occured
Text Symbol: T05 = Program is already running
Text Symbol: T04 = Lock error
Text Symbol: T03 = Runid name contain forbidden special character on
Text Symbol: T02 = Copy Settings from Existing Run
Text Symbol: T01 = Create Comparison Run
INCLUDE CNV_MBT_SM_PARAMS .
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02' EXCEPTIONS no_authority = 1 OTHERS = 2.
CNVCF_SCWB_CHECK_RUNID CALL FUNCTION 'CNVCF_SCWB_CHECK_RUNID' EXPORTING iv_runid = p_runid EXCEPTIONS INITIAL = 1 TOO_LONG = 2 ILLEGAL_CHAR = 3 NOT_EXIST = 4 OTHERS = 5 .
CNVCF_SHOWMESSAGE CALL FUNCTION 'CNVCF_SHOWMESSAGE' EXPORTING titel = text-t21 "'Error' text1 = text-tl1.
CNVCF_SHOWMESSAGE CALL FUNCTION 'CNVCF_SHOWMESSAGE' EXPORTING titel = text-t21 "'Error' text1 = text-t03 text2 = gv_string.
CNVCF_SHOWMESSAGE CALL FUNCTION 'CNVCF_SHOWMESSAGE' EXPORTING titel = text-t21 "'Error' text1 = text-t03 text2 = gv_string.
CNVCF_SCWB_CHECK_RUNID CALL FUNCTION 'CNVCF_SCWB_CHECK_RUNID' EXPORTING iv_runid = p_templ EXCEPTIONS INITIAL = 1 TOO_LONG = 2 ILLEGAL_CHAR = 3 NOT_EXIST = 4 OTHERS = 5 .
CNVCF_SHOWMESSAGE CALL FUNCTION 'CNVCF_SHOWMESSAGE' EXPORTING titel = text-t21 "'Error' text1 = text-tl3.
CNVCF_SHOWMESSAGE CALL FUNCTION 'CNVCF_SHOWMESSAGE' EXPORTING titel = text-t21 "'Error' text1 = text-tl4.
CNVCF_SHOWMESSAGE CALL FUNCTION 'CNVCF_SHOWMESSAGE' EXPORTING titel = text-t21 "'Error' text1 = text-tl5.
CNVCF_SHOWMESSAGE CALL FUNCTION 'CNVCF_SHOWMESSAGE' EXPORTING titel = text-t21 "'Error' text1 = text-tl3.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.
CNVCF_SCWB_STAT_INIT CALL FUNCTION 'CNVCF_SCWB_STAT_INIT' EXPORTING runid = p_runid seqno = co_seqno EXCEPTIONS locked = 1 already_running = 2 OTHERS = 3.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.
CNVCF_SCWB_RUNID_CREATE CALL FUNCTION 'CNVCF_SCWB_RUNID_CREATE' EXPORTING runid = p_runid sc = 'X' cce = 'X' description = p_text EXCEPTIONS run_exists_already = 1 OTHERS = 2.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.
CNVCF_QUESTION CALL FUNCTION 'CNVCF_QUESTION' EXPORTING ip_question = gv_question IMPORTING ep_answer = gv_answer.
CNVCF_SCNG_RUNID_ACTIVATE CALL FUNCTION 'CNVCF_SCNG_RUNID_ACTIVATE' EXPORTING runid = p_runid EXCEPTIONS run_does_not_exist = 1 OTHERS = 2.
CNVCF_SCWB_STAT_FINISH CALL FUNCTION 'CNVCF_SCWB_STAT_FINISH' EXPORTING runid = p_runid seqno = co_seqno status = 'O' EXCEPTIONS not_found = 1 OTHERS = 2.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
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 CNVC_SCWB_RUNID_CREATE or its description.