<?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: SET CURSOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor/m-p/3446341#M827733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ensure you put the SET CURSOR FIELD '&amp;lt;fieldname&amp;gt;'. command before the MESSAGE (raising error) command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you raise an error message, the program control does not go to the next command. Hence place the SET command, before MESSAGE and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 07:01:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T07:01:07Z</dc:date>
    <item>
      <title>SET CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor/m-p/3446339#M827731</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;&lt;/P&gt;&lt;P&gt;        Please tell me how to set a cursor on a particular field of a transaction when the value entered is wrong.... in module pool program. I have used set cursor in PAI of the screen but it is not working........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor/m-p/3446339#M827731</guid>
      <dc:creator>subbarao_ilam</dc:creator>
      <dc:date>2008-02-25T06:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: SET CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor/m-p/3446340#M827732</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;Check the below syntax..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT p_sdate2 IS INITIAL.&lt;/P&gt;&lt;P&gt;    IF p_sdate2 &amp;gt; p_sdate1.&lt;/P&gt;&lt;P&gt;       MESSAGE e001(00) WITH text-007.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF NOT p_ddate2 IS INITIAL.&lt;/P&gt;&lt;P&gt;    IF p_ddate2 &amp;gt; p_ddate1.&lt;/P&gt;&lt;P&gt;      SET CURSOR FIELD 'P_DDATE1'.&lt;/P&gt;&lt;P&gt;      MESSAGE e001(00) WITH text-007.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CURSOR FIELD 'FIELD'&lt;/P&gt;&lt;P&gt;FIELD SHOULD BE IN CAPITAL LETTERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE IT HELPS&amp;gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor/m-p/3446340#M827732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: SET CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor/m-p/3446341#M827733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ensure you put the SET CURSOR FIELD '&amp;lt;fieldname&amp;gt;'. command before the MESSAGE (raising error) command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you raise an error message, the program control does not go to the next command. Hence place the SET command, before MESSAGE and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 07:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor/m-p/3446341#M827733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T07:01:07Z</dc:date>
    </item>
  </channel>
</rss>

