<?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: ALV Report fields at runtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156605#M750825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have a look at my Wiki posting [Creating Flat and Complex Internal Tables Dynamically using RTTI|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/creating%2bflat%2band%2bcomplex%2binternal%2btables%2bdynamically%2busing%2brtti]&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;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Dec 2007 05:34:44 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-12-25T05:34:44Z</dc:date>
    <item>
      <title>ALV Report fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156602#M750822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirenment to create ALV report field at runtime...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report input is date range, based on input date range I have to create ALV report fields (with input date range as field name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create it...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.: In my input date range - data is 21.11.2007 to 03.12.2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my total fields are 21,22,23,24......01,02,03&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156602#M750822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156603#M750823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. One option is to have an internal table with some&lt;/P&gt;&lt;P&gt;   fixed colums, having field names eg. day01, day02 etcc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then based upon the selection screen,&lt;/P&gt;&lt;P&gt;   and starting from first column day01,&lt;/P&gt;&lt;P&gt;   the headings can be modified using field catalogue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156603#M750823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156604#M750824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we need to fix columns to a number and use field symbols,.&lt;/P&gt;&lt;P&gt;And also there is another option you go for OOps concept. for this please refer the program BCALV_GRID_01 to 09. It will help you to generate the dynamic fileds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 20:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156604#M750824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156605#M750825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have a look at my Wiki posting [Creating Flat and Complex Internal Tables Dynamically using RTTI|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/creating%2bflat%2band%2bcomplex%2binternal%2btables%2bdynamically%2busing%2brtti]&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;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2007 05:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-fields-at-runtime/m-p/3156605#M750825</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-12-25T05:34:44Z</dc:date>
    </item>
  </channel>
</rss>

