<?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: Collapse button in screens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419659#M821327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for transaction code BIBS and within "Collapsible Area"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 20:16:33 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-02-14T20:16:33Z</dc:date>
    <item>
      <title>Collapse button in screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419656#M821324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to insert a collapse/ insert button in screens , wherein a table control will be collapse or expanded based on this button. please give your inputs and steps to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 3:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 07:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419656#M821324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Collapse button in screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419657#M821325</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 suggest to look for ALV Tree. I think you'll find it helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Teddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419657#M821325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Collapse button in screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419658#M821326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;insert buttons in the screen initially and make then invisible like&lt;/P&gt;&lt;P&gt;in the pbo of the screen.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'insert'.&lt;/P&gt;&lt;P&gt;  screen-invisible = 1.&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;if particular button is clicked then make that button visible.&lt;/P&gt;&lt;P&gt;if w_flag eq 'X'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'insert'.&lt;/P&gt;&lt;P&gt;  screen-invisible = 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;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 3:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419658#M821326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Collapse button in screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419659#M821327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for transaction code BIBS and within "Collapsible Area"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 20:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collapse-button-in-screens/m-p/3419659#M821327</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-02-14T20:16:33Z</dc:date>
    </item>
  </channel>
</rss>

