<?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 using SET CURSOR with table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020909#M1347624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table control  and one input/output field on output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is,&lt;/P&gt;&lt;P&gt;"when  user will enter some value in i/o field, cursor should go to that record in table control."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tring to do this with 'SET CURSOR FIELD'.&lt;/P&gt;&lt;P&gt;but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz can any one help me..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2009 11:02:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-31T11:02:22Z</dc:date>
    <item>
      <title>using SET CURSOR with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020909#M1347624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table control  and one input/output field on output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is,&lt;/P&gt;&lt;P&gt;"when  user will enter some value in i/o field, cursor should go to that record in table control."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tring to do this with 'SET CURSOR FIELD'.&lt;/P&gt;&lt;P&gt;but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz can any one help me..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 11:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020909#M1347624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: using SET CURSOR with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020910#M1347625</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;You need to use this &lt;STRONG&gt;key word&lt;/STRONG&gt; &lt;STRONG&gt;SET CURSOR&lt;/STRONG&gt;  in PBO only.&lt;/P&gt;&lt;P&gt;give the field name in caps and single quotes(to the best of my knowledge)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not implement these statements in FLOW LOGIC&lt;/P&gt;&lt;P&gt;create a module in the flow logic and then in the module(abap editor) implement it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take the F1 help for further info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramchander Krishnamraju on Aug 3, 2009 11:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 11:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020910#M1347625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T11:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: using SET CURSOR with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020911#M1347626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi, 
&amp;lt;li&amp;gt; Lets say, your table control name is TABC, when you input something in I/O field and press ENTER, cursor needs to placed at first row of table control record.
&amp;lt;li&amp;gt; you need to put the below statement, before LOOP-ENDLOOP in PAI event.
&lt;PRE&gt;&lt;CODE&gt;
SET CURSOR FIELD 'TABC-COLS-MATNR' LINE 1.
&lt;/CODE&gt;&lt;/PRE&gt;

Thanks
Venkat.O &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2009 06:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020911#M1347626</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-08-02T06:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: using SET CURSOR with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020912#M1347627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Venkat...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But  I can not write SET CURSOR FIELD statement in flow logic..&lt;/P&gt;&lt;P&gt;its givig error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz guide me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 06:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020912#M1347627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T06:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: using SET CURSOR with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020913#M1347628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET CURSOR FIELD '&lt;STRONG&gt;column name&lt;/STRONG&gt;' LINE 1.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;column name&lt;/STRONG&gt; should be work area name followed by actual column name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at &amp;lt;it1&amp;gt; into &amp;lt;wa1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, column name should be given as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa1-XYZ. XYZ is a column in the structure which is displayed in the UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 08:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-set-cursor-with-table-control/m-p/6020913#M1347628</guid>
      <dc:creator>sivasatyaprasad_yerra</dc:creator>
      <dc:date>2009-08-03T08:32:50Z</dc:date>
    </item>
  </channel>
</rss>

