<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029021#M416215</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 you give ROLLNAME = 'DIFFERENCE'. It will look for the data element DIFFERENCE in the data dictionary..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display Difference as the column header..Then give as mentioned below..OR use an appropriate data element..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_fieldcatalog-col_pos = '8'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-fieldname = 'DIFFERENCE'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-tabname = 'T_OUTPUT'.&lt;/P&gt;&lt;P&gt;*s_fieldcatalog-rollname = 'DIFFERENCE'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;s_fieldcatalog-seltext_L = 'Difference'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;s_fieldcatalog-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 17:45:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T17:45:20Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029019#M416213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends, I have a ALV report.&lt;/P&gt;&lt;P&gt;I get the report and everything is fine.&lt;/P&gt;&lt;P&gt;The problem the name of the fields in the report. I am displaying quantity field thrice and all the time it shows the same Quantity in result header. I want to display as Available Quantity, Require Quantity, Difference and I need to hard code this to reflect in my prohram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the code,&lt;/P&gt;&lt;P&gt; s_fieldcatalog-col_pos = '8'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-fieldname = 'DIFFERENCE'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-tabname = 'T_OUTPUT'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-rollname = &amp;lt;b&amp;gt;'DIFFERENCE'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND s_fieldcatalog TO t_fieldcatalog1.&lt;/P&gt;&lt;P&gt;  CLEAR s_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print Difference, but its comming blank.&lt;/P&gt;&lt;P&gt;If I use the standard SAP field GSMNG, its printing&lt;/P&gt;&lt;P&gt;Ord Quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy Suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 17:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029019#M416213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T17:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029020#M416214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;modify ur code in this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data: wa_fieldcat  type slis_fieldcat_alv.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;read table vt_fieldcat into WA_fieldcat with key fieldname =&lt;/P&gt;&lt;P&gt;'VALUE_BAL_LEFT'.&lt;/P&gt;&lt;P&gt;if sy-subrc  = 0.&lt;/P&gt;&lt;P&gt;  WA_fieldcat-reptext_ddic = 'VALUE_BAL_LEFT'.&lt;/P&gt;&lt;P&gt;  modify vt_fieldcat from WA_fieldcat index sy-tabix.&lt;/P&gt;&lt;P&gt;endif.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if useful&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 17:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029020#M416214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T17:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029021#M416215</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 you give ROLLNAME = 'DIFFERENCE'. It will look for the data element DIFFERENCE in the data dictionary..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display Difference as the column header..Then give as mentioned below..OR use an appropriate data element..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_fieldcatalog-col_pos = '8'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-fieldname = 'DIFFERENCE'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-tabname = 'T_OUTPUT'.&lt;/P&gt;&lt;P&gt;*s_fieldcatalog-rollname = 'DIFFERENCE'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;s_fieldcatalog-seltext_L = 'Difference'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;s_fieldcatalog-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 17:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029021#M416215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T17:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029022#M416216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 18:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2029022#M416216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T18:08:37Z</dc:date>
    </item>
  </channel>
</rss>

