SAP Reports / Programs

CNV_00001_TS_INVALIDATE_PROG SAP ABAP Report - Invalidate old conversion programs







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


Text pool values


Title: Invalidate old conversion programs
Text Symbol: 010 = Manual status change by user
Text Symbol: 011 = Status 'Error' was changed to 'Warning'
Text Symbol: 013 = Status was set to 'Finished'.
Text Symbol: 014 = Change status of programs manually
Text Symbol: 015 = Do you want to continue?


INCLUDES used within this REPORT CNV_00001_TS_INVALIDATE_PROG

INCLUDE CNV_MBT_CWB_TS_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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gd_packid EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-015 titel = text-014 IMPORTING answer = gd_answer EXCEPTIONS OTHERS = 1.

CNV_MBT_L_PC_JOBS_CHECK CALL FUNCTION 'CNV_MBT_L_PC_JOBS_CHECK' EXPORTING jobname = ld_cnvstate-jobname jobcount = ld_cnvstate-jobcount IMPORTING jobstatus = ld_job_status EXCEPTIONS job_check_error = 1 job_read_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lp_tabname IMPORTING x030l_wa = ld_x030l TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING object = object subobject = subobject EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_INIT_MESSAGES CALL FUNCTION 'APPL_LOG_INIT_MESSAGES' EXPORTING object = object subobject = subobject * CONTINUE_PROTOCOL = ' ' EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_SET_OBJECT CALL FUNCTION 'APPL_LOG_SET_OBJECT' EXPORTING object = ld_balhdr-object subobject = ld_balhdr-subobject no_log = ' ' EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING header = ld_balhdri IMPORTING update_or_insert = update_or_insert EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_SINGLE_MESSAGE CALL FUNCTION 'APPL_LOG_WRITE_SINGLE_MESSAGE' EXPORTING object = ld_balhdri-object subobject = ld_balhdri-subobject MESSAGE = ld_balmi update_or_insert = 'I' EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = ld_balhdri-object subobject = ld_balhdri-subobject TABLES object_with_lognumber = lt_balnri EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.

APPL_LOG_SET_OBJECT CALL FUNCTION 'APPL_LOG_SET_OBJECT' EXPORTING object = ld_balhdr-object subobject = ld_balhdr-subobject no_log = ' ' EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING header = ld_balhdri IMPORTING update_or_insert = update_or_insert EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_SINGLE_MESSAGE CALL FUNCTION 'APPL_LOG_WRITE_SINGLE_MESSAGE' EXPORTING object = ld_balhdri-object subobject = ld_balhdri-subobject MESSAGE = ld_balmi update_or_insert = 'I' EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = ld_balhdri-object subobject = ld_balhdri-subobject TABLES object_with_lognumber = lt_balnri EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.



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