<?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: Function module to capture screen value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670584#M1098575</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; GET CURSOR FIELD fieldname  value variable. &lt;/P&gt;&lt;P&gt;here variable can have the value of the fieldsname when ever user click on the field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 15:01:51 GMT</pubDate>
    <dc:creator>BH2408</dc:creator>
    <dc:date>2008-10-24T15:01:51Z</dc:date>
    <item>
      <title>Function module to capture screen value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670580#M1098571</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;&lt;/P&gt;&lt;P&gt;Is there any function module in abap, that captures the value of the screen where we have clicked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I positioned the cursor on field count which shows value 9 on screen. The value 9 has to be captured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any ways to do so?&lt;/P&gt;&lt;P&gt;Answers please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 14:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670580#M1098571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to capture screen value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670581#M1098572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this hope it helps&lt;/P&gt;&lt;P&gt;DYNP_VALUES_READ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 14:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670581#M1098572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T14:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to capture screen value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670582#M1098573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use GET Cursor command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
GET CURSOR FIELD 'WA_SCREEN_FLD9' value l_value.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 14:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670582#M1098573</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-10-24T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to capture screen value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670583#M1098574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to provide an interactive list for an ALV display. The selected field on the screen for further process is stored in RS_SELFIELD and before providing that option, you pass HOTSPOT value as 'X' at fieldcatalog level for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, if not let us know your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 14:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670583#M1098574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T14:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to capture screen value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670584#M1098575</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; GET CURSOR FIELD fieldname  value variable. &lt;/P&gt;&lt;P&gt;here variable can have the value of the fieldsname when ever user click on the field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 15:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-capture-screen-value/m-p/4670584#M1098575</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-10-24T15:01:51Z</dc:date>
    </item>
  </channel>
</rss>

