<?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: regarding table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090210#M732943</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 this ,it may help you out,&lt;/P&gt;&lt;P&gt; You told that you have two text boxes on the top.when you press 'enter' the control goes to the PBO module so the cursor is in the text box.My suggestion is to write the set and get cursor code in the PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 04:09:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-04T04:09:15Z</dc:date>
    <item>
      <title>regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090209#M732942</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;I have an requirement that when the user presses enter in the first row the cursor has to come in the second row i have used get and set cursor fields,it doesn't work our for me the problem is am using two two text boxes above the table control for displaying name month and year so on.when i presses enter it automatically goes to that textbox only, how i can restrict this?kindly help me regarding this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 03:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090209#M732942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T03:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090210#M732943</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 this ,it may help you out,&lt;/P&gt;&lt;P&gt; You told that you have two text boxes on the top.when you press 'enter' the control goes to the PBO module so the cursor is in the text box.My suggestion is to write the set and get cursor code in the PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 04:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090210#M732943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T04:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090211#M732944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;I have tried Using Set and Get Cursor Fields In pbo but it doesn't work out if you provide a sample code regarding this issue it will be a great help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 04:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090211#M732944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T04:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090212#M732945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First you write the code below in the pai or wherever you want to retrive the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : field(20) type C.&lt;/P&gt;&lt;P&gt;in pai module....&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pbo module....&lt;/P&gt;&lt;P&gt;SET CURSOR FIELD field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please mail me if you want further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 06:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090212#M732945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T06:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090213#M732946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  lin1 type i value 1.&lt;/P&gt;&lt;P&gt;data: name1(25) type c value 'ITAB-CLINT'.&lt;/P&gt;&lt;P&gt;                                ___________________________Table Control Column Name .&lt;/P&gt;&lt;P&gt;                               I                                                Give in Quotes&lt;/P&gt;&lt;P&gt;                               I&lt;/P&gt;&lt;P&gt;                               v&lt;/P&gt;&lt;P&gt;  set cursor field 'ITAB-CLINT' line lin1. "ITAB-CLINT&lt;/P&gt;&lt;P&gt;                             or&lt;/P&gt;&lt;P&gt;   set cursor field name1 line li1. "ITAB-CLINT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get cursor field name1 line lin1.&lt;/P&gt;&lt;P&gt;                    or&lt;/P&gt;&lt;P&gt;  get cursor field 'ITAB-CLINT' line 1.&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;i have used this in my work ...its  working fine ....if any issues contact :mailme.kar@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 10:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3090213#M732946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T10:47:16Z</dc:date>
    </item>
  </channel>
</rss>

