SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_10030_TS_UPLOAD_ITR SAP ABAP Report - Troubleshooting program to upload content for non-transp. field eval.







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


INCLUDES used within this REPORT CNV_10030_TS_UPLOAD_ITR

INCLUDE CNV_MBT_CWB_TS_PARAMS.
INCLUDE CNV_10020_CONSTANTS.


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:

CNV_DOWNUP_TS_UPLOAD CALL FUNCTION 'CNV_DOWNUP_TS_UPLOAD' EXPORTING p_pack = p_pack p_phase = p_phase p_act_id = p_act_id p_sel_id = p_sel_id IMPORTING p_funcname = gd_funcname p_upload_id = gd_upload_id EXCEPTIONS upload_failed = 1 aborted_by_user = 2 func_not_found = 3 func_not_defined = 4 data_check_failed = 5.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_fvobj-fvobj i_objtype = fvobj EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_cdobj-cdobj i_objtype = cdobj EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_cfobj-cfobj i_objtype = cfobj EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_dtobj-dtobj i_objtype = dtobj EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_path-pathid i_objtype = lt_path-pathtype EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_path-pathid i_objtype = lt_path-pathtype EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_vlist-vlistname i_objtype = vlist EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_cond-condname i_objtype = lt_cond-condtype EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_cond-condname i_objtype = lt_cond-condtype EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_act-actionname i_objtype = lt_act-actiontype EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_packid = p_pack i_objid = lt_act-actionname i_objtype = lt_act-actiontype EXCEPTIONS error_update = 1 OTHERS = 2.

CNV_10020_CHECK_RCOMP CALL FUNCTION 'CNV_10020_CHECK_RCOMP' EXPORTING i_packid = lt_rcomp_rel_diff-packid i_tabname = lt_rcomp_rel_diff-tabname i_fieldname = lt_rcomp_rel_diff-fieldname i_compname = lt_rcomp_rel_diff-compname i_relid = lt_rcomp_rel_diff-relid i_only_unchecked = no i_called_directly = yes.



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