<?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: Problem in Fieldcatalog in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023019#M1608995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Subha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you've any issues with ALV fieldcat perform [ALV consistency check|http://help.sap.com/saphelp_sm32/helpdata/en/d6/23253963143e6ae10000000a11402f/content.htm]. It'll list the errors in the fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2011 09:24:13 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2011-07-11T09:24:13Z</dc:date>
    <item>
      <title>Problem in Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023016#M1608992</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;In the ALV report, the last column is showing the same value as the previous column value in alv report.&lt;/P&gt;&lt;P&gt;I am using Resuse_alv_grid_display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform append_field tables t_fieldcat using:  l_comps-name 'EKORG' 'WYT3' 'EKORG' '' '',&lt;/P&gt;&lt;P&gt;                                                       l_comps-name 'LIFN2' 'LFA1' 'LIFNR' '' text-c11,&lt;/P&gt;&lt;P&gt;                                                       l_comps-name 'NAME1' 'LFA1' 'NAME1' '' text-c12,&lt;/P&gt;&lt;P&gt;                                                       l_comps-name 'LOEVM' 'LFA1' 'LOEVM' '' text-c13,&lt;/P&gt;&lt;P&gt;                                                       l_comps-name 'SPERM' 'LFA1' 'SPERM' '' text-c14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last column SPERM showing same value as LOEVM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know, how to solve it. While debugging fieldcatalog and output internal table showing correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 08:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023016#M1608992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T08:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023017#M1608993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the following:&lt;/P&gt;&lt;P&gt;1)Are you clearing the fieldcatalog workaraea ,before appending teh next value.&lt;/P&gt;&lt;P&gt;2)Just before passing value sto teh FM what are the values in fieldcatalog.&lt;/P&gt;&lt;P&gt;3)Are you passing column positions in fieldcatalog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use FM REUSE_ALV_FIELDCATALOG_MERGE. You wont have to explicitly populate fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023017#M1608993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T09:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023018#M1608994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the column name wrong too. Or just the values that are getting replaced?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023018#M1608994</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-11T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023019#M1608995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Subha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you've any issues with ALV fieldcat perform [ALV consistency check|http://help.sap.com/saphelp_sm32/helpdata/en/d6/23253963143e6ae10000000a11402f/content.htm]. It'll list the errors in the fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023019#M1608995</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-07-11T09:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023020#M1608996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also please double check if your internal table field name that you have specified in the field catalog is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023020#M1608996</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-11T09:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023021#M1608997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The last column SPERM showing same value as LOEVM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean In the Field Header or in the Data.  If it is in Field Header (column Heading) check the Text Element text-014 has same name.!! Or If You are getting same value in ALV Table Data., Check the Internal Table while Populating in the ALV., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean in loop at itab into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assigning wa to wa_fin.  " heare while assigning you may assign the same field name for both fields&lt;/P&gt;&lt;P&gt;append wa_fin to itab_fin.&lt;/P&gt;&lt;P&gt;clear wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023021#M1608997</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-07-11T09:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fieldcatalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023022#M1608998</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;Since the fields LOEVM and SPERM are of field length Char1,that's why it may be confusing&lt;/P&gt;&lt;P&gt;Try to change the output length or output text in the fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fieldcatalog/m-p/8023022#M1608998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T09:36:59Z</dc:date>
    </item>
  </channel>
</rss>

