<?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: error in fieldcat reference field for quantity in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230921#M1209172</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;U can change the data type from packed decimal to char, but u can't do total and sub-total on char field.&lt;/P&gt;&lt;P&gt;If u don't have any requirement on total and sub total for menge field then u can change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2009 07:10:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-23T07:10:21Z</dc:date>
    <item>
      <title>error in fieldcat reference field for quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230917#M1209168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in the output of an alv there is a field menge for that what will be the reference field if i give the reference field as menge and reference table mseg . Im getting the error that description not matched ....please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 06:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230917#M1209168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T06:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: error in fieldcat reference field for quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230918#M1209169</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;Give field name in capital letters,&lt;/P&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear fieldcat_in.&lt;/P&gt;&lt;P&gt;fieldcat_ln-fieldname = 'FIELD3'.&lt;/P&gt;&lt;P&gt;fieldcat_ln-tabname = 'ITAB1'.&lt;/P&gt;&lt;P&gt;fieldcat_ln-ref_fieldname = 'MENGE'. "&amp;lt;- REF FIELD IN THE DICTIONNARY&lt;/P&gt;&lt;P&gt;fieldcat_ln-ref_tabname = 'MSEG'. "&amp;lt;- REF TABLE IN THE DICTIONNARY&lt;/P&gt;&lt;P&gt;fieldcat_ln-no_out = ' '.&lt;/P&gt;&lt;P&gt;fieldcat_ln-do_sum = 'X'. "SUM UPON DISPLAY&lt;/P&gt;&lt;P&gt;append fieldcat_ln to gt_fieldcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 06:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230918#M1209169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T06:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: error in fieldcat reference field for quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230919#M1209170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more query can i change the menge field from packed decimal to char  it is editable in alv output . for example i got the menge as 0.0002 when i changed it to 5 it should reflect as 5 not 0.0005 after calling the method checked_changed_data . is this possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 07:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230919#M1209170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T07:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: error in fieldcat reference field for quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230920#M1209171</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;please copy paste the code where u r getting error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field catalog rules :   in quotations use capital letters  for fileds .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for system fileds like sy-uname ,sy-repid  dont use quotations .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u can post ut code snippet easily can solve probelm .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 07:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230920#M1209171</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-02-23T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: error in fieldcat reference field for quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230921#M1209172</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;U can change the data type from packed decimal to char, but u can't do total and sub-total on char field.&lt;/P&gt;&lt;P&gt;If u don't have any requirement on total and sub total for menge field then u can change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 07:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230921#M1209172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T07:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: error in fieldcat reference field for quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230922#M1209173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mozam ,&lt;/P&gt;&lt;P&gt;u need to specify likewise in the filedcatalog..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
fs_fcat-fieldname = 'MENGE'.
fs_fcat-qfieldname = 'MSEHI'.
modify t_fcat frm fs_fcat transporting qfieldname where fieldname = 'MENGE'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QFIELDNAME&lt;/P&gt;&lt;P&gt;type- LVC_QFNAME&lt;/P&gt;&lt;P&gt;length- Char(30)&lt;/P&gt;&lt;P&gt; value range - SPACE, name of a field in the output table&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Defining a reference to quantity units. The ALV links the field specified in FIELDNAME to the field for quantity units specified in QFIELDNAME . The field specified in QFIELDNAME must have a separate entry in the field catalog.&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mdi.Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 07:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fieldcat-reference-field-for-quantity/m-p/5230922#M1209173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T07:18:23Z</dc:date>
    </item>
  </channel>
</rss>

