<?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: Error in Module Pool Programming tab Strips in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614487#M1941309</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;when you hit TAB1 to tabstrip ie PAI of screen will trigger&lt;/P&gt;&lt;P&gt;which must have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;CALL &lt;/SPAN&gt;SUBSCREEN &amp;lt;area&amp;gt;. if you are using only one subscreen area&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;then PBO will trigger,&lt;/P&gt;&lt;P&gt;then maintain the screen no in the syntax dynamically as given below which is supposed to be call the particular screen&amp;nbsp; when a particular&amp;nbsp; tab gets active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;CASE activetab.&lt;/P&gt;&lt;P&gt;when 'TAB1'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dynnr&amp;gt;&amp;nbsp;&amp;nbsp; = 9001&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when 'TAB2'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dynnr&amp;gt; = 9002&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;CALL SUBSCREEN &amp;lt;area&amp;gt; INCLUDING &amp;lt;DYNNR&amp;gt; sy-repid. &amp;lt;&amp;lt; this must called in PBO&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, 29 Mar 2016 14:23:04 GMT</pubDate>
    <dc:creator>Chintu6august</dc:creator>
    <dc:date>2016-03-29T14:23:04Z</dc:date>
    <item>
      <title>Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614482#M1941304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is as detailed below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to add an custom additional Tab in standard transactions. We have done that coorrectly, now we have added a tab strip in the tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our first tab is working fine, but when i try to reach out to my second tab i can see the screen in grayed out mode and i get an error stating "My Function Code is not available". If i come back to the first tab and then try the second tab i cant even see the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the following steps in my module pool programming,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Called both the subscreens respectively for each tab.&lt;/P&gt;&lt;P&gt;2) In my PAI event i have wriiten the below code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CASE sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;SPAN class="L0S33"&gt;'NEXT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tabstrp&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;activetab &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'NEXT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDCASE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Here NEXT is my function code.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Requesting your help on the same. Also help me in updateing the database fields for the same.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3 style="background: #ffffff; text-align: left; color: #333333; text-indent: 0px;"&gt;&lt;A _jive_internal="true" class="font-color-normal" href="https://answers.sap.com/community/abap/switching-enhancing-and-adapting-standard-programs/blog" style="color: #575757; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: bold;"&gt;ABAP Switching, Enhancing, and Adapting Standard Programs&lt;/A&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Saranaya&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 05:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614482#M1941304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-29T05:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614483#M1941305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked whether the reference fields are assigned properly and you sub screen is called right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 05:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614483#M1941305</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2016-03-29T05:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614484#M1941306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes its all done properly, infact i get to see the tab screen first time but it is grayed out thorwing an error as mentined above and when i come back to first tab and then go the same tab again i get the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 05:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614484#M1941306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-29T05:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614485#M1941307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow my example and you will solve your issue. At first, you need to define the first active tab in PBO screen, which contains the tab strip. Then change this data in User-command block of this screen too(whenever user clicks in another tab ). Be careful about the OK_CODE field, I use OK_CODE not sy-ucommn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;STATUS_9500&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;SUBSCREEN SUB1 INCLUDING SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REPID &lt;SPAN class="L0S33"&gt;'9510'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;SUBSCREEN SUB2 INCLUDING SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REPID &lt;SPAN class="L0S33"&gt;'9520'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;USER_COMMAND_9500&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;SUBSCREEN SUB1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;SUBSCREEN SUB2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;STATUS_9500 &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PF-STATUS &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'STATUS_9500'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp; SET TITLEBAR 'xxx'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;TS_LIST&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ACTIVETAB &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TS_LIST&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ACTIVETAB &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TAB1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;USER_COMMAND_9500 &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; G_OKCODE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;OK_CODE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CASE &lt;/SPAN&gt;G_OKCODE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TAB1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"When user clicks on TAB1 button&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TS_LIST&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ACTIVETAB &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TAB1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TAB2'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"When user clicks on TAB2 button&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TS_LIST&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ACTIVETAB &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TAB2'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OTHERS&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDCASE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;OK_CODE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" USER_COMMAND_9500&amp;nbsp; INPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Than&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 13:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614485#M1941307</guid>
      <dc:creator>thanh_dinh</dc:creator>
      <dc:date>2016-03-29T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614486#M1941308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you set up a tabstrib correctly/completely with the screen painter, you don't need to check sy-ucomm. It suffices to set the user command of the tabstrip types as P (local GUI function) (that's the same spot where you can make an user command an exit-command)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, make sure you have entered the correct subscreen area and that it is filled with the correct subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And last, make sure the PAI of the subscreen that contains your tabstrib is called as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 13:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614486#M1941308</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2016-03-29T13:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614487#M1941309</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;when you hit TAB1 to tabstrip ie PAI of screen will trigger&lt;/P&gt;&lt;P&gt;which must have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;CALL &lt;/SPAN&gt;SUBSCREEN &amp;lt;area&amp;gt;. if you are using only one subscreen area&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;then PBO will trigger,&lt;/P&gt;&lt;P&gt;then maintain the screen no in the syntax dynamically as given below which is supposed to be call the particular screen&amp;nbsp; when a particular&amp;nbsp; tab gets active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;CASE activetab.&lt;/P&gt;&lt;P&gt;when 'TAB1'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dynnr&amp;gt;&amp;nbsp;&amp;nbsp; = 9001&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when 'TAB2'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dynnr&amp;gt; = 9002&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;CALL SUBSCREEN &amp;lt;area&amp;gt; INCLUDING &amp;lt;DYNNR&amp;gt; sy-repid. &amp;lt;&amp;lt; this must called in PBO&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, 29 Mar 2016 14:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614487#M1941309</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2016-03-29T14:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614488#M1941310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your valuable sugesstions. Let me list down my observations below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happening here is i have two tabs say Tab1 and tab2 in the tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially when i reach to the custome tab i find the tab1 of tabstrip is visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i try to reach out to tab2 of tabstrip i can reach without any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i again try to reach to the tab1 of the tabstrip i get an error message stating that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Function code of tab1 is not available".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i put a breakpoint in the PBO and checked my breakpoint is not triggered when i try to reach from tab2 to tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614488#M1941310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-30T07:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614489#M1941311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked in the screen painter if the tabs have been declared correctly? (if not the tab will be shown in red I think). This sounds a lot like there is a missing user command on the first tab..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614489#M1941311</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2016-03-30T08:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614490#M1941312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Don't set the break-point. Please debug as soon as you click in the tab1 again to find where raises the error.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I can't understand why your break-point is not triggered. Because each PBO of tab1, tab2 and customer tab will be run.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614490#M1941312</guid>
      <dc:creator>thanh_dinh</dc:creator>
      <dc:date>2016-03-30T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614491#M1941313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHEN 'TAB1'.&amp;lt;function code of the Tab&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABS-ACTIVETAB = 'TAB1'.&amp;lt;name of the Tab&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHEN OTHERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABS-ACTIVETAB = 'TAB2'.&amp;lt;Name of the Tab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and call the both&amp;nbsp; subscreens in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUBS1 INCLUDING SY-REPID '0101'.&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;CALL SUBSCREEN SUBS2 INCLUDING SY-REPID '0102'.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614491#M1941313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-30T13:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module Pool Programming tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614492#M1941314</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 try the below logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call your sub screen dynamically. Your code must be as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" fill a variable dynamically with screen number like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when "Fcode of tab1".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tabstrip-activetab = &lt;SPAN style="font-size: 13.3333px;"&gt; "Fcode of tab1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X = "Subscreen number".&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;when "Fcode of tab2".&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tabstrip-activetab = &lt;SPAN style="font-size: 13.3333px;"&gt; "Fcode of tab2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X = "Subscreen number".&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;when others.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tabstrip-activetab = &lt;SPAN style="font-size: 13.3333px;"&gt; "Fcode of tab1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X = "Subscreen number".&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;end case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;" Now write the code below .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen "Sub screen name" including sy-repid 'Put a variable here say "X"'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these logic mentioned above should be in the same order and only in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will sort your issue. Do let us know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 06:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-programming-tab-strips/m-p/11614492#M1941314</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2016-04-01T06:35:10Z</dc:date>
    </item>
  </channel>
</rss>

