<?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: Cursor Set  - Not Working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741231#M322002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Try to write &amp;lt;b&amp;gt;set cursor field dg_field_name&amp;lt;/b&amp;gt; in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 08:53:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T08:53:22Z</dc:date>
    <item>
      <title>Cursor Set  - Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741228#M321999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Screen Designing on selecting a list item iam trying to fetch and track the cursorfield in a field by name ' cursorf'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Cursor Field Cursorf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its able to fetch the cursorfield and storing in cursorf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later i assigned cursorf to the screen field&lt;/P&gt;&lt;P&gt;cursorf  = zfeestab-feesdate. (zfeestab - screenname and feesdate - field on screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Cursor Field cursorf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entire operation is written in PAI module, but unable to get the cursor on feesdate field of screen on selecting an item from list. The same thing i tried to do in writing in PBO module also but unable to get it. The cursor should blink on the set cursor field assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 08:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741228#M321999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T08:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor Set  - Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741229#M322000</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;PRE&gt;&lt;CODE&gt;Get Cursor Field 'FILED_NAME'.  " in capital letter and quotes&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same for SET CURSOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 08:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741229#M322000</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-29T08:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor Set  - Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741230#M322001</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;try writing in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Fieldname Module Modulename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: FIELD wf_field module abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module abc.&lt;/P&gt;&lt;P&gt;set cursor Field 'FIELD NAME'.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward pts if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 08:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741230#M322001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor Set  - Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741231#M322002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Try to write &amp;lt;b&amp;gt;set cursor field dg_field_name&amp;lt;/b&amp;gt; in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 08:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-set-not-working/m-p/1741231#M322002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T08:53:22Z</dc:date>
    </item>
  </channel>
</rss>

