<?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: Pushbutton in Tabstrip (module pool program) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226630#M769633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's where the problem lies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-field_name = &amp;lt;your field name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-input = 0. hides the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-active = 0. make to display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this code i am not able see the buttons fields in the screen structure.Maybe in Tabstrip having table control have different behaviour and it skips the element in the tabstrip and start with table control element.Any suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 10:37:02 GMT</pubDate>
    <dc:creator>former_member628175</dc:creator>
    <dc:date>2008-01-04T10:37:02Z</dc:date>
    <item>
      <title>Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226626#M769629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on ECR/ECO and  as per the requirement i'll need to insert three button and table control in the tabstrip .&lt;/P&gt;&lt;P&gt;Now conditonally, i need to hide one of the button but when i have done the coding as LOOP at screen , i am not able to find the Buttons in this loop.Is there anything that i'll need to be taken care of  while inserting the push button in the tabstrip ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 09:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226626#M769629</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2008-01-04T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226627#M769630</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;assign the button to a screen group and then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-group1 = &amp;lt;ur group&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 09:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226627#M769630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226628#M769631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Renjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it but it's not working , my problem is that whenever i am  doing LOOP AT SCREEN , it will show all the elements present in the table control only and hence assigning a group won't work in this case.Any other alternative please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226628#M769631</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2008-01-04T10:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226629#M769632</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;If it is a push button sith function code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;itab type table of char5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append 'FUNC' to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where FUNC will be the function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in PBO you can write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status &amp;lt;your status&amp;gt; excluding itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a particular field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-field_name = &amp;lt;your field name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-input = 0. hides the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-active = 0. make to display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226629#M769632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226630#M769633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's where the problem lies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-field_name = &amp;lt;your field name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-input = 0. hides the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-active = 0. make to display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this code i am not able see the buttons fields in the screen structure.Maybe in Tabstrip having table control have different behaviour and it skips the element in the tabstrip and start with table control element.Any suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226630#M769633</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2008-01-04T10:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226631#M769634</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 think you have used subscreens for tabstrip, for display of values. In which screen's PBO did you try the code, main scree or subscreen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226631#M769634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T11:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226632#M769635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i am using subscreen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226632#M769635</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2008-01-04T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226633#M769636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and have you tried the code in the PBO of the subscreen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226633#M769636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226634#M769637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah tried in both the screen PBO but the button element still missing in the LOOP at SCREEN?Is there anyhting that i should take care in subscreen ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226634#M769637</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2008-01-04T11:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Tabstrip (module pool program)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226635#M769638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do u want to hide the tab dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is the case then do this in pbo.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'TAB1'.&lt;/P&gt;&lt;P&gt;SCREEN-INVISIBLE = 1.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 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;take care of the case (upper or lower in the screen name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-tabstrip-module-pool-program/m-p/3226635#M769638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T11:51:34Z</dc:date>
    </item>
  </channel>
</rss>

