<?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: Create SAP shortcut with multiple selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816988#M42340</link>
    <description>&lt;P&gt;Thank you for your help. So there is only possible one value or an intervall? There is not a possibility like this: s_banfn[1]-low = 44432341; s_banfn[2]-low = 789456; s_banfn[3]-low = 123456?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 07:25:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-01-17T07:25:03Z</dc:date>
    <item>
      <title>Create SAP shortcut with multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816986#M42338</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I have got a question. Is it possible to set parameters in multiple selection, when I am creating a SAP shortcut?&lt;/P&gt;
  &lt;P&gt;This is the Code in the .sap. I opened it with Editor.&lt;/P&gt;
  &lt;P&gt;[System] Name=S03 &lt;/P&gt;
  &lt;P&gt;Description=m &lt;/P&gt;
  &lt;P&gt;Client=600 &lt;/P&gt;
  &lt;P&gt;[User]Name= &lt;/P&gt;
  &lt;P&gt;Language=DE &lt;/P&gt;
  &lt;P&gt;[Function] Title= &lt;/P&gt;
  &lt;P&gt;Command=YPS_COST_APPROVAL pa_werk = 3000; p_proj = TEST; p_fbanf = X; s_banfn = 44432341; s_banfn = 33213123: s_banfn = 554352432 &lt;/P&gt;
  &lt;P&gt;Type=Transaction [Configuration] &lt;/P&gt;
  &lt;P&gt;GuiSize=Maximized&lt;/P&gt;
  &lt;P&gt;There are parameters like pa_werk or p_proj. This works and it shows me the parameters, when I click the shortcut and then, it opens the transaction. But s_banfn is a multiple selection ("Select-Options") and this does not work. Is there another syntax?&lt;/P&gt;
  &lt;P&gt;Has anybody a solution. Thank you.&lt;/P&gt;
  &lt;P&gt;Greeting&lt;/P&gt;
  &lt;P&gt;Rene&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 14:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816986#M42338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-16T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAP shortcut with multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816987#M42339</link>
      <description>&lt;P&gt;I think that the additions correspond to any field of a dynpro (not limited to selection screens). So the best you can do is one value (s_banfn-low = 44432341) or one interval (s_banfn-low = 33213123; s_banfn-high = 554352432).&lt;/P&gt;&lt;P&gt;The closest way to do it is to create a program variant and use Type=Report and Command=YYOURPROGRAM variantname (but of course it won't use the transaction code, so maybe it won't work)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 21:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816987#M42339</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-01-16T21:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAP shortcut with multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816988#M42340</link>
      <description>&lt;P&gt;Thank you for your help. So there is only possible one value or an intervall? There is not a possibility like this: s_banfn[1]-low = 44432341; s_banfn[2]-low = 789456; s_banfn[3]-low = 123456?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 07:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816988#M42340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-17T07:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAP shortcut with multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816989#M42341</link>
      <description>&lt;P&gt;I confirm what I said &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; - but maybe I'm wrong who knows&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 09:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816989#M42341</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-01-17T09:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAP shortcut with multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816990#M42342</link>
      <description>&lt;P&gt;Okay, thank you for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 14:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sap-shortcut-with-multiple-selection/m-p/816990#M42342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-17T14:22:33Z</dc:date>
    </item>
  </channel>
</rss>

