<?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: Reading values from standard screen dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-standard-screen-dynamically/m-p/10214893#M1826034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jeny,&lt;/P&gt;&lt;P&gt;For any standard screens/Custom screens you can read the values of that screen by just knowing the program name and field name using field symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a field symbol.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SYMBOLS&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;fs_desc&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE&amp;nbsp; ANY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'(Programname)field-name'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_descr&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at runtime you will get the value of that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 11:57:48 GMT</pubDate>
    <dc:creator>sivaganesh_krishnan</dc:creator>
    <dc:date>2014-03-13T11:57:48Z</dc:date>
    <item>
      <title>Reading values from standard screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-standard-screen-dynamically/m-p/10214891#M1826032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I have a standard tcode. i have to read the value give in while executing dynamically..is ter any way for it..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 08:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-standard-screen-dynamically/m-p/10214891#M1826032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-13T08:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reading values from standard screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-standard-screen-dynamically/m-p/10214892#M1826033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with help of exits you can read the values given on standard screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vineesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 09:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-standard-screen-dynamically/m-p/10214892#M1826033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-13T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading values from standard screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-standard-screen-dynamically/m-p/10214893#M1826034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jeny,&lt;/P&gt;&lt;P&gt;For any standard screens/Custom screens you can read the values of that screen by just knowing the program name and field name using field symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a field symbol.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SYMBOLS&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;fs_desc&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE&amp;nbsp; ANY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'(Programname)field-name'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_descr&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at runtime you will get the value of that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-standard-screen-dynamically/m-p/10214893#M1826034</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2014-03-13T11:57:48Z</dc:date>
    </item>
  </channel>
</rss>

