<?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: form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034245#M417749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessary. If u r reading these 2 tables and u r having the data in an internal table, then just open the form once and the main window. Then follow the logic as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform begin_form.&lt;/P&gt;&lt;P&gt;Perform OPEN_FORM using formaname windowname etcc..&lt;/P&gt;&lt;P&gt;Loop at itab into wa.&lt;/P&gt;&lt;P&gt;perform write_form using textelementname&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;perform close_form.&lt;/P&gt;&lt;P&gt;perform end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this make sure u put the wa fields in the form's main window correctly.&lt;/P&gt;&lt;P&gt;&amp;amp;wa_flightname&amp;amp;,,&amp;amp;wa-flightno&amp;amp; etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if useful....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Mar 2007 10:32:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-25T10:32:47Z</dc:date>
    <item>
      <title>form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034244#M417748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF I'm reading data from tables spfil and sflight do it use FM ( open / wite and close ) twice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2007 06:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034244#M417748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-25T06:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034245#M417749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessary. If u r reading these 2 tables and u r having the data in an internal table, then just open the form once and the main window. Then follow the logic as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform begin_form.&lt;/P&gt;&lt;P&gt;Perform OPEN_FORM using formaname windowname etcc..&lt;/P&gt;&lt;P&gt;Loop at itab into wa.&lt;/P&gt;&lt;P&gt;perform write_form using textelementname&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;perform close_form.&lt;/P&gt;&lt;P&gt;perform end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this make sure u put the wa fields in the form's main window correctly.&lt;/P&gt;&lt;P&gt;&amp;amp;wa_flightname&amp;amp;,,&amp;amp;wa-flightno&amp;amp; etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if useful....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2007 10:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034245#M417749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-25T10:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034246#M417750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaheen,&lt;/P&gt;&lt;P&gt; Yes, as per sahmuel solution we can do it. &lt;/P&gt;&lt;P&gt;Hope this helps you, reply for queries, Shall post you the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034246#M417750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034247#M417751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First you need to create an Internal table to hold the data from the 2 tables (Sflight and Spfli), and after having the final data in the Internal table, then start the Function modulus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that you need call the Transaction and pass al the screens ok codes with the internal table data to the BDCDATA structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL the OPEN_FORM function module to open the Session, then call the WRITE form to pass the BDCDATA structure and then call the CLOSE_FORM function module to close the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form/m-p/2034247#M417751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:13:18Z</dc:date>
    </item>
  </channel>
</rss>

