<?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 update problem in tabstrip control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640639#M1283847</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;Please check the following things :&lt;/P&gt;&lt;P&gt;1 . The Fucntion code type for each tab is blank&lt;/P&gt;&lt;P&gt;2 . Same subscreen area is assigned to each tab&lt;/P&gt;&lt;P&gt;3 . Corresponding subscreen is dynamically incorporated into the subscreen area CALL SUBSCREEN in the flow logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not doing this, then you are scolling in SAP GUI, not in your program. In this case the values entered in TAB1 won't get reflected in TAB2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case in your program, fix the above three points. then it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 09:12:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T09:12:54Z</dc:date>
    <item>
      <title>table update problem in tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640636#M1283844</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;i have one tabstrip control having 4 tabs.&lt;/P&gt;&lt;P&gt;in those tabs i am updating one table say ztable(database table).&lt;/P&gt;&lt;P&gt;my problem is this is happening in pai of every tab.&lt;/P&gt;&lt;P&gt;but what ever i am updateing table those changes will reflect in other tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i have to write code like pbo or what i should do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what ever i am updateing in tab1 i have to see in tab2.what ever i have update i should see in tab3.&lt;/P&gt;&lt;P&gt;but it is not showing the updates when we will go for other tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640636#M1283844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: table update problem in tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640637#M1283845</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;Once the TAB1 updates the ZTABLE which say happens in PAI of the TAB1 save. &lt;/P&gt;&lt;P&gt;SELECT to be shown on the TAB2 should be executed when the TAB 2 is pressed and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640637#M1283845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: table update problem in tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640638#M1283846</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;You need to write the code in PAI. If you use the same varaibles in all the tabs..then by default they will be displayed with same values what ever you have entered in any of the tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640638#M1283846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: table update problem in tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640639#M1283847</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;Please check the following things :&lt;/P&gt;&lt;P&gt;1 . The Fucntion code type for each tab is blank&lt;/P&gt;&lt;P&gt;2 . Same subscreen area is assigned to each tab&lt;/P&gt;&lt;P&gt;3 . Corresponding subscreen is dynamically incorporated into the subscreen area CALL SUBSCREEN in the flow logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not doing this, then you are scolling in SAP GUI, not in your program. In this case the values entered in TAB1 won't get reflected in TAB2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case in your program, fix the above three points. then it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 09:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640639#M1283847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: table update problem in tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640640#M1283848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sailu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After updating your database just update your internal table and all other dependent internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no need of modification to other tab's or subscreen's PBO .Just make changes in PAI module of the subcreen&lt;/P&gt;&lt;P&gt;from where you r updating your database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the discussion was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-problem-in-tabstrip-control/m-p/5640640#M1283848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T06:02:16Z</dc:date>
    </item>
  </channel>
</rss>

