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

CNV_10020_DELETE_GENERATED_REP SAP ABAP Report - Deletion of programs generated by org. package







CNV_10020_DELETE_GENERATED_REP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can delete programs that were generated by the org package but are not required anymore...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 CNV_10020_DELETE_GENERATED_REP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_10020_DELREP - Deletion of generated org. programs


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_10020_DELETE_GENERATED_REP. "Basic submit
SUBMIT CNV_10020_DELETE_GENERATED_REP AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10020_DELETE_GENERATED_REP 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_EXPERT = Expert mode
Selection Text: P_TEST = Test run
Selection Text: P_TPACK =
Selection Text: SO_CDAT = D .
Selection Text: SO_CNAM = D .
Selection Text: SO_PACK = D .
Title: Deletion of programs generated by org. package
Text Symbol: CHO = Restriction
Text Symbol: CRB = Created by
Text Symbol: CRO = Created on
Text Symbol: DEL = Package &1: &2 program(s) deleted
Text Symbol: DET = Package &1: &2 program(s) for deletion found
Text Symbol: JOB = Execution type
Text Symbol: MND = Client
Text Symbol: NAM = Program
Text Symbol: NOD = There are no programs to be deleted
Text Symbol: PAR = Parameters
Text Symbol: PNF = Parameter &1 not defined in client &2
Text Symbol: TPL = Template pkg for REPORT par


INCLUDES used within this REPORT CNV_10020_DELETE_GENERATED_REP

INCLUDE CNV_10020_CONSTANTS.
INCLUDE CNV_10020_GLOBAL_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:

CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '03' EXCEPTIONS no_authority = 1 OTHERS = 2.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_delete_tadir_entry = 'X' wi_test_modus = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'PROG' wi_tadir_obj_name = gd_progname wi_tadir_devclass = gt_prog-devclass EXCEPTIONS OTHERS = 1.



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