<?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: SAP GUI script recording using different spellings for the same field in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334141#M10690</link>
    <description>&lt;P&gt;Hello Marco,&lt;/P&gt;&lt;P&gt;in your example is $8A-YEAR the fieldname from the dynpro. If you have an enumeration like [1] it means that there are a few objects of the same type on the same level, e.g. like tbar[0] and tbar[1] on /app/con[0]/ses[0]/wnd[0]. In your example it seems that there are a few combo boxes (ctxt) on the same level. I have never seen an enumeration on this kind of object. I tried it and I got an error message that wnd[0]/usr/ctxt[1] is not an existing ID. As far as I know you have no influence from SAP GUI Scripting to the fieldnames or the enumerations of the objects.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2016 07:58:00 GMT</pubDate>
    <dc:creator>Stefan-Schnell</dc:creator>
    <dc:date>2016-11-08T07:58:00Z</dc:date>
    <item>
      <title>SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaq-p/334140</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is SAP GUI script recording using different spellings for the same field?&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxt$8A-YEAR").text&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxt[1]").text&lt;/P&gt;And how to influence it?&lt;P&gt;  thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 15:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaq-p/334140</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-06T15:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334141#M10690</link>
      <description>&lt;P&gt;Hello Marco,&lt;/P&gt;&lt;P&gt;in your example is $8A-YEAR the fieldname from the dynpro. If you have an enumeration like [1] it means that there are a few objects of the same type on the same level, e.g. like tbar[0] and tbar[1] on /app/con[0]/ses[0]/wnd[0]. In your example it seems that there are a few combo boxes (ctxt) on the same level. I have never seen an enumeration on this kind of object. I tried it and I got an error message that wnd[0]/usr/ctxt[1] is not an existing ID. As far as I know you have no influence from SAP GUI Scripting to the fieldnames or the enumerations of the objects.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 07:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334141#M10690</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2016-11-08T07:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334142#M10691</link>
      <description>&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;I recorded entries in the same field in a selection screen of a report with "script recording &amp;amp; playback" at two different point of times. &lt;/P&gt;&lt;P&gt;At the first point of time the Recorder wrote: &lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxt[1]").text. &lt;/P&gt;&lt;P&gt;A few weeks later the Recorder wrote, while doing exactly the same as before:&lt;/P&gt;&lt;P&gt; session.findById("wnd[0]/usr/ctxt$8A-YEAR").text.&lt;/P&gt;&lt;P&gt; If I try to run the older scripts with the first spelling, then they don't run anymore. Only if I record a new script  with the second spelling, it runs well again. But I would like have that under control. Is there an individual Setting, that might have changed?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334142#M10691</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-08T14:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334143#M10692</link>
      <description>&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt; I have checked with other SAP users in the same System ID, who don't use scripts as often as I do.  In their SAP Login they record and playback still with the old spelling, e.g.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxt[1]").text&lt;/P&gt;&lt;P&gt;Could you please check again?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 11:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334143#M10692</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-10T11:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334144#M10693</link>
      <description>&lt;P&gt;could you please regard my Responses below?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 12:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334144#M10693</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-10T12:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334145#M10694</link>
      <description>&lt;P&gt;please find attached another internet site example, where also other people show spelling like &lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxt[1]").text&lt;/P&gt;&lt;P&gt; &lt;A href="https://answers.sap.com/storage/attachments/5741-example-field-id-with-number.jpg"&gt;example-field-id-with-number.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 13:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334145#M10694</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-10T13:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334146#M10695</link>
      <description>&lt;P&gt;Hello Marco,&lt;/P&gt;&lt;P&gt;the example use a custom transaction code YSLOFLOCAL. What transaction code do you use? Is it a standard or also a custom?&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 06:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334146#M10695</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2016-11-11T06:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334147#M10696</link>
      <description>&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;I use here transaction KE5Z "profit center actual line items". But the described different spellings occur in  &lt;STRONG&gt;all&lt;/STRONG&gt;  transactions, in standard as well as in custom transactions.&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 08:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334147#M10696</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-13T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334148#M10697</link>
      <description>&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;probably there is a relation between the scripting Syntax and the SAP GUI Version. My colleagues have SAP GUI Version 730 and I have got SAP GUI Version 740.   Does the GUI Version influence the Spelling and Syntax of a script recording?&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 14:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334148#M10697</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-15T14:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334149#M10698</link>
      <description>&lt;P&gt;Hello Marco,&lt;/P&gt;&lt;P&gt;last night I thought about your problem and I had an idea which I tested this morning: There is an option "Low Speed Connection" at the network properties in the SAP logon. If it is enable you don't get the field names, only an enumeration.&lt;/P&gt;&lt;P&gt;In SAP note 161053 we find the reason: As of SAP GUI 4.6D, the "Low Speed Connection" function was changed in such a way that the system no longer transfers screen field names either because this is too resource-intensive in the LSC environment.&lt;/P&gt;&lt;P&gt;In my case this option is always disabled, so it is no wonder that it works differently as in your case. If it is possible for you, disable that, because to work with the dynpro fieldnames is better. On this way the script identifies the object definitely with its name, not with the position. If the position was changed, your script don't work anymore or not correctly, but with the name is the position all the same.&lt;/P&gt;&lt;P&gt;Let us know your results.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/6558-slowconnection.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 06:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334149#M10698</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2016-11-16T06:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP GUI script recording using different spellings for the same field</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334150#M10699</link>
      <description>&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;yes, you are right. This Network Seeting is excatly the switch that steers the Syntax of the code in SAP Logon 730. Now I can handle the different codes much better. Great help! &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 10:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-script-recording-using-different-spellings-for-the-same-field/qaa-p/334150#M10699</guid>
      <dc:creator>former_member353475</dc:creator>
      <dc:date>2016-11-18T10:53:42Z</dc:date>
    </item>
  </channel>
</rss>

