<?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: Database View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834971#M355474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IMRG table for field CNTRR  the datael ement is IMRC_READG&lt;/P&gt;&lt;P&gt;and in domain the conversion rutin is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value in field of type FLTP e is  2.2680000000000000E+05 where as it should appear as  63 in view .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2007 06:33:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-05T06:33:23Z</dc:date>
    <item>
      <title>Database View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834967#M355470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we created calculated fields in a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create field in a view using function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 04:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834967#M355470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T04:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Database View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834968#M355471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean to say that you want  to update a field at runtime based on the values of the other fields value in the same row, then that is not possible. Also you cannot create a view using function module. Anyways, why would anyone want to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 04:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834968#M355471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T04:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Database View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834969#M355472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;I will give u my exact requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created database view from table imrg and selected the field counter reading ( CNTRR ) . This field is of  FLTP type. I want to show the value in this field in decimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have debuged sap program where they have used FM FLTP_CHAR_CONVERSION_FROM_SI to display data in decimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query is can I create field using above FM so that I could a display data in decimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 04:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834969#M355472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T04:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Database View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834970#M355473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is nothing but conversion routine for that field. If you look at the properties of the data element/domain of the field you will find the conversino routine it uses. If you use the same conversion routine in the data element of the table you will not have this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the data emement of  the field, use FLTP_CHAR_CONVERSION_FROM_SI  as the conversion routine and your problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 05:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834970#M355473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T05:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Database View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834971#M355474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IMRG table for field CNTRR  the datael ement is IMRC_READG&lt;/P&gt;&lt;P&gt;and in domain the conversion rutin is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value in field of type FLTP e is  2.2680000000000000E+05 where as it should appear as  63 in view .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 06:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834971#M355474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T06:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Database View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834972#M355475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which conversion rutin should i use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 07:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834972#M355475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T07:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Database View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834973#M355476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure which one you have to use as your requirement is very specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 18:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/1834973#M355476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T18:04:11Z</dc:date>
    </item>
  </channel>
</rss>

