<?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: Tabstrip Status Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562385#M857244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Annie ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have this code in your program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at screen.
screen-input = '0'.
modify screen.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acually what happens this code makes the screen-input = 0  for tabstrips  buttons also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus system raises the error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have this code then just add the below lines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
IF screen-name EQ 'TAB1'
OR screen-name EQ 'TAB2'.
screen-input = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aditi Wason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2009 07:27:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-21T07:27:07Z</dc:date>
    <item>
      <title>Tabstrip Status Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562382#M857241</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;I have a dialog screen with a tabstrip that has 3 tabs.&lt;/P&gt;&lt;P&gt;Whenever I start the program containing the screen, it shows status message "Protected tab titles are not supported (tab TABSTRIP_NAME title FIRST_TAB_NAME)" in my status bar, where TABSTRIP_NAME is the name of my tabstrip, and FIRST_TAB_NAME is the tab that is displayed on running the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why this status message is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ HELP!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 12:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562382#M857241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Status Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562383#M857242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this message has a long text (class 00 # 119)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading this it should becom clear of what to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 14:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562383#M857242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T14:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Status Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562384#M857243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PBO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U must have written a &lt;/P&gt;&lt;P&gt;LOOP at SCREEN&lt;/P&gt;&lt;P&gt;EndLoop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the &lt;/P&gt;&lt;P&gt;Loop At Screen&lt;/P&gt;&lt;P&gt;EndLoop in each of the subscreens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 14:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562384#M857243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T14:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Status Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562385#M857244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Annie ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have this code in your program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at screen.
screen-input = '0'.
modify screen.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acually what happens this code makes the screen-input = 0  for tabstrips  buttons also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus system raises the error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have this code then just add the below lines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
IF screen-name EQ 'TAB1'
OR screen-name EQ 'TAB2'.
screen-input = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aditi Wason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 07:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562385#M857244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T07:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Status Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562386#M857245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii annie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are using LOOP AT SCREEN to set some fields in change mode( input mode ). While do that, it is trying to set the tab titles also as input mode. So change this to display only by setting the value to 0 for tabstrips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when setting to change mode, skip the tabstrips as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-name EQ 'TAB1'&lt;/P&gt;&lt;P&gt;OR screen-name EQ 'TAB2'.&lt;/P&gt;&lt;P&gt;CONTINUE.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 07:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-status-message/m-p/3562386#M857245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T07:44:11Z</dc:date>
    </item>
  </channel>
</rss>

