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

CNVC_SCWB_INCLUDE_APPENDS SAP ABAP Report - repository comparison: fill object list







CNVC_SCWB_INCLUDE_APPENDS 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_INCLUDE_APPENDS 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_INCLUDE_APPENDS. "Basic submit
SUBMIT CNVC_SCWB_INCLUDE_APPENDS AND RETURN. "Return to original report after report execution complete
SUBMIT CNVC_SCWB_INCLUDE_APPENDS 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_NAME = namespaces
Selection Text: P_VERB = show objects
Selection Text: P_TRQ = add from transports
Selection Text: P_TEST = Testmode
Selection Text: P_RUNID = D Comparison run
Selection Text: P_REST = other objects
Selection Text: P_MODI = add from modifications
Selection Text: P_DELOLD = delete old records
Selection Text: P_CUST = customer namespace
Selection Text: P_ABAP = report(s)
Title: repository comparison: fill object list
Text Symbol: T12 = objects added
Text Symbol: T11 = Adding TAB from transport
Text Symbol: T10 = Adding TAB from modifications
Text Symbol: T09 = Adding customer name TAB
Text Symbol: T08 = Adding TADIR from transport
Text Symbol: T07 = Adding TADIR from modifications
Text Symbol: T06 = Adding customer name TADIR
Text Symbol: T05 = Finished
Text Symbol: T04 = List TAB
Text Symbol: T03 = old rows deleted
Text Symbol: T02 = Deleting old data
Text Symbol: T01 = Cleaning list


INCLUDES used within this REPORT CNVC_SCWB_INCLUDE_APPENDS

REPORT CNVC_SCWB_INCLUDE_APPENDS.
REPORT CNVC_SCWB_INCLUDE_APPENDS.


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_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING text = text-t02. "'Deleting old data'

CNVCF_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING text = text-t06. "'Adding customer name TADIR'.

CNVCF_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING text = text-t07. "'Adding TADIR from modifications'.

CNVCF_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING text = text-t08. "'Adding TADIR from transport'.

CNVCF_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING text = text-t09. "'Adding customer lv_name TAB'.

CNVCF_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING text = text-t10. "'Adding TAB from modifications'.

CNVCF_PROGRESS CALL FUNCTION 'CNVCF_PROGRESS' EXPORTING text = text-t11. "'Adding TAB from transport'.



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