<?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: Selection Screen in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-smartforms/m-p/895493#M54167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general, I'll create a little report with Selection Screen to drive the smartform.&lt;/P&gt;&lt;P&gt;Using this report to prepare the data in one itab then transfer it into the smartform using FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2005 13:00:47 GMT</pubDate>
    <dc:creator>former_member437679</dc:creator>
    <dc:date>2005-05-12T13:00:47Z</dc:date>
    <item>
      <title>Selection Screen in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-smartforms/m-p/895492#M54166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , &lt;/P&gt;&lt;P&gt; is it possible to design a selection screen in smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is to pass a set of material numbers obtained from select-optins to the smart form. how can i pass these set of values to the smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2005 12:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-smartforms/m-p/895492#M54166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-12T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-smartforms/m-p/895493#M54167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general, I'll create a little report with Selection Screen to drive the smartform.&lt;/P&gt;&lt;P&gt;Using this report to prepare the data in one itab then transfer it into the smartform using FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2005 13:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-smartforms/m-p/895493#M54167</guid>
      <dc:creator>former_member437679</dc:creator>
      <dc:date>2005-05-12T13:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-smartforms/m-p/895494#M54168</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 think you already posted this question.&lt;/P&gt;&lt;P&gt;This time I try to suggest a different solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Form Interface Import just pass parameters like&lt;/P&gt;&lt;P&gt;s_low type likp-vbeln and&lt;/P&gt;&lt;P&gt;s_high type likp-vbeln.[assumed that s_vbeln is the select-options]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a program line.In that type s_low and s_high as input parameter and lr_vbeln and itab as output parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in that program line type the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES:lr_vbeln FOR likp-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT ( s_low IS INITIAL and s_high is initial ).&lt;/P&gt;&lt;P&gt;    lr_vbeln-sign = 'I'.&lt;/P&gt;&lt;P&gt;    lr_vbeln-option = 'EQ'.&lt;/P&gt;&lt;P&gt;    lr_vbeln-low = s_low.&lt;/P&gt;&lt;P&gt;    lr_vbeln-high = s_high.&lt;/P&gt;&lt;P&gt;    APPEND lr_vbeln.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from likp into table itab where vbeln in r_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;If not get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;J.Jayanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2005 13:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-smartforms/m-p/895494#M54168</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-05-12T13:04:53Z</dc:date>
    </item>
  </channel>
</rss>

