SAP Reports / Programs

CNVC_SCWB_OBLIST_PULL_EXEC SAP ABAP Report - Load Object List from Every System







CNVC_SCWB_OBLIST_PULL_EXEC 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 load the objects lists from each participating system to the system in which you run the comparison...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_OBLIST_PULL_EXEC 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 CNVC_SCWB_OBLIST_PULL_EXEC. "Basic submit
SUBMIT CNVC_SCWB_OBLIST_PULL_EXEC AND RETURN. "Return to original report after report execution complete
SUBMIT CNVC_SCWB_OBLIST_PULL_EXEC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_SID = D System ID
Selection Text: P_TEST = Test Mode
Selection Text: P_TASKID = Task ID
Selection Text: P_SUBACT = Sub Activity ID
Selection Text: P_STATE = State
Selection Text: P_SESSID = Session ID
Selection Text: P_RUNID = Comparison Run
Title: Load Object List from Every System
Text Symbol: T28 = Storing data from system:
Text Symbol: T27 = Load of object list succesfully completed.
Text Symbol: T26 = Object list load completed.
Text Symbol: T25 = Loading object list from system:
Text Symbol: T24 = Load of object list from all systems started.
Text Symbol: T23 = special object were removed from object list.
Text Symbol: T22 = new objects
Text Symbol: T17 = Storing data from &1
Text Symbol: T16 = System :
Text Symbol: T15 = Reading from &1
Text Symbol: T13 = Lock error
Text Symbol: T12 = Expert Options
Text Symbol: T09 = objects read
Text Symbol: T08 = objects of type
Text Symbol: T07 = Control System Statistics
Text Symbol: T06 = new objects
Text Symbol: T05 = objects read
Text Symbol: T04 = An unspecified error occured.
Text Symbol: T03 = Program is already running!
Text Symbol: T02 = SIDs in this comparison package


INCLUDES used within this REPORT CNVC_SCWB_OBLIST_PULL_EXEC

INCLUDE: CNVC_SCWB_STAT_SEQNO.


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:

CNVCF_SCNG_RUNID_GETACTIVE * CALL FUNCTION 'CNVCF_SCNG_RUNID_GETACTIVE' * IMPORTING * runid = p_runid.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SID' dynpprog = gv_repid dynpnr = sy-dynnr dynprofield = 'SO_SID-LOW' value_org = 'S' TABLES value_tab = gt_shlp EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SID' dynpprog = gv_repid dynpnr = sy-dynnr dynprofield = 'SO_SID-HIGH' value_org = 'S' TABLES value_tab = gt_shlp EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

GET_JOB_RUNTIME_INFO * CALL FUNCTION 'GET_JOB_RUNTIME_INFO' * IMPORTING * JOBCOUNT = GV_MY_JOBCOUNT * JOBNAME = GV_MY_JOBNAME * EXCEPTIONS * NO_RUNTIME_INFO = 1 * OTHERS = 2.

CNVCF_PROGRESS * CALL FUNCTION 'CNVCF_PROGRESS' * EXPORTING * TEXT = TEXT-T24.

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.

BAL_DSP_LOG_DISPLAY * CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXCEPTIONS * OTHERS = 1.

CNVCF_PROGRESS * CALL FUNCTION 'CNVCF_PROGRESS' * EXPORTING * TEXT = TEXT-T15 "'Reading from &1' * VAR1 = GS_SID-SID.

CNVCF_SCWB_OBJL_READ CALL FUNCTION 'CNVCF_SCWB_OBJL_READ' DESTINATION gs_sid-rfcdest EXPORTING runid = p_runid objtyp = gs_objtyp "added by guptaneh TABLES *LT:V2 Added by GUPTANEH as on 28.12.2010

CNVCF_PROGRESS * CALL FUNCTION 'CNVCF_PROGRESS' * EXPORTING * TEXT = TEXT-T17 "'Storing data from &1' * VAR1 = GS_SID-SID.

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.

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 .



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