<?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 get cursor field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-field/m-p/4389639#M1043883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using this code and also using hotspot on in loop.&lt;/P&gt;&lt;P&gt;but its not working it can not go to next screen.can any body help me out of this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;case sy-lsind.&lt;/P&gt;&lt;P&gt;  when '1'.&lt;/P&gt;&lt;P&gt;     get cursor field f.&lt;/P&gt;&lt;P&gt;      if f = ' w_ftab-mp '.&lt;/P&gt;&lt;P&gt;         loop at t_ftab into w_ftab.&lt;/P&gt;&lt;P&gt;           write :  'kkkkkkkk'.&lt;/P&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;P&gt;      elseif f = 'w_ftab-dp'.&lt;/P&gt;&lt;P&gt;        write : 'Bhupinder Singh'.&lt;/P&gt;&lt;P&gt;      elseif f = 'w_ftab-cp'.&lt;/P&gt;&lt;P&gt;        write : 'lkadlfj'.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when '2'.&lt;/P&gt;&lt;P&gt;  write : 'as'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Aug 2008 09:52:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-31T09:52:06Z</dc:date>
    <item>
      <title>get cursor field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-field/m-p/4389639#M1043883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using this code and also using hotspot on in loop.&lt;/P&gt;&lt;P&gt;but its not working it can not go to next screen.can any body help me out of this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;case sy-lsind.&lt;/P&gt;&lt;P&gt;  when '1'.&lt;/P&gt;&lt;P&gt;     get cursor field f.&lt;/P&gt;&lt;P&gt;      if f = ' w_ftab-mp '.&lt;/P&gt;&lt;P&gt;         loop at t_ftab into w_ftab.&lt;/P&gt;&lt;P&gt;           write :  'kkkkkkkk'.&lt;/P&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;P&gt;      elseif f = 'w_ftab-dp'.&lt;/P&gt;&lt;P&gt;        write : 'Bhupinder Singh'.&lt;/P&gt;&lt;P&gt;      elseif f = 'w_ftab-cp'.&lt;/P&gt;&lt;P&gt;        write : 'lkadlfj'.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when '2'.&lt;/P&gt;&lt;P&gt;  write : 'as'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2008 09:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-field/m-p/4389639#M1043883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-31T09:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-field/m-p/4389640#M1043884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your whole program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want us to expect your remaining program there must be some sense if you post anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2008 10:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-field/m-p/4389640#M1043884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-31T10:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-field/m-p/4389641#M1043885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use capital letters when you are checking the fieldnames. so the mistake is from small case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;at line-selection.
case sy-lsind.
when '1'.
get cursor field f.
if f = ' W_FTAB-MP '.  "&amp;lt;======CAPS
loop at t_ftab into w_ftab.
write : 'kkkkkkkk'.
endloop.
elseif f = 'W_FTAB-DP'.    "&amp;lt;========CAPS
write : 'Bhupinder Singh'.
elseif f = 'W_FTAB-CP'.    "&amp;lt;========CAPS
write : 'lkadlfj'.
endif.

when '2'.
write : 'as'.
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2008 13:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-field/m-p/4389641#M1043885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-31T13:28:11Z</dc:date>
    </item>
  </channel>
</rss>

