<?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: module pool + screens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385534#M530040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are using same dictionary field on all 5 tabs.&lt;/P&gt;&lt;P&gt;If it's the same dictionary field then all 5 of them will have the same value because in effect it's only one variable/field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need different values for them then you will have to use different variables.&lt;/P&gt;&lt;P&gt;Define 5 different variables and give them the same type(of that dictionary field).&lt;/P&gt;&lt;P&gt;Then all 5 will have different values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 22:10:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T22:10:09Z</dc:date>
    <item>
      <title>module pool + screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385532#M530038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a main scrreen and 5 tabs  and the tabs are called dynamically via subscreens .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have some fields which are common in some of the tabs .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when i am retrieving the data in one field using F4 help of one tab the data is getting populated into the othe tabs which have the same fields from the same table which should be restricted .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl do reply and suitable replies would be rewarded .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 16:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385532#M530038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: module pool + screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385533#M530039</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 those are standard SAP table fields then it might be problem with the 'Parameter ID' of the DB table field. So when you move from one tab to another just clear the 'Parameter ID'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Lets take -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; for Material .... MAT is the parameter ID ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dj&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward, if its helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 22:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385533#M530039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T22:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: module pool + screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385534#M530040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are using same dictionary field on all 5 tabs.&lt;/P&gt;&lt;P&gt;If it's the same dictionary field then all 5 of them will have the same value because in effect it's only one variable/field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need different values for them then you will have to use different variables.&lt;/P&gt;&lt;P&gt;Define 5 different variables and give them the same type(of that dictionary field).&lt;/P&gt;&lt;P&gt;Then all 5 will have different values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 22:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385534#M530040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T22:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: module pool + screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385535#M530041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no the problem is i have to use the same  dictionary fields in all the 5 tabs  ( client requirement ).&lt;/P&gt;&lt;P&gt;pl come up with another idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 09:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385535#M530041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T09:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: module pool + screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385536#M530042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you share a field across the tabs then the value will automatically get updated by SAP as there is just one memory value being display... so you are best off controlling it yourself by having unique field names per tab e.g. if the tab subscreens are 2001, 2002, 2003 etc, then in the top include you can define a global structure per tab and these can contain the same field names, and other tab specifiec ones e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;begin of gs_2001,  "screen buffer for tab 2001
  belnr        like bkpf-belnr,
  kunnr        like kna1-belnr,
  date1        like sy-datum,
end of gs_2001,

begin of gs_2002,  "screen buffer for tab 2002
  belnr        like bkpf-belnr,
  kunnr        like kna1-belnr,
  date2        like sy-datum,
end of gs_2002,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in your user command for the main screen you can control what gets copied between the data fields displayed - a single "move-corresponding gs_2001 to gs_2002" would ensure the values are synchronised as far as the user is concerned.  This way, a search help on 2001 won't affect 2002 etc until you pass through the user command and determine that you want to keep the new value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 12:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screens/m-p/2385536#M530042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T12:15:10Z</dc:date>
    </item>
  </channel>
</rss>

