SAP Reports / Programs | Basis Components | Web Dynpro | Web Dynpro ABAP(BC-WD-ABA) SAP BC

SWDC_CONVERT SAP ABAP Report - Web Dynpro: Screen Converter







SWDC_CONVERT 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 SWDC_CONVERT 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

SE58 - Web Dynpro Converter


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


Text pool values


Title: Web Dynpro: Screen Converter
Text Symbol: T41 = Component:
Text Symbol: T40 = View:
Text Symbol: T30 = Complete Convertion
Text Symbol: T20 = Create Web Dynpro Application &1 (Transaction: &2)
Text Symbol: T12 = Delete Web Dynpro Component &1
Text Symbol: T11 = Save Web Dynpro Component &1
Text Symbol: T10 = Activate Web Dynpro Component &1
Text Symbol: T01 = Convert Screen &1 (Target View: &2)
Text Symbol: T00 = Convert Program &1 (Target Component: &2)
Text Symbol: Q03 = Existing Web Dynpro component will be deleted
Text Symbol: Q01 = Existing Web Dynpro view will be deleted
Text Symbol: Q00 = Do you want to carry out the conversion?
Text Symbol: P03 = Create...
Text Symbol: P02 = Delete...
Text Symbol: P01 = Saving...
Text Symbol: P00 = Convert...
Text Symbol: H31 = Duration (Sec.)
Text Symbol: H30 = Action
Text Symbol: H23 = &1 / &2 (&3)
Text Symbol: H22 = Date / Time (Time Zone)
Text Symbol: H21 = &1
Text Symbol: H20 = User
Text Symbol: H12 = &1 (&2)
Text Symbol: H11 = Target View (in Component)
Text Symbol: H10 = Converted Screen (in Program)
Text Symbol: H02 = &1
Text Symbol: H01 = Destination Component
Text Symbol: H00 = Coverted Program


INCLUDES used within this REPORT SWDC_CONVERT

No INCLUDES are used within this REPORT code!


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