<?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 learn abap web dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/learn-abap-web-dynpro/m-p/3423548#M822264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hallow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wont to learn abap web dynpro what is the best way to do that?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 08:45:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T08:45:55Z</dc:date>
    <item>
      <title>learn abap web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/learn-abap-web-dynpro/m-p/3423548#M822264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hallow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wont to learn abap web dynpro what is the best way to do that?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/learn-abap-web-dynpro/m-p/3423548#M822264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: learn abap web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/learn-abap-web-dynpro/m-p/3423549#M822265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Web Dynpro for ABAP: Tutorials for Beginners &lt;/P&gt;&lt;P&gt;&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="http://help.sap.com/saphelp_erp2005/helpdata/en/7a/787e40417c6d1de10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/7a/787e40417c6d1de10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 2:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/learn-abap-web-dynpro/m-p/3423549#M822265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: learn abap web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/learn-abap-web-dynpro/m-p/3423550#M822266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Web Dynpro for ABAP - Getting Started&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web Dynpro for ABAP is SAP&amp;#146;s new standard UI technology for developing user interfaces in the ABAP environment. In the long term Web Dynpro for ABAP will be the successor of the traditional screen (&amp;#147;Dynpro&amp;#148;) based user interface technology which is based on the SAP GUI. Available with NetWeaver 7.0 (2004s) Web Dynpro for ABAP provides the same declarative UI development paradigm as Web Dynpro for Java directly out of the NetWeaver ABAP Application Server. Web Dynpro for ABAP allows the development of user interfaces directly within the ABAP Workbench (SE80) and the Web Dynpro runtime environment is a central part of the ABAP server and can be used in any SAP solution based on NetWeaver 7.0 (2004s) without the need of an additional server installation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web Dynpro for ABAP allows the development of user interfaces in a declarative way by providing a mighty framework which abstracts the rendering technology from the core UI definition tasks. The Web Dynpro developer declares the layout and behavior of the UI without caring about HTML, JavaScript, browser specifics or the HTTP protocol. Instead the focus lies on designing graphically Web Dynpro components based on the Model View Controller model, which enforces a clear separation between the UI layer and the underlying business logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This declarative Web Dynpro programming model enforces the developer to focus on the tasks of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Designing the layout of the visible views (where should the table be placed, do I need tabs, how should the button look?) &lt;/P&gt;&lt;P&gt;Declaring the flow and behavior of the application (flow between views, which event is triggered by which button click, etc) &lt;/P&gt;&lt;P&gt;Defining the data binding (which internal table is displayed in a specific table, etc) &lt;/P&gt;&lt;P&gt;Implementing the event handlers and controller methods.&lt;/P&gt;&lt;P&gt;Without making any assumption about the used rendering technology, like which browser should be supported or if the Web Dynpro application will be later displayed in a web browser via HTML at all or in another kind of client with completely different rendering capabilities.&lt;/P&gt;&lt;P&gt;The Web Dynpro Frameworks provides all important UI features directly out of the box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All elements (tables, buttons, trees, dropdown list boxes, etc) necessary for state of the art user interfaces are provided by the Web Dynpro Framework in the form of predefined UI element libraries. &lt;/P&gt;&lt;P&gt;Complex features and behavior of UI elements. &lt;/P&gt;&lt;P&gt;Internationalization of the UI. All visible strings in a Web Dynpro ABAP UI are handled by the translation system and are translated in the same translation environment like other ABAP language dependent resources. All texts are displayed automatically at runtime, dependent of the user&amp;#146;s credentials. &lt;/P&gt;&lt;P&gt;Accessibility features are directly built into the framework and UI elements. &lt;/P&gt;&lt;P&gt;A unified rendering engine generates at runtime the data which is sent to the specific client application, which is not limited to browsers but includes the NetWeaver Business Client.&lt;/P&gt;&lt;P&gt;All this is available in the established environment of the ABAP application server and well known capabilities like the transportation and change management system, security environment, test and performance analysis tools or remote debugging can be used like in common ABAP development. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Learn about the Web Dynpro for ABAP technology with the resources below, and post your related questions and answers to the Web Dynpro forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web Dynpro for ABAP: Sneak Preview &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download, License Key Documentation, and Installation Guide available here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web Dynpro for ABAP: Tutorials for Beginners &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP NetWeaver Product Management provides this set of tutorials for getting started with Web Dynpro for ABAP technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Help Portal: Web Dynpro for ABAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This online SAP documentation goes into detail about Web Dynpro architecture and programming, Web Dynpro for ABAP administration and security, and more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web Dynpro - Not Just for Java Developers Anymore (PDF 3.8 MB) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this SAP Insider article, SAP Product Manager Karl Kessler describes the tools of Web Dynpro for ABAP and uses a simple flight report example to highlight new and updated tools in the familiar ABAP environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Community Contribution: WDA Tutorial I - Getting Started with Web Dynpro for ABAP (PDF 2.5 MB) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Software Engineer Rich Heilman provides this step-by-step guide for developing a Web Dynpro for ABAP application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going into Details&lt;/P&gt;&lt;P&gt;Basic Concepts - Selection vs. LeadSelection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this blog, Thomas Szuecs of the Web Dynpro for ABAP development team shows how selection and LeadSelection works in Web Dynpro for ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web Dynpro for ABAP: Recreate the SE16 Data Browser (PDF 386 KB) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this tutorial, Thomas Jung of SAP NetWeaver Product Management shows how to create a data browser simulator using Web Dynpro for 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/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37&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;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 2:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/learn-abap-web-dynpro/m-p/3423550#M822266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:48:25Z</dc:date>
    </item>
  </channel>
</rss>

