<?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: Table control in Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876845#M1139966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbac1d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbac1d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Dec 2008 06:18:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-27T06:18:18Z</dc:date>
    <item>
      <title>Table control in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876844#M1139965</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 created a screen using Table control Wizard.  While created I used an Internal table.&lt;/P&gt;&lt;P&gt;Some of the fields in this internal table should have values selected only from respective check table  and should not take any other data.   &lt;/P&gt;&lt;P&gt;How do I do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:  i_tab-kunnr field should have values selected from KNA1-kunnr only.  And when this field is selected from screen, a screen should display values and when selected it should be assigned to this field in screen.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudhaker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 14:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876844#M1139965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T14:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876845#M1139966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbac1d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbac1d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2008 06:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876845#M1139966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-27T06:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876846#M1139967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you are declaring this filed in the screen as the check table field it will solve your problem.&lt;/P&gt;&lt;P&gt;(or).&lt;/P&gt;&lt;P&gt;you can put the validation also for the value of that filed, what ever values your are entering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2008 06:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876846#M1139967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-27T06:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876847#M1139968</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;have you assigned a check table for your field in table control in screen attributes.&lt;/P&gt;&lt;P&gt;if not you can assign the check table in screen attributes. it will solve your problem. and it will give a list of possible values from the same check table also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2008 06:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876847#M1139968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-27T06:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876848#M1139969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhaker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For fetching values...&lt;/P&gt;&lt;P&gt;We can use a process on value request (POV) for the field in PAI&lt;/P&gt;&lt;P&gt;and manually populate it&lt;/P&gt;&lt;P&gt;process on value-request.&lt;/P&gt;&lt;P&gt;    field internaltable-XXXX module f_get_f4.&lt;/P&gt;&lt;P&gt;in the subroutine fill the F4 with the data we need as restricted and use a &lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST to poulate data on pop up F4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Validation....we can always do a check in the chain..endchain of PAI for the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********PAI&lt;/P&gt;&lt;P&gt;loop at internal table.&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;    field: internaltable-XXXX..&lt;/P&gt;&lt;P&gt;    module f_check_field on chain-request.&lt;/P&gt;&lt;P&gt;endcahin.&lt;/P&gt;&lt;P&gt;modify _data.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in subroutine we can check if value is present or not in the main table with a direct select:eg:&lt;/P&gt;&lt;P&gt;if  internaltable-field is not initial.&lt;/P&gt;&lt;P&gt; select single XXX from tbale where XXX = internaltable-field.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; Message 'Value not maintained in table '  type 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2008 08:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876848#M1139969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-27T08:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876849#M1139970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi look at this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the screen elements from the button  &lt;STRONG&gt;get fields from the button&lt;/STRONG&gt;  then assign  these values to the fields on the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2008 11:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876849#M1139970</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2008-12-27T11:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876850#M1139971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered by people in forum.  Check thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 04:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/4876850#M1139971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T04:40:01Z</dc:date>
    </item>
  </channel>
</rss>

