<?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 improper message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620152#M277477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;      i am getting an improper message using tab strips    in dialog program . The details of the tabstrip is :&lt;/P&gt;&lt;P&gt;name- &amp;gt; TS_PO_HEADER&lt;/P&gt;&lt;P&gt;number of tabs -&amp;gt; 5&lt;/P&gt;&lt;P&gt;first tab name-&amp;gt; tab_description. &lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i set all the fields of the tabs in output mode that is input = 0. i got the this message :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" Protected tab titles are not supported  (tab TS_PO_HEADER title TAB_DISCRIPTION) " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to remove this message but unable to fix it . so please help me for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Deepak Rana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 18:23:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T18:23:53Z</dc:date>
    <item>
      <title>improper message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620152#M277477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;      i am getting an improper message using tab strips    in dialog program . The details of the tabstrip is :&lt;/P&gt;&lt;P&gt;name- &amp;gt; TS_PO_HEADER&lt;/P&gt;&lt;P&gt;number of tabs -&amp;gt; 5&lt;/P&gt;&lt;P&gt;first tab name-&amp;gt; tab_description. &lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i set all the fields of the tabs in output mode that is input = 0. i got the this message :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" Protected tab titles are not supported  (tab TS_PO_HEADER title TAB_DISCRIPTION) " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to remove this message but unable to fix it . so please help me for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Deepak Rana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 18:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620152#M277477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T18:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: improper message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620153#M277478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are doing a LOOP statement in tht PBO to turn fields off, right?&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;&lt;/P&gt;&lt;P&gt;You must be careful not to do this for all elements in the screen, it appears that you are since the system is telling you that you are doing it for the tabstrip element.  Make sure to check the SCREEN-NAME for the fields that you want to turn off, or use the GROUP1 field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 18:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620153#M277478</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-18T18:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: improper message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620154#M277479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;        thanks for your kind help, i am doing the same way&lt;/P&gt;&lt;P&gt;   but if i am using GROUP now it will be very combersom&lt;/P&gt;&lt;P&gt;   for manage the application, could you plz suggest any alternative for this.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Deepak Rana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620154#M277479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: improper message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620155#M277480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you need to do something, because you are modifing parts of the tabstrip which I don't think you want to do.  If you assign a group to all of the fields on your screen which you want to make not ready for input, you can simply do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at screen.
   if screen-group1 = 'GP1'.
     screen-input = 0.
     modify screen.
   endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all you need to do is set the group1 field in the screen elements table for all of the fields on that screen which you want to turn off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/improper-message/m-p/1620155#M277480</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-18T19:30:51Z</dc:date>
    </item>
  </channel>
</rss>

