<?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 Module pool input field not defined. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771393#M1677314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie, I am working on a module pool program where i have a table control and i need to get VBELN through a input field and based on that field i need to write a select query and display the so items in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have defined the input field as vbak-vbeln for the input field in the screen, activated it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the prob is ,When i write the select query,&amp;nbsp; i get an error that vbak-vbeln is not defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tel me what could be wrong ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 07:13:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-21T07:13:12Z</dc:date>
    <item>
      <title>Module pool input field not defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771393#M1677314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie, I am working on a module pool program where i have a table control and i need to get VBELN through a input field and based on that field i need to write a select query and display the so items in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have defined the input field as vbak-vbeln for the input field in the screen, activated it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the prob is ,When i write the select query,&amp;nbsp; i get an error that vbak-vbeln is not defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tel me what could be wrong ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 07:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771393#M1677314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool input field not defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771394#M1677315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That name is accessible only in your screen &amp;amp; not in your program. You have to either use tables statement ( obsolete) in your program like tables:VBAK , or declare a individual variable referring to vbeln and use that variable name to your screen field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 07:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771394#M1677315</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-05-21T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool input field not defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771395#M1677316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if that is the problem, previously had a report program where the input field declared in the screen was accessible in the program. I did not declare an individual variable for that ... same here, but a module pool.. and this not working &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/746/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional Information: During the debugging mode, the input field which i declared on the screen is accessible in program holding the VBELN, but when i give the same in the program, it throws an error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 07:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771395#M1677316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T07:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool input field not defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771396#M1677317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Report program &amp;amp; module pool both are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"During the debugging mode, the input field which i declared on the screen is accessible in program holding the VBELN - &lt;STRONG&gt;Which Program ?&lt;/STRONG&gt;, but when i give the same in the program, it throws an error" &lt;STRONG&gt;Which Program&lt;/STRONG&gt;. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understood what i meant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 07:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771396#M1677317</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-05-21T07:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool input field not defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771397#M1677318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Karthikeyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the include top declare as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;data:vbak &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; vbak.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Vbak will be structure now and when you have defined the input/output fieldname as VBAK-VBELN ( Note: while defining in the input/output field you need to call the variable from program not from dictionary ) then that value will come to the structure field VBAK-VBELN which can be used in your select query.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;With thanks &amp;amp; regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 08:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771397#M1677318</guid>
      <dc:creator>former_member282968</dc:creator>
      <dc:date>2012-05-21T08:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool input field not defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771398#M1677319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all your valuble comments. I solved the problem myself.. The mistake i did was i used program fields window(F6) in the screen and displayed the input field directly from the DB table. So the Input fields acts as a two way both for Saving and displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be a confusion there SO what i did was i declared a local varaible refering to vbeln and i used program fields window, insted of getting from attributes, i clicked on Get from program.I linked that local variable to the input field .. Problem solved.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/746/images/emoticons/happy.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 08:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-field-not-defined/m-p/8771398#M1677319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T08:49:17Z</dc:date>
    </item>
  </channel>
</rss>

