SAP Reports / Programs | Cross-Application Components(CA) SAP CA

CNV_10993_RUN SAP ABAP Report - Program CNV_10993_RUN







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


Text pool values


Title: Program CNV_10993_RUN
Text Symbol: 128 = You want to save the changes?
Text Symbol: 126 = Message
Text Symbol: 123 = Are you sure you want to delete search PCL Package ID ?
Text Symbol: 087 = Only exact words will be searched . Do you want to continue ?
Text Symbol: 086 = Include Comments
Text Symbol: 085 = Including Comments is performance intensive and can cause longer runtime .Do you want to Continue?
Text Symbol: 045 = Selected Objects :
Text Symbol: 044 = Strings
Text Symbol: 040 = Selected Objects
Text Symbol: 039 = Free Text
Text Symbol: 038 = A Local Excell File
Text Symbol: 037 = CNVRENAME
Text Symbol: 036 = Active Package
Text Symbol: 035 = COA Tables
Text Symbol: 034 = Custom Search
Text Symbol: 033 = All Customer Enhancements,
Text Symbol: 032 = All Custom Developments,
Text Symbol: 031 = All SAP Modification,
Text Symbol: 029 = Selected Objects
Text Symbol: 028 = And Comments are also Included
Text Symbol: 027 = Word Based Search
Text Symbol: 026 = String Based Search
Text Symbol: 025 = Changed Date
Text Symbol: 024 = Created By
Text Symbol: 023 = Development Class
Text Symbol: 022 = Object Name
Text Symbol: 020 = String
Text Symbol: 019 = Old value
Text Symbol: 018 = Organization 2
Text Symbol: 017 = Organization 1
Text Symbol: 016 = Domain Name
Text Symbol: 015 = Pack Id
Text Symbol: 014 = Mandt
Text Symbol: 010 = Select Objects
Text Symbol: 009 = Search PCL Package ID's
Text Symbol: 006 = Change PCL Package ID
Text Symbol: 005 = Want to Save ?





Text Symbol: 003 = PCL Package ID Description


INCLUDES used within this REPORT CNV_10993_RUN

INCLUDE CNV_10993_RUN_TOP.
INCLUDE CNV_10993_RUN_FORM.
INCLUDE CNV_10993_RUN_PBO.
INCLUDE CNV_10993_RUN_PAI.
INCLUDE CNV_10993_COA_AND_UPLOAD.


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:

No SAP FUNCTION MODULES are executed within this report code!



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