<?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: Requirment in module pool . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159889#M1195248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to regenate the table mentainance generator again ..ie delete the existing table mainatainane and create again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2009 09:23:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-16T09:23:30Z</dc:date>
    <item>
      <title>Requirment in module pool .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159888#M1195247</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 a requirement whereas if we change the table/structure ( by adding new fields or deleting) in se11 the changes should automatically trigger in the screen which is using those tables/structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any programming/logic involved , any suggestions appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance ,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159888#M1195247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Requirment in module pool .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159889#M1195248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to regenate the table mentainance generator again ..ie delete the existing table mainatainane and create again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159889#M1195248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Requirment in module pool .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159890#M1195249</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;Check with the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 300 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;PARAMETERS : p_bukrs TYPE ekko-bukrs OBLIGATORY DEFAULT '1000'.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_ebeln FOR ekko-ebeln ,&lt;/P&gt;&lt;P&gt;s_ebelp FOR ekpo-ebelp .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 300 . &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;START-OF-SELECTION .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL SCREEN 100 .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'ZPF01' .&lt;/P&gt;&lt;P&gt;SET TITLEBAR 'ZTITLE01' .&lt;/P&gt;&lt;P&gt;ENDMODULE. " status_0100 OUTPUT&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_0100 INPUT.&lt;/P&gt;&lt;P&gt;IF sy-ucomm = 'BACK' OR sy-ucomm = 'EXIT' .&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0 .&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE. " user_command_0100 INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neelima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159890#M1195249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Requirment in module pool .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159891#M1195250</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;But how will the changes be updated in the screen without any programming logic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would make my requirment more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a module pool program where i am using a table with few fileds .&lt;/P&gt;&lt;P&gt;in the layout editior i have designed the table with those fields .&lt;/P&gt;&lt;P&gt;Now in future if i add new fields to the same table .&lt;/P&gt;&lt;P&gt;Is there any possibility to trigger the changes in table, in the screen also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159891#M1195250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Requirment in module pool .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159892#M1195251</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;But how will the changes be updated in the screen without any programming logic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would make my requirment more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a module pool program where i am using a table with few fileds .&lt;/P&gt;&lt;P&gt;in the layout editior i have designed the table with those fields .&lt;/P&gt;&lt;P&gt;Now in future if i add new fields to the same table .&lt;/P&gt;&lt;P&gt;Is there any possibility to trigger the changes in table, in the screen also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirment-in-module-pool/m-p/5159892#M1195251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:46:35Z</dc:date>
    </item>
  </channel>
</rss>

