<?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: fieldcatalog Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/6550760#M1429535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh thanks so much Chandravadan.. Problem solve.. I m alotting points plz check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Apoorv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2010 12:25:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-16T12:25:50Z</dc:date>
    <item>
      <title>fieldcatalog Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/6550758#M1429533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I am pretparing one ALV. It is almost done but i m facing one problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv to print a record which is a combination of values of two fields belonging to two different tables.&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;field3 = table1-field1 + table2-field2 (This i combines by using concatenate operator).&lt;/P&gt;&lt;P&gt;now field3 should be of size of field1 + field2 . So i declare it as &lt;/P&gt;&lt;P&gt;field3(40) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how should i mention this field in FIELDCATALOG.&lt;/P&gt;&lt;P&gt;bcoz this field doesnot belong to any table ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later on i hv created one custom table and mention the field name there.&lt;/P&gt;&lt;P&gt;but when this tablename along with fieldname is mentioned in fieldcatalog it is displaying the value of the field just prior to it.&lt;/P&gt;&lt;P&gt;please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Apoorv Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 12:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/6550758#M1429533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcatalog Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/6550759#M1429534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Apoorv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide a Text element instead of referring to any table field in field Catalog and provide the description value in text element for that column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the sample code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
 gw_field-fieldname = 'field3'.
  gw_field-seltext_m = text-001.
  gw_field-tabname = 'GT_OUTPUT'.
  gw_field-outputlen = 40.
  gw_field-col_pos   = l_col.
  APPEND gw_field TO t_fcat.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandravadan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 12:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/6550759#M1429534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: fieldcatalog Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/6550760#M1429535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh thanks so much Chandravadan.. Problem solve.. I m alotting points plz check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Apoorv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 12:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-problem/m-p/6550760#M1429535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T12:25:50Z</dc:date>
    </item>
  </channel>
</rss>

