CNVC_SCWB_INIT_OBJDEF_EXEC 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 CNVC_SCWB_INIT_OBJDEF_EXEC 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: SO_OBJTY = D Object Type
Selection Text: P_TEST = Test Mode
Selection Text: P_RUNID = D Package Number
Title: Determine Relevant Objects
Text Symbol: T88 = Number of Decimal Places
Text Symbol: T87 = Conversion Routine
Text Symbol: T86 = ABAP data type (C,D,N,...)
Text Symbol: T85 = Length (No. of Characters)
Text Symbol: T84 = Internal Length in Bytes
Text Symbol: T83 = Data type
Text Symbol: T82 = Data element
Text Symbol: T81 = Data selection in source system possible
Text Symbol: T80 = Flag: Required-entry field
Text Symbol: T79 = Long description
Text Symbol: T78 = Medium description
Text Symbol: T77 = Short Description
Text Symbol: T76 = Position of the field in the table
Text Symbol: T75 = INVISIBLE
Text Symbol: T74 = InfoSource type
Text Symbol: T73 = Content release
Text Symbol: T72 = Type of requested data
Text Symbol: T71 = BW Infosource type
Text Symbol: T70 = Transfer structure
Text Symbol: T69 = Update type
Text Symbol: T68 = ID for update rules
Text Symbol: T67 = UNITCONV
Text Symbol: T66 = UNIROUTINE
Text Symbol: T65 = Source InfoObject of comm. structure
Text Symbol: T64 = Rule number (update rule)
Text Symbol: T63 = Table as a return
Text Symbol: T62 = ABAP routine
Text Symbol: T61 = Position of the Field
Text Symbol: T60 = Object version
Text Symbol: T59 = Time-Dependency when Reading master-data
Text Symbol: W17 = Creating attributes list
Text Symbol: W16 = Test mode on. Results won't be stored into database.
Text Symbol: W15 = Development class
Text Symbol: W14 = Setting attributes for &1
INCLUDE : CNVC_SCWB_PARAMS,
No SAP DATABASE tables are accessed within this REPORT code!
CNVCF_SCNG_RUNID_GETACTIVE * CALL FUNCTION 'CNVCF_SCNG_RUNID_GETACTIVE' * IMPORTING * RUNID = P_RUNID.
GET_JOB_RUNTIME_INFO * CALL FUNCTION 'GET_JOB_RUNTIME_INFO' * IMPORTING * jobcount = gv_jobcount * jobname = gv_jobname * EXCEPTIONS * no_runtime_info = 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_PROGRESS * CALL FUNCTION 'CNVCF_PROGRESS' * EXPORTING * text = text-w17. " 'Creating attributes list'
SAPGUI_PROGRESS_INDICATOR ** CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' ** EXPORTING ** PERCENTAGE = LD_PERCENT ** TEXT = 'Creating attributes list'.
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * PERCENTAGE = LD_PERCENT * TEXT = LC_TEXT.
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_PROGRESS * CALL FUNCTION 'CNVCF_PROGRESS' * EXPORTING * TEXT = IV_ACTION * VAR1 = IV_VAR1 * POSITION = IV_POS * MAXIMUM = IV_MAX.
CNV_MBT_L_SUBSTATE_UPDATE CALL FUNCTION 'CNV_MBT_L_SUBSTATE_UPDATE' EXPORTING * SESSION_ID = * SUBACT_ID = * TASK_ID = * STATE_TEC = state_log = 'U' * ABORTED = proc_total = lv_proc_tot proc_compl = lv_proc_com * SEQNUM = * FORCE_UPDATE = ' ' EXCEPTIONS parameters_not_defined = 1 entry_not_found = 2 update_failed = 3 pcl_update_failed = 4 rfc_failure = 5 OTHERS = 6 .
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_INIT_OBJDEF_EXEC or its description.
CNVC_SCWB_INIT_OBJDEF_EXEC - Determine Relevant Objects CNVC_SCWB_INIT_OBJDEF_EXEC - Determine Relevant Objects CNVC_SCWB_INIT_OBJDEF - Determine Relevant Objects CNVC_SCWB_INIT_OBJDEF - Determine Relevant Objects CNVC_SCWB_INCLUDE_APPENDS - repository comparison: fill object list CNVC_SCWB_INCLUDE_APPENDS - repository comparison: fill object list