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

CNV_10020_DELETE_GENERATED_ICL SAP ABAP Report - Deletion of includes generated by org. package







CNV_10020_DELETE_GENERATED_ICL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For performance reason, coding can be generated for determination and/or evaluation instead of using the generic function modules...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_ICL 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_10020_DELETE_GENERATED_ICL. "Basic submit
SUBMIT CNV_10020_DELETE_GENERATED_ICL AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10020_DELETE_GENERATED_ICL 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_VERS = D Version
Selection Text: SO_TABN = Table number
Selection Text: SO_TABLE = Table name
Selection Text: SO_PROG = D Program name
Selection Text: SO_IVERS = Include version
Selection Text: SO_ITABN = D Table number
Selection Text: SO_CONT = D Context
Selection Text: SO_CLUST = D Cluster table
Selection Text: P_TEST = Test run
Selection Text: P_TABREF = Delete CNV_10020_TABREF
Selection Text: P_PACKID = Package number
Selection Text: P_OUTPUT = Listausgabe
Selection Text: P_ITRTR = Delete CNV_10020_ITRTR/LGI
Selection Text: P_CREF = Check for references
Title: Deletion of includes generated by org. package
Text Symbol: PAR = Parameters
Text Symbol: NOD = There are no includes to be deleted
Text Symbol: JOB = Execution type
Text Symbol: ITR = Non-transparent field evaluation
Text Symbol: GDT = Determination
Text Symbol: DET = Include(s) for deletion found
Text Symbol: DEL = Include(s) deleted
Text Symbol: DEJ = CNV_10020_TABREF entries deleted
Text Symbol: DEI = CNV_10020_ITRTR entries deleted
Text Symbol: DEG = CNV_10020_ITRLGI entries deleted
Text Symbol: DDT = CNV_10020_TABREF entries for deletion found
Text Symbol: DDL = CNV_10020_ITRLGI entries for deletion found
Text Symbol: DDI = CNV_10020_ITRTR entries for deletion found
Text Symbol: CHO = Restriction


INCLUDES used within this REPORT CNV_10020_DELETE_GENERATED_ICL

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