<?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: Program Flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874588#M367911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write the insert command after calling smartform function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2007 10:44:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-09T10:44:35Z</dc:date>
    <item>
      <title>Program Flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874585#M367908</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;I am working on a program,which has a screen 100 with radiobuttons.&lt;/P&gt;&lt;P&gt;Followed by screen 200 which displays the ALV GRID.Data is filtered &amp;amp; displayed in the ALV.When the Print button of the toolbar is pressed,data needs to be passsed to smartform.after the smartform is displayed,the data is to be saved in the z table.&lt;/P&gt;&lt;P&gt;Please guide me this logic.I am getting confused.&lt;/P&gt;&lt;P&gt;This is very urgent.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 12:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874585#M367908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Program Flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874586#M367909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question in Logic Flow: Data is displayed in ALV, then why u need to show in Smart Form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create one &amp;lt;b&amp;gt;Main Driver Program&amp;lt;/b&amp;gt;, where generally u fetch the data.&lt;/P&gt;&lt;P&gt;2. Call Screen 100 with radio button.&lt;/P&gt;&lt;P&gt;3. Filter Data in driver program as per radio button selected in screen 100.&lt;/P&gt;&lt;P&gt;4. Display data in ALV in screen 200.&lt;/P&gt;&lt;P&gt;5. From the main driver program, call smart for and pass data in SF. And Display it.&lt;/P&gt;&lt;P&gt;6. After everything is okey, update data in z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, this will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chetan Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 12:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874586#M367909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T12:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Program Flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874587#M367910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after the smartform has been displayed,how will we update the z table.please advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 10:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874587#M367910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T10:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Program Flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874588#M367911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write the insert command after calling smartform function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 10:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874588#M367911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T10:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Program Flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874589#M367912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I press the print button in the toolbar,my z table gets updated &amp;amp; my smartforms internal table is also sent data.I have calculated all the values for my z table in the perform which has been called when the print button is entered.&lt;/P&gt;&lt;P&gt;please let me know,how will i change the position of data in the program.Also since the smartform has no screen defined should I include it just after the smartform function module is called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 12:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874589#M367912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Program Flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874590#M367913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 12:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow/m-p/1874590#M367913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T12:46:05Z</dc:date>
    </item>
  </channel>
</rss>

