<?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: Change ALV Layout at Runtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293445#M500526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, thanks for your very quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a possibility which I was already told by my colleagues. In my opinion this solution isn't adequate, because I cut out all the other fields the user &lt;STRONG&gt;might&lt;/STRONG&gt; be interested in... I still want the option for the users to create their own layouts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone else got a clue how to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 07:22:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T07:22:28Z</dc:date>
    <item>
      <title>Change ALV Layout at Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293443#M500524</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 recently got the job to create a rather comprehensive monitor for WM. I also created several layouts for the users in the ALV in the Monitor. These layouts can be transported via customizing transports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem:&lt;/P&gt;&lt;P&gt;Depending on the filled Select-Options it makes sense to show the user specific layouts. Is it possible to switch these layouts at runtime without using different structures for the ALV?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 06:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293443#M500524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T06:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change ALV Layout at Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293444#M500525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi steffen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can select only one layout as "default" ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on the selection scrren input , it is not possible to change the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but we can do it in another way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;have a set of fcats in various performs.&lt;/P&gt;&lt;P&gt;call that perform based on the selection screen input.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;liek this ..           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******&lt;STRONG&gt;dont forget to delete that layout which u hav created&lt;/STRONG&gt;****8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if radio_1 = 'x'.&lt;/P&gt;&lt;P&gt;    perform f_cat1.&lt;/P&gt;&lt;P&gt;elseif radio_2 = 'x'.&lt;/P&gt;&lt;P&gt;   perform f_cat2.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     form f_cat1.  " fcats&lt;/P&gt;&lt;P&gt;          srno&lt;/P&gt;&lt;P&gt;          pernr&lt;/P&gt;&lt;P&gt;          name&lt;/P&gt;&lt;P&gt;          sex&lt;/P&gt;&lt;P&gt;     endform.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   form f_cat2.&lt;/P&gt;&lt;P&gt;          srno&lt;/P&gt;&lt;P&gt;          pernr&lt;/P&gt;&lt;P&gt;          basic&lt;/P&gt;&lt;P&gt;          hra&lt;/P&gt;&lt;P&gt;    endform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;S.BArani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293444#M500525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T07:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change ALV Layout at Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293445#M500526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, thanks for your very quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a possibility which I was already told by my colleagues. In my opinion this solution isn't adequate, because I cut out all the other fields the user &lt;STRONG&gt;might&lt;/STRONG&gt; be interested in... I still want the option for the users to create their own layouts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone else got a clue how to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293445#M500526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T07:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change ALV Layout at Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293446#M500527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes steffen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r right , we have to provide such facility to user,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but sometimes we have to stick in certain things like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to tel me if u got another solution for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-alv-layout-at-runtime/m-p/2293446#M500527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T07:32:08Z</dc:date>
    </item>
  </channel>
</rss>

