<?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: dialogue programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogue-programming/m-p/1849522#M360024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has provide vaious tansactions. Say XK01 for creating vendor records.&lt;/P&gt;&lt;P&gt;That consists of several screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase you want to create a new transaction containing 2 or more screens (Say for the pupose of maintaining your person detials on one screen, your job detials on second, and so on ..), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to create various screens in that case. And in oder to attach all the screens as a process (Steps), you need to associate the same with a custom transaction.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward suitable points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Feb 2007 18:59:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-03T18:59:37Z</dc:date>
    <item>
      <title>dialogue programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogue-programming/m-p/1849521#M360023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whats the use of screen programming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 17:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialogue-programming/m-p/1849521#M360023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T17:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: dialogue programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogue-programming/m-p/1849522#M360024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has provide vaious tansactions. Say XK01 for creating vendor records.&lt;/P&gt;&lt;P&gt;That consists of several screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase you want to create a new transaction containing 2 or more screens (Say for the pupose of maintaining your person detials on one screen, your job detials on second, and so on ..), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to create various screens in that case. And in oder to attach all the screens as a process (Steps), you need to associate the same with a custom transaction.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward suitable points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 18:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialogue-programming/m-p/1849522#M360024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T18:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: dialogue programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogue-programming/m-p/1849523#M360025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Sequences &lt;/P&gt;&lt;P&gt;For the user, an application program consists of a series of screens that are displayed one after the other. The major difference between the program flow of an executable program and a dialog program is that in a dialog program, you can program screens to appear in any sequence you want. In executable programs, the screen sequence is controlled by events, which occur in a fixed order. In a dialog program, the programmer is free to program any sequence of screens, and the user can affect the program flow by his or her actions. However, it is still possible to call a freely-defined screen sequence within an executable program and thus to branch into a form of dialog program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screens always belong to an ABAP program. The dialog modules in an ABAP program can only be called from screens in the same program. The system field sy-dynnr always contains the number of the current screen. You can create any number of complex screen sequences from the screens in a single program. For example, you can navigate from one screen to any other screen in the same program, or repeat part of a sequence any number of times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbab0235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbab0235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 19:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialogue-programming/m-p/1849523#M360025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T19:30:42Z</dc:date>
    </item>
  </channel>
</rss>

