<?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 A small doubt on interactive list navigation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862919#M364131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to code some kind of input box in the secondary lists so that the user can directly navigate to a particular secondary list depending on his choice? Am away from office &amp;amp; couldn't answer back when one of my friends asked me that. Please advise me over any possibilities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 07:42:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-01T07:42:47Z</dc:date>
    <item>
      <title>A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862919#M364131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to code some kind of input box in the secondary lists so that the user can directly navigate to a particular secondary list depending on his choice? Am away from office &amp;amp; couldn't answer back when one of my friends asked me that. Please advise me over any possibilities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 07:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862919#M364131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T07:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862920#M364132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not possible to create the input box in the secondary list. U can create an application in the tool bar and from there u can select the choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 07:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862920#M364132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T07:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862921#M364133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying. Is it possible to code in such a way that some window pops up on my screen when I press on a particular button in the toolbar prompting me to enter a list index number? And then if the lsind is ok then that particular list should be displayed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 07:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862921#M364133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T07:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862922#M364134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  We can do it .See the below concept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT. &lt;/P&gt;&lt;P&gt;This key word will only be supported for a limited period (for the sake of compatibility with R/2). Instead, please use FORMAT INPUT (see FORMAT ) or the addition ... INPUT of the WRITE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_format_input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE   'Please fill in your name before printing:'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE / '   Enter name here    ' INPUT ON.&lt;/P&gt;&lt;P&gt;ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE 'You can overwrite the following line:'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT INPUT ON INTENSIFIED OFF.&lt;/P&gt;&lt;P&gt;ULINE.&lt;/P&gt;&lt;P&gt;FORMAT INPUT OFF INTENSIFIED ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to give marks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862922#M364134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862923#M364135</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;you can create a sub-screen, and put a text box for list index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when the button is clicked use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call sub-screan ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hardik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862923#M364135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862924#M364136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see it from the following Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter: P_date like sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: lv_add.&lt;/P&gt;&lt;P&gt;End-of-selection.&lt;/P&gt;&lt;P&gt;Write: p_date,&lt;/P&gt;&lt;P&gt;       lv_add input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At line-selection.&lt;/P&gt;&lt;P&gt; read line 3 field value lv_add into lv_add.&lt;/P&gt;&lt;P&gt; read line 3 field value p_date into p_date.&lt;/P&gt;&lt;P&gt; p_date = p_date + lv_add.&lt;/P&gt;&lt;P&gt; Write: p_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862924#M364136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862925#M364137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_WITH_2_BUTTONS_TO_CHOOSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862925#M364137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862926#M364138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannaiah, does the POPUP_WITH_2_BUTTONS_TO_CHOOSE accept user input? I think that it is used to display a message with continue &amp;amp; cancel options. Right? Sorry if am wrong, its just that am away from my PC so cant see the help for the FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862926#M364138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862927#M364139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module generates a popup window, in which 2 buttons will be there for selection. U can place the list numbers in them and can generate the output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862927#M364139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T09:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862928#M364140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_GET_ONE_VALUE &lt;/P&gt;&lt;P&gt;POPUP_TO_GET_VALUE     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862928#M364140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: A small doubt on interactive list navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862929#M364141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I think that the "INPUT ON" does make the o/p look like a parameter statement. Right?  So if I code 1 WRITE statement with INPUT ON then wouldnt it show me just that statement like in a different screen? (selection screen) Coz as how I said I wanted there to be some provision on all the secondary pages where the user could select a particular number and directly go to that particular list. I mean suppose am in 3rd secondary list &amp;amp; if the user selects an option there he should be able to directly traverse to any list number. Can you please provide me any code for the method you suggested? All helpful answers would be duly rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-small-doubt-on-interactive-list-navigation/m-p/1862929#M364141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T09:45:15Z</dc:date>
    </item>
  </channel>
</rss>

