SAP Reports / Programs

CNVC_SCWB_OBLIST_PULL SAP ABAP Report - Load Object List from Every System







CNVC_SCWB_OBLIST_PULL 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 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. "Basic submit
SUBMIT CNVC_SCWB_OBLIST_PULL AND RETURN. "Return to original report after report execution complete
SUBMIT CNVC_SCWB_OBLIST_PULL 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: P_TEST = Test Mode
Selection Text: P_SLO = Remove SLO Objects
Selection Text: P_SHC = Remove SHC Objects
Selection Text: P_DMIS = Remove DMIS Objects
Selection Text: P_BGD = Process in background
Title: Load Object List from Every System
Text Symbol: T24 = RECOMMENDED
Text Symbol: T23 = scheduled
Text Symbol: T22 = Load object list for Package ID:
Text Symbol: T21 = Canceled
Text Symbol: T20 = Execute report in background.
Text Symbol: T19 = Redirecting to selection screen.
Text Symbol: T18 = Done
Text Symbol: T17 = Storing data from &1
Text Symbol: T16 = System :
Text Symbol: T15 = Reading from &1
Text Symbol: T14 = Error
Text Symbol: T13 = Lock error
Text Symbol: T12 = Expert Options
Text Symbol: T11 = Question
Text Symbol: T10 = Step was run once without ending succesfully. Do you really want to continue?
Text Symbol: T09 = objects read
Text Symbol: T08 = objects of type
Text Symbol: T07 = 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
Text Symbol: T01 = This program could run a long time. Are you sure you want to run it in dialog?


INCLUDES used within this REPORT CNVC_SCWB_OBLIST_PULL

INCLUDE: CNVC_SCWB_STAT_SEQNO.
INCLUDE: CNVC_SCWB_PARAMS,
INCLUDE CNVC_SCWB_FORMS.


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.

CNVCF_QUESTION * CALL FUNCTION 'CNVCF_QUESTION' * EXPORTING * ip_question = text-t01 * IMPORTING * ep_answer = gv_answer.

CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING PACKID = P_PACK IMPORTING DESTINATION_ID = LV_DEST EXCEPTIONS NO_DESTINATIONS_FOR_PACKID = 1 NO_PCL_DESTINATION_FOR_PACKID = 2 OTHERS = 3.

CNV_MBT_PC_PROG_START_BGR CALL FUNCTION 'CNV_MBT_PC_PROG_START_BGR' DESTINATION LV_DEST EXPORTING PROGNAME = LC_PROG_R JOB_NAME = LC_FILL_JOB IMPORTING JOBCOUNT = LS_SUBSTATE-JOBCOUNT TABLES LT_PARAMS = LT_PARAMS EXCEPTIONS PROGRAM_DOES_NOT_EXIST = 1 NO_AUTHORITY = 2 SCHEDULING_ERROR = 3 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT OTHERS = 4.

JOB_OPEN * CALL FUNCTION 'JOB_OPEN' * EXPORTING * jobname = gv_jobname * IMPORTING * jobcount = gv_jobcount.

JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * jobname = gv_jobname * jobcount = gv_jobcount * strtimmed = 'X'.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES IM_CNVMBTSUBSTATE = LT_SUBSTATE EXCEPTIONS UPDATE_FAILED = 1 OTHERS = 2.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES IM_CNVMBTSUBSTATE = LT_SUBSTATE EXCEPTIONS UPDATE_FAILED = 1 OTHERS = 2.

CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = P_ACT_ID IR_LOGGER = GR_LOGGER.



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