<?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: Batch Input BDC_CURSOR values : Win XP &amp;lt;&amp;gt; Win 7 ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520457#M1655716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers Sandra and Joël. We will try to use the option "standard screen size" as you proposed Sandra.&lt;/P&gt;&lt;P&gt;Regards Dietrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 08:11:05 GMT</pubDate>
    <dc:creator>dietrich_ebert</dc:creator>
    <dc:date>2016-05-12T08:11:05Z</dc:date>
    <item>
      <title>Batch Input BDC_CURSOR values : Win XP &lt;&gt; Win 7 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520452#M1655711</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;We've switched from Windows XP to Windows 7. Now a program which uses a batch input call transaction to modify role authorizations in PFCG doesn't work anymore. I did some tests, recording new sessions in SM35, and it seems the command BDC_CURSOR which positions the cursor gets different values in Windows XP than in Windows 7???&lt;/P&gt;&lt;P&gt;I guessed there would be an SAP note if that would really be the case, but I didn't find any. Did anybody else already encounter this problem? If so, is there any other solution than re-recording all Batch Inputs which use BDC_CURSOR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joë&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 10:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520452#M1655711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-17T10:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input BDC_CURSOR values : Win XP &lt;&gt; Win 7 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520453#M1655712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, i have never encountered this my self and i have worked with BDC's on both XP and 7. the bdc cursor is purely to position the cursor on a field in a particular screen which &lt;EM&gt;should&lt;/EM&gt; remain the same regardless of the OS you use on your computer. It is totally SAP dependent which would be set up on a remote server if i m not mistaken, it has nothing to do with the OS you personally run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is news to me though. Strange.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 10:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520453#M1655712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-17T10:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input BDC_CURSOR values : Win XP &lt;&gt; Win 7 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520454#M1655713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joël,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's been a Long time ago, but how did you get it repaired?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Dietrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 15:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520454#M1655713</guid>
      <dc:creator>dietrich_ebert</dc:creator>
      <dc:date>2016-05-11T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input BDC_CURSOR values : Win XP &lt;&gt; Win 7 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520455#M1655714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt that the issue comes from windows 7/XP. If the issue is with the cursor in a table control, most probably the issue would come from the number of lines in table controls that can be rendered in the SAP GUI (even though it runs in background). So that to have a stable behavior, the screen size must be fixed by recording and playing the batch input with the option "standard screen size" (see the abap doc of CALL TRANSACTION CTU_PARAMS-DEFSIZE for more info, and also the &lt;A href="https://service.sap.com/sap/support/notes/11788"&gt;SAP note 11788 (Batch input, variable step loop or table control)&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 21:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520455#M1655714</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-05-11T21:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input BDC_CURSOR values : Win XP &lt;&gt; Win 7 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520456#M1655715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We adapted the Batch input, still no idea what the problem was.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 05:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520456#M1655715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-12T05:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input BDC_CURSOR values : Win XP &lt;&gt; Win 7 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520457#M1655716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers Sandra and Joël. We will try to use the option "standard screen size" as you proposed Sandra.&lt;/P&gt;&lt;P&gt;Regards Dietrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-bdc-cursor-values-win-xp-lt-gt-win-7/m-p/8520457#M1655716</guid>
      <dc:creator>dietrich_ebert</dc:creator>
      <dc:date>2016-05-12T08:11:05Z</dc:date>
    </item>
  </channel>
</rss>

