<?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>Question Re: Adding a variable in the sap script code in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaa-p/11845179#M153872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Stefan &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/111/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;..it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&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;Krishna Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 12:17:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-09T12:17:47Z</dc:date>
    <item>
      <title>Adding a variable in the sap script code</title>
      <link>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaq-p/11845177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a part of my excel macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 0 To 6&lt;/P&gt;&lt;P&gt;session.findById("wnd[1]/usr/tabsTAB_STRIP/tabpSIVA/ssubSCREEN_HEADER:SAPLALDB:3010/tblSAPLALDBSINGLE/ctxtRSCSEL_255-SLOW_I[1,i]").Text = Plant(i)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a variable " i " instead of [1,0]").Text , [1,1]").Text&amp;nbsp; etc of the macro. But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone let me know what correction is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 11:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaq-p/11845177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-05T11:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a variable in the sap script code</title>
      <link>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaa-p/11845178#M153871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;session.findById("wnd[1]/usr/tabsTAB_STRIP/tabpSIVA/ssubSCREEN_HEADER:SAPLALDB:3010/tblSAPLALDBSINGLE/ctxtRSCSEL_255-SLOW_I[1," &amp;amp; CStr(i) &amp;amp; "]").Text = Plant(i)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;CStr converts i to a string and with the &amp;amp; you add it as string.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Let us know your results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Stefan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaa-p/11845178#M153871</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2016-08-05T16:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a variable in the sap script code</title>
      <link>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaa-p/11845179#M153872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Stefan &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/111/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;..it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&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;Krishna Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 12:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaa-p/11845179#M153872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a variable in the sap script code</title>
      <link>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaa-p/11845180#M153873</link>
      <description>&lt;P&gt;How do i convert below code in python, below code is not working&lt;/P&gt;&lt;P&gt;i=0&lt;/P&gt;&lt;P&gt;j=1&lt;/P&gt;&lt;P&gt;while i&amp;lt;534:&lt;/P&gt;&lt;P&gt;  session.findById("wnd[1]/usr/tabsTAB_STRIP/tabpSIVA/ssubSCREEN_HEADER:SAPLALDB:3010/tblSAPLALDBSINGLE/ctxtRSCSEL_255-SLOW_I[j,i)]").text = k[i]&lt;/P&gt;&lt;P&gt;    i=i+1 &lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 20:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/adding-a-variable-in-the-sap-script-code/qaa-p/11845180#M153873</guid>
      <dc:creator>ujjalsaha</dc:creator>
      <dc:date>2024-01-02T20:45:49Z</dc:date>
    </item>
  </channel>
</rss>

