<?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 Modulpool help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulpool-help/m-p/2647821#M610083</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;I'm new doing dialog programming, I've already created my screen painter but I have to fill my internal table... my select have to be delimited for a value of my textbox, but I don't know if I can get that value directly of the name of my textbox or there are a sentence for that??&lt;/P&gt;&lt;P&gt;I mean:&lt;/P&gt;&lt;P&gt;I want to know how get the textbox values for use in my program.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;Textbox name = "PLANT".&lt;/P&gt;&lt;P&gt;user type "0301".&lt;/P&gt;&lt;P&gt;In my program POB section.&lt;/P&gt;&lt;P&gt;select * from zubic where werks = PLANT.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your comments.&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 20:04:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T20:04:02Z</dc:date>
    <item>
      <title>Modulpool help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulpool-help/m-p/2647821#M610083</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;I'm new doing dialog programming, I've already created my screen painter but I have to fill my internal table... my select have to be delimited for a value of my textbox, but I don't know if I can get that value directly of the name of my textbox or there are a sentence for that??&lt;/P&gt;&lt;P&gt;I mean:&lt;/P&gt;&lt;P&gt;I want to know how get the textbox values for use in my program.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;Textbox name = "PLANT".&lt;/P&gt;&lt;P&gt;user type "0301".&lt;/P&gt;&lt;P&gt;In my program POB section.&lt;/P&gt;&lt;P&gt;select * from zubic where werks = PLANT.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your comments.&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 20:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulpool-help/m-p/2647821#M610083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T20:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Modulpool help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulpool-help/m-p/2647822#M610084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Define a field on the screen painter, named Plant (following your example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Define a variable in your top include code, which has the same type and lenght as the screen field (if it references data dictionary, the variable must do so also). It also must be named Plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You can use now your variable for the select:&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM ztable&lt;/P&gt;&lt;P&gt;WHERE werks = Plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because any time the screen field gets populated or modified, the variable is also updated. (and vice versa).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 00:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulpool-help/m-p/2647822#M610084</guid>
      <dc:creator>alejandro_bindi</dc:creator>
      <dc:date>2007-08-28T00:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modulpool help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulpool-help/m-p/2647823#M610085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow Thanks a lot!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 17:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulpool-help/m-p/2647823#M610085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T17:12:24Z</dc:date>
    </item>
  </channel>
</rss>

