<?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 How to postion cursor in Table Control using SAP standard function  ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169097#M459813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have generated a &amp;lt;b&amp;gt;Table Control&amp;lt;/b&amp;gt; in Modular Program .&lt;/P&gt;&lt;P&gt;Here a pushbutton is given which will pop up a window for user to enter keyword for search ( * can be used).&lt;/P&gt;&lt;P&gt;I want to provide functionality that record requested should become top line of control &amp;amp; cursor   repositioned  at it with out &amp;lt;b&amp;gt;hardcoding&amp;lt;/b&amp;gt;. For this pl can anybody suggest SAP standard functions along with parameters to be passed ?&lt;/P&gt;&lt;P&gt;You can use transaction &amp;lt;b&amp;gt;BD60&amp;lt;/b&amp;gt; to get an idea of my request.&lt;/P&gt;&lt;P&gt;I got a function named &amp;lt;b&amp;gt;'TABLE_GET_KEY_TO_SET_CUR_ROW'&amp;lt;/b&amp;gt; there but on testing it shows all key fields for searching which is not required.&lt;/P&gt;&lt;P&gt;If I am on right path please suggest parameters to be passed?&lt;/P&gt;&lt;P&gt;I hope I have not made my query complex.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Aseem Khera&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 09:59:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T09:59:38Z</dc:date>
    <item>
      <title>How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169097#M459813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have generated a &amp;lt;b&amp;gt;Table Control&amp;lt;/b&amp;gt; in Modular Program .&lt;/P&gt;&lt;P&gt;Here a pushbutton is given which will pop up a window for user to enter keyword for search ( * can be used).&lt;/P&gt;&lt;P&gt;I want to provide functionality that record requested should become top line of control &amp;amp; cursor   repositioned  at it with out &amp;lt;b&amp;gt;hardcoding&amp;lt;/b&amp;gt;. For this pl can anybody suggest SAP standard functions along with parameters to be passed ?&lt;/P&gt;&lt;P&gt;You can use transaction &amp;lt;b&amp;gt;BD60&amp;lt;/b&amp;gt; to get an idea of my request.&lt;/P&gt;&lt;P&gt;I got a function named &amp;lt;b&amp;gt;'TABLE_GET_KEY_TO_SET_CUR_ROW'&amp;lt;/b&amp;gt; there but on testing it shows all key fields for searching which is not required.&lt;/P&gt;&lt;P&gt;If I am on right path please suggest parameters to be passed?&lt;/P&gt;&lt;P&gt;I hope I have not made my query complex.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Aseem Khera&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169097#M459813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169098#M459814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at FM SCROLLING_IN_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169098#M459814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T15:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169099#M459815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;I tried it but it is not working.&lt;/P&gt;&lt;P&gt;Can you please explain me the parameters it will take.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Aseem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169099#M459815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169100#M459816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's pretty well documented. Have you checked that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 13:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169100#M459816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T13:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169101#M459817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aseem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i am using table control in module program. Could you just tell me which pop-up/functional module you have used for search??? I have a 'Find' button in application toolbar and need a pop-up for find when the user clicks on it and need the cursor postion in that particular search record........how did u implement this??? Pls let me know....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shrinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 06:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169101#M459817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T06:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169102#M459818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONTROLS: my_table TYPE TABLEVIEW USING SCREEN 0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At  PROCESS BEFORE OUTPUT :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        my_table-top_line =  x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for automatic vertical scrolling of first line of  table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 16:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169102#M459818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T16:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169103#M459819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;When yo say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my_table-top_line = x.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which value can take &lt;STRONG&gt;x&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JORGE ROJAS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 19:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169103#M459819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to postion cursor in Table Control using SAP standard function  ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169104#M459820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry for my delay!&lt;/P&gt;&lt;P&gt;x in an integer that indicates the offset of the row when you want to point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 10:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-postion-cursor-in-table-control-using-sap-standard-function/m-p/2169104#M459820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T10:14:59Z</dc:date>
    </item>
  </channel>
</rss>

