SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNVC_SCWB_REFRESH_OBJECT_EXEC1 SAP ABAP Report - Program CNVC_SCWB_REFRESH_OBJECT_EXEC1







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


Text pool values


Title: Program CNVC_SCWB_REFRESH_OBJECT_EXEC1
Text Symbol: T02 = Redirecting to selection screen.
Text Symbol: T03 = completed
Text Symbol: T04 = Found dependent obj type:
Text Symbol: T05 = depdendent objects found
Text Symbol: T07 = Refresh of comparison started.
Text Symbol: T08 = Load of object from transports started.
Text Symbol: T09 = Load of object completed.
Text Symbol: T10 = Postprocessing started.
Text Symbol: T11 = Refreshing ...
Text Symbol: T12 = objects refreshed.
Text Symbol: T13 = Refresh comparison completed.
Text Symbol: T14 = started
Text Symbol: T15 = loading objects
Text Symbol: T16 = postprocessing
Text Symbol: T17 = completed
Text Symbol: T18 = No


INCLUDES used within this REPORT CNVC_SCWB_REFRESH_OBJECT_EXEC1

INCLUDE: CNV_MBT_SUB_SM_PARAMS,


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.

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_SCWB_FIND_TRQ CALL FUNCTION 'CNVCF_SCWB_FIND_TRQ' EXPORTING TRQ = SO_TRQS[] RFC = '' IMPORTING LT_TRQ = GT_TRQS.

CNVCF_SCWB_GAIN_OBJL CALL FUNCTION 'CNVCF_SCWB_GAIN_OBJL' EXPORTING TR_NAME = GS_TRQS-TRQ_NAME IMPORTING OBJL = GT_OBJL.

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 = '&1 &2 &3' * var1 = up_runid * var2 = up_objtyp * var3 = up_objnam.

CNVCF_SCNG_GETDEP CALL FUNCTION 'CNVCF_SCNG_GETDEP' EXPORTING OBJTYP = UP_OBJTYP IMPORTING DEPOBJTTYPE = LV_DEPTYP.

CNVCF_SCNG_COMPARE CALL FUNCTION 'CNVCF_SCNG_COMPARE' EXPORTING IP_RUNID = UP_RUNID IP_OBJID = LS_OBJL-OBJID IP_OBJTYP = UP_OBJTYP IP_OBJNAM = UP_OBJNAM CHANGING OBJL = LS_OBJL EXCEPTIONS NO_RELEVANT_ATTRIBUTES = 1 OTHERS = 2.

RFC_WALK_THRU_TEST CALL FUNCTION 'RFC_WALK_THRU_TEST' EXPORTING TEST_IN = LV_TEST_IN TABLES DESTINATIONS = LT_HOSTS LOG = LT_LOG.

CNVCF_SCOL_GETDETAIL CALL FUNCTION 'CNVCF_SCOL_GETDETAIL' DESTINATION LS_SID-RFCDEST EXPORTING IP_NAME = US_OBJL-OBJNAM IP_OBJTYPE = US_OBJL-OBJTYP IMPORTING EP_EXISTS = LV_EXISTS TABLES OBJM = LT_OBJM EXCEPTIONS UNKNOWN_OBJECTTYPE = 1 OTHERS = 2.

CNVCF_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING TEXT = IV_ACTION POSITION = IV_POS MAXIMUM = IV_MAX.

RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING DESTINATION = LS_SID-RFCDEST EXCEPTIONS OTHERS = 0.



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