<?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: ADDING A COLUMN TO THE ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977418#M702903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me how you achieved this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Dec 2010 16:46:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-01T16:46:28Z</dc:date>
    <item>
      <title>ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977411#M702896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts, &lt;/P&gt;&lt;P&gt;          im here with a problem , i want to know if its possible to add an extra column to the ALV display my problem is im using the  dictionary table directly not using any structures and hence  iv not declared any field catalog....the output of this one extra field has to be hard coded  and added to the display so it appears with the displayed alv at all times.&lt;/P&gt;&lt;P&gt; is this possible can i get help pls?&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Goldie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 06:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977411#M702896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T06:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977412#M702897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it is possible, &lt;/P&gt;&lt;P&gt;get the fieldcatalog for the table using FM REUSE_ALV_FIELDCATALOG_MERGE, after this add the details of extra field to this fieldcat and display it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 06:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977412#M702897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T06:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977413#M702898</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;Append one more field to the field catalog &amp;amp; populate the same in the output internal table of ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  fieldcatalog-fieldname   = 'NETPR'.
  fieldcatalog-seltext_m   = 'Net Price'.
  fieldcatalog-col_pos     = 7.
  fieldcatalog-outputlen   = 15.
  fieldcatalog-datatype     = 'CURR'.
  append fieldcatalog to fieldcatalog.
  clear  fieldcatalog.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 06:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977413#M702898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T06:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977414#M702899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GOLDIE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JUST GIVE ME UR REPORT REQUIERMENTS OR CODE OF IT  AND I WILL DEFINATELY HELP U OUT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 07:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977414#M702899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T07:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977415#M702900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare internal table like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab,&lt;/P&gt;&lt;P&gt;include structure abc.&lt;/P&gt;&lt;P&gt;data: extra_field type ...,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now build fieldcat either using reuse_alv_fieldcat_merge fn module&lt;/P&gt;&lt;P&gt;or build manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 07:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977415#M702900</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-10-25T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977416#M702901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont think you can hard coded the field in the alv output ,other than that you can add that extra field in your structure and you can display the same in the alv output if you r not using any field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 08:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977416#M702901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T08:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977417#M702902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u everyone for ur replies ,i have solved the problem hard coding it solves the problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 04:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977417#M702902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T04:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING A COLUMN TO THE ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977418#M702903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me how you achieved this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 16:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-the-alv/m-p/2977418#M702903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-01T16:46:28Z</dc:date>
    </item>
  </channel>
</rss>

