<?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 cell format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687025#M887854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you see if the following code in the field catalog (assume structure is wa) does what you want.  It suppresses the conversion exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa-no_convext = abap_true.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your target field may also be too narrow.  You should make sure it is wide enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 16:44:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-03T16:44:40Z</dc:date>
    <item>
      <title>ALV cell format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687024#M887853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm beginning with ALV's and i have a problem when saving the content of a grid to a Z table that i built.&lt;/P&gt;&lt;P&gt;So...i have one collum that is of type mseg-menge ( i declared like this: zfield like mseg-menge). When i fill in the ALV this cell (for example, with the number 10000) and then hit the save button (wich i control at user_command) it changes that value to 10,000 and saves to the Z table like '*00'.&lt;/P&gt;&lt;P&gt;Does anybody knows how can i solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   RT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687024#M887853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687025#M887854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you see if the following code in the field catalog (assume structure is wa) does what you want.  It suppresses the conversion exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa-no_convext = abap_true.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your target field may also be too narrow.  You should make sure it is wide enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687025#M887854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T16:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687026#M887855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I there.&lt;/P&gt;&lt;P&gt;I copied the line of code that you posted butt it stayed the same thing. It noticed that is saving the 10000 like *01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 17:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687026#M887855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687027#M887856</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;When you save your data in the internal table, try using the TRANSLATE command, or maybe you can change the type of your ALV field to string!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards &lt;/P&gt;&lt;P&gt;Erick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 19:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687027#M887856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T19:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687028#M887857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi boss..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ALV/Edit/demo.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ALV/Edit/demo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 19:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687028#M887857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T19:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687029#M887858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I have the problem solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 17:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-format/m-p/3687029#M887858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T17:42:41Z</dc:date>
    </item>
  </channel>
</rss>

