<?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 access screen field value in a module pool programming? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442799#M1551906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have create a module pool program SAPMYDLG. It contains two screens 100 and 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The first screen contains Employee_ID field. This field is not a dictionary field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In the second screen 200, I want to access the value of Employee_ID field from first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   For this I created a global variable v_empid in TOP include.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   Then in the PAI of the screen 100 I have assigned the screen field value to global variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   v_empid = Employee_ID.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   But this gives an error saying " Field  Employee_ID not defined". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   What am I doing wrong? How can I access the screen field value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 10:54:23 GMT</pubDate>
    <dc:creator>gopalkrishna_baliga</dc:creator>
    <dc:date>2010-11-30T10:54:23Z</dc:date>
    <item>
      <title>How to access screen field value in a module pool programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442799#M1551906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have create a module pool program SAPMYDLG. It contains two screens 100 and 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The first screen contains Employee_ID field. This field is not a dictionary field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In the second screen 200, I want to access the value of Employee_ID field from first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   For this I created a global variable v_empid in TOP include.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   Then in the PAI of the screen 100 I have assigned the screen field value to global variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   v_empid = Employee_ID.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   But this gives an error saying " Field  Employee_ID not defined". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   What am I doing wrong? How can I access the screen field value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 10:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442799#M1551906</guid>
      <dc:creator>gopalkrishna_baliga</dc:creator>
      <dc:date>2010-11-30T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to access screen field value in a module pool programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442800#M1551907</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;If you are not using the dictionary fields in the screen, then you need to declare them as well in the TOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 11:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442800#M1551907</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-11-30T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to access screen field value in a module pool programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442801#M1551908</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;U must define each and screen fields in the top .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it,if it wont work let me clearly whats u hav done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 11:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442801#M1551908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T11:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to access screen field value in a module pool programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442802#M1551909</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;Employee_ID field also must u define in the top include when u define that 100 screen and 200 screen will access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;muralii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 11:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-screen-field-value-in-a-module-pool-programming/m-p/7442802#M1551909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T11:09:12Z</dc:date>
    </item>
  </channel>
</rss>

