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

CNV_10993_SUBMIT_SCAN_PROGRAM SAP ABAP Report - Include CNV_10993_SUBMIT_SCAN_PROGRAM







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


Text pool values


Title: Include CNV_10993_SUBMIT_SCAN_PROGRAM
Text Symbol: 325 = Program Lines
Text Symbol: 324 = Description of Smartform
Text Symbol: 323 = Any of the Description fields or it Caption
Text Symbol: 322 = Any of the Text - Data
Text Symbol: 321 = Any of the Text - Header
Text Symbol: 320 = Interface TAB
Text Symbol: 319 = Layout TAB
Text Symbol: 318 = Context TAB
Text Symbol: 317 = Properties TAB
Text Symbol: 316 = Adobe/PDF Interface
Text Symbol: 315 = Adobe/PDF Form
Text Symbol: 314 = Type Group
Text Symbol: 313 = Table Maintenace Dialog
Text Symbol: 312 = BADI
Text Symbol: 311 = Smartform
Text Symbol: 310 = User Exist
Text Symbol: 309 = Search Helps
Text Symbol: 308 = Adobe Form Interface
Text Symbol: 307 = Adobe Form
Text Symbol: 306 = Program
Text Symbol: 305 = Logical Database
Text Symbol: 304 = Function Group
Text Symbol: 303 = SAPScript
Text Symbol: 302 = Dialog Module
Text Symbol: 301 = Class and Interface
Text Symbol: 209 = Program for SAPScript
Text Symbol: 208 = Header tab
Text Symbol: 207 = Pages tab
Text Symbol: 206 = Paragraph Format tab
Text Symbol: 205 = Windows or Page Windows tab - Text Elements
Text Symbol: 204 = Character Format tab
Text Symbol: 203 = Windows tab
Text Symbol: 202 = CAN BE IGNORED
Text Symbol: 201 = TO BE CORRECTED


INCLUDES used within this REPORT CNV_10993_SUBMIT_SCAN_PROGRAM

INCLUDE: CNV_MBT_SUB_SM_PARAMS,
INCLUDE CNV_10993_SUBMIT_SCAN_TOP .
INCLUDE CNV_10993_SUBMIT_SCAN_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:

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