<?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 Set Cursor in Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883189#M933086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use SET CURSOR in module pool table controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set the cursor in a particular cell (col X row) after geting a message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2008 04:39:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-31T04:39:19Z</dc:date>
    <item>
      <title>Set Cursor in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883189#M933086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use SET CURSOR in module pool table controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set the cursor in a particular cell (col X row) after geting a message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 04:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883189#M933086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T04:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Cursor in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883190#M933087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set cursor field fielname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by this statement you can set cursor on particular field. But remember that you have to write this code always in PBO  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after setting execution of set gui status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vipul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 04:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883190#M933087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Cursor in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883191#M933088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;able controls are used to display the data in tabular fashion for better visibility and for easy understanding in Screens as well as in reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt;CONTROLS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to comment the performs of table control fields and write ur own perform statements. And u have to declare the table control fields as separate internal tables.&lt;/P&gt;&lt;P&gt;Go through this urls.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.saptechnical.com" target="test_blank"&gt;www.saptechnical.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com" target="test_blank"&gt;www.sap-img.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 04:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883191#M933088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T04:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Cursor in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883192#M933089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set cursor field fielname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by this statement you can set cursor on particular field. But remember that you have to write this code always in PBO  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after setting execution of set gui status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vipul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 04:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883192#M933089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T04:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Cursor in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883193#M933090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your requirement is after displaying a message you want to put the cursor in a perticular cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see we usually give message for wrong value or a warning in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in loop you check for the perticular field in chain endchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its wrong or you want to give a message for the field then&lt;/P&gt;&lt;P&gt;you can give an error type message so the cursor will automatically come there in tht field.&lt;/P&gt;&lt;P&gt;but in this case all other fields will be in display mode..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you don want this also i mean all fields in display mode ??&lt;/P&gt;&lt;P&gt;then give an i type message ,and &lt;/P&gt;&lt;P&gt;set cursor col line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;col : indicates column of the table control i.e. field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and line is nothing but your table control-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after all &lt;/P&gt;&lt;P&gt;STOP for not to process PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopw this will solve your problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 05:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-in-module-pool/m-p/3883193#M933090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T05:53:08Z</dc:date>
    </item>
  </channel>
</rss>

