<?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 entry restriction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-entry-restriction/m-p/4976277#M1159576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sumeet malhotra  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ) if you want to make disable your tab strip groups just loop your screen and assign the visiblity to 0 . this will disable all your tab strip until you enter the inputs &lt;/P&gt;&lt;P&gt;     LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;        IF screen-group1 = 'APP'.&lt;/P&gt;&lt;P&gt;              screen-input = 0.&lt;/P&gt;&lt;P&gt;             MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) just you want to make the inputs fields in the tab strip in disable mode you can archive this by directly providing the name &lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;        IF screen-name = 'ZMSRV_COS_REQ-AGREEMENTITEM'.&lt;/P&gt;&lt;P&gt;              screen-input = 0.&lt;/P&gt;&lt;P&gt;        ENDIF.&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;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;chinnaiya ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jan 2009 06:18:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-10T06:18:29Z</dc:date>
    <item>
      <title>tabstrip entry restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-entry-restriction/m-p/4976276#M1159575</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 having a tabstrip control and two input fields at the top now the flow is first i enter the values in the input field and then in tabstrip,exactly what i wont to do is to restrict the user to enter any values in the tabstrip untill submitted the values of input field. having one submit button for input output field and seperate submit buttons for various tabs.i think if i just assign a message type to the submit button of input field it can work but a bit confused whoe to hard code it, please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 05:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-entry-restriction/m-p/4976276#M1159575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-10T05:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrip entry restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-entry-restriction/m-p/4976277#M1159576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sumeet malhotra  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ) if you want to make disable your tab strip groups just loop your screen and assign the visiblity to 0 . this will disable all your tab strip until you enter the inputs &lt;/P&gt;&lt;P&gt;     LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;        IF screen-group1 = 'APP'.&lt;/P&gt;&lt;P&gt;              screen-input = 0.&lt;/P&gt;&lt;P&gt;             MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) just you want to make the inputs fields in the tab strip in disable mode you can archive this by directly providing the name &lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;        IF screen-name = 'ZMSRV_COS_REQ-AGREEMENTITEM'.&lt;/P&gt;&lt;P&gt;              screen-input = 0.&lt;/P&gt;&lt;P&gt;        ENDIF.&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;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;chinnaiya ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 06:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-entry-restriction/m-p/4976277#M1159576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-10T06:18:29Z</dc:date>
    </item>
  </channel>
</rss>

