<?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 input field on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286915#M1724627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a selection screen with input fields like the ones under tab of Text in VD52. The field is used to get the document number input. But I do not know how many different numbers a user would like to input. So, at the selection screen, there should be a button like the ones in VD52/Text/Create for user to add a new input field if necessary. How can I achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx. &lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;ts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 08:22:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-26T08:22:15Z</dc:date>
    <item>
      <title>input field on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286915#M1724627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a selection screen with input fields like the ones under tab of Text in VD52. The field is used to get the document number input. But I do not know how many different numbers a user would like to input. So, at the selection screen, there should be a button like the ones in VD52/Text/Create for user to add a new input field if necessary. How can I achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx. &lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;ts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 08:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286915#M1724627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T08:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: input field on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286916#M1724628</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;&amp;nbsp; You can use SELECT-OPTIONS to get multiple document numbers from Selection Screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 11:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286916#M1724628</guid>
      <dc:creator>NagaPrakashT</dc:creator>
      <dc:date>2013-02-26T11:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: input field on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286917#M1724629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is very simple thing try to search with proper keywords you can get easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try this code,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; SELECTION-SCREEN &lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BLOCK &lt;/SPAN&gt;VD52&amp;nbsp; &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FRAME &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TITLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;SELECT-OPTIONS &lt;/SPAN&gt;doc &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;VD52&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;doc.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BLOCK &lt;/SPAN&gt;VD52.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Ramu Velaga.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 11:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286917#M1724629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T11:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: input field on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286918#M1724630</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;As Prakash told, use SELECT-OPTIONS for multiple document numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : matnr for vbap-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/189355" /&gt;&lt;/P&gt;&lt;P&gt;Here , We can enter the range of numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Narasimha Rao Putturi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 11:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-on-selection-screen/m-p/9286918#M1724630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T11:38:15Z</dc:date>
    </item>
  </channel>
</rss>

