<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web Dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608126#M598010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will shortly see some new tutorials that the Web Dynpro for ABAP group has produced!&lt;/P&gt;&lt;P&gt;Stay tuned to the &lt;/P&gt;&lt;P&gt;ABAP Homepage and also the Web Dynpro Homepage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2007 04:54:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-31T04:54:32Z</dc:date>
    <item>
      <title>Web Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608123#M598007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any body please send me a detailed document on ABAP WebDynpro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 04:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608123#M598007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T04:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Web Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608124#M598008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Web Dynpro ABAP   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/db22242d-0701-0010-28a2-aeaa1fefd706" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/db22242d-0701-0010-28a2-aeaa1fefd706&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that the following also helps you.&lt;/P&gt;&lt;P&gt;Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web&lt;/P&gt;&lt;P&gt;applications in the ABAP environment. It consists of a runtime environment and a graphical&lt;/P&gt;&lt;P&gt;development environment with special Web Dynpro tools that are integrated in the ABAP&lt;/P&gt;&lt;P&gt;Workbench (SE80).&lt;/P&gt;&lt;P&gt;Web Dynpro offers the following advantages for application developers:&lt;/P&gt;&lt;P&gt; The use of declarative and graphical tools significantly reduces the implementation&lt;/P&gt;&lt;P&gt;effort&lt;/P&gt;&lt;P&gt; Web Dynpro supports a structured design process&lt;/P&gt;&lt;P&gt; Strict separation between layout and business data&lt;/P&gt;&lt;P&gt; Reuse and better maintainability by using components&lt;/P&gt;&lt;P&gt; The layout and navigation is easily changed using the Web Dynpro tools&lt;/P&gt;&lt;P&gt; Stateful applications are supported &amp;#150; that is, if the page is changed and the required&lt;/P&gt;&lt;P&gt;data remains intact so that you can access it at any time throughout the entire&lt;/P&gt;&lt;P&gt;application context.&lt;/P&gt;&lt;P&gt;Note that stateless applications are not possible.&lt;/P&gt;&lt;P&gt; Automatic data transport using data binding&lt;/P&gt;&lt;P&gt; Automatic input check&lt;/P&gt;&lt;P&gt; Automatic operation of the Web Dynpro application using the keyboard&lt;/P&gt;&lt;P&gt; User interface accessibility is supported&lt;/P&gt;&lt;P&gt; Full integration in the reliable ABAP development environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web Dynpro Architecture&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).&lt;/P&gt;&lt;P&gt;The Web Dynpro model is based on the Model View Controller paradigm, and has the&lt;/P&gt;&lt;P&gt;following features that build on the classic dynpro model:&lt;/P&gt;&lt;P&gt; Clear separation of business logic and display logic&lt;/P&gt;&lt;P&gt; Uniform metamodel for all types of user interfaces&lt;/P&gt;&lt;P&gt; Execution on a number of client platforms.&lt;/P&gt;&lt;P&gt; Extensive platform independence of interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;Metamodel Concept&lt;/P&gt;&lt;P&gt;Web Dynpro provides support for developing Web representation of a business application.&lt;/P&gt;&lt;P&gt;You use specific tools to describe the properties of a Web Dynpro application in the form of&lt;/P&gt;&lt;P&gt;Web Dynpro metadata. The necessary source code is then generated automatically and&lt;/P&gt;&lt;P&gt;executed at runtime. In addition to the events offered by the framework, you can also define&lt;/P&gt;&lt;P&gt;your own events for a Web Dynpro application. However, the event handling must always be&lt;/P&gt;&lt;P&gt;programmed in separate source code areas which are executed automatically when the event&lt;/P&gt;&lt;P&gt;is triggered at runtime.&lt;/P&gt;&lt;P&gt;In Web Dynpro, each user interface is always made up of the same basic elements. These&lt;/P&gt;&lt;P&gt;elements of the metamodel can be statically declared using Web Dynpro tools.&lt;/P&gt;&lt;P&gt;It is also possible to implement elements of the metamodel at runtime and to change them or&lt;/P&gt;&lt;P&gt;reintegrate them at runtime. Using these implementations, you can make any changes or&lt;/P&gt;&lt;P&gt;enhancements to a user interface that has been created by declarative methods by&lt;/P&gt;&lt;P&gt;generating new interface structures at runtime.&lt;/P&gt;&lt;P&gt;This means that you can combine declarative processes and the implementation of source&lt;/P&gt;&lt;P&gt;code.&lt;/P&gt;&lt;P&gt;Graphical Development Tools&lt;/P&gt;&lt;P&gt;To support this declarative concept, both the SAP NetWeaver Developer Studio and the&lt;/P&gt;&lt;P&gt;ABAP Workbench contain a range of Web Dynpro tools. You can therefore generate a large&lt;/P&gt;&lt;P&gt;proportion of a Web Dynpro application using the tools provided, without having to create your&lt;/P&gt;&lt;P&gt;own source code. This applies to the following parts of the application:&lt;/P&gt;&lt;P&gt; Data flow between the front end and back end&lt;/P&gt;&lt;P&gt; Layout of the user interface&lt;/P&gt;&lt;P&gt; Properties of user interface elements&lt;/P&gt;&lt;P&gt;The Web Dynpro tools enable you to create source text areas manually within generated&lt;/P&gt;&lt;P&gt;source texts. These areas are not changed if the source code is regenerated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Separation of Business and Application Logic&lt;/P&gt;&lt;P&gt;Using Web Dynpro enables a clear separation of business logic and display logic. A Web&lt;/P&gt;&lt;P&gt;Dynpro application runs on the front end and has local or remote access to the back end&lt;/P&gt;&lt;P&gt;system via a service. This means that the display logic is contained in the Web Dynpro&lt;/P&gt;&lt;P&gt;application, while the business logic and the persistence of the business objects run in the&lt;/P&gt;&lt;P&gt;back end system. The following options are currently available for connecting Web Dynpro&lt;/P&gt;&lt;P&gt;applications and the back-end system:&lt;/P&gt;&lt;P&gt; An interface generated using adaptive RFC, through which BAPIs of an SAP system&lt;/P&gt;&lt;P&gt;can be called&lt;/P&gt;&lt;P&gt; An interface for calling Web services&lt;/P&gt;&lt;P&gt; A self-generated interface&lt;/P&gt;&lt;P&gt;The source code required for connecting the Web Dynpro application can be generated&lt;/P&gt;&lt;P&gt;from a UML definition of the Web Dynpro interface. A UML definition can be imported&lt;/P&gt;&lt;P&gt;into the Web Dynpro tools as an XML file.&lt;/P&gt;&lt;P&gt;Conversion of the Model-View-Controller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion of the Model-View-Controller Programming Model&lt;/P&gt;&lt;P&gt;Every Web Dynpro application is structured according to the Model View Controller&lt;/P&gt;&lt;P&gt;programming model:&lt;/P&gt;&lt;P&gt; The model forms the interface to the back end system and thus enables the&lt;/P&gt;&lt;P&gt;Web Dynpro application access to data.&lt;/P&gt;&lt;P&gt; The view is responsible for the representation of the data in the browser.&lt;/P&gt;&lt;P&gt; The controller lies between the view and the model. The controller formats&lt;/P&gt;&lt;P&gt;the model data to be displayed in the view, processes the user entries made by the&lt;/P&gt;&lt;P&gt;user, and returns them to the model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 04:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608124#M598008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T04:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Web Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608125#M598009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the foll. links,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/abap-webdynpro" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/abap-webdynpro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 04:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608125#M598009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T04:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Web Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608126#M598010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will shortly see some new tutorials that the Web Dynpro for ABAP group has produced!&lt;/P&gt;&lt;P&gt;Stay tuned to the &lt;/P&gt;&lt;P&gt;ABAP Homepage and also the Web Dynpro Homepage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 04:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608126#M598010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T04:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Web Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608127#M598011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its web dynpro tutorial sthat u want luk into the following links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_document" href="https://community.sap.com/" __jive_macro_name="document" modifiedtitle="true" __default_attr="8863"&gt;&lt;/A&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/webcontent/uuid/1506a04c-0a01-0010-c281-9cae0258f2fb" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/webcontent/uuid/1506a04c-0a01-0010-c281-9cae0258f2fb&lt;/A&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for dialog programming  tutorials luk into the folowing links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abapcode.blogspot.com/2007/06/dialog-programming-faq.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/articles/SAP_Design_Introduction.asp" target="test_blank"&gt;http://www.thespot4sap.com/articles/SAP_Design_Introduction.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Aparna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 05:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/2608127#M598011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T05:06:33Z</dc:date>
    </item>
  </channel>
</rss>

