<?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 VIEW table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036792#M1500138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I cannot add PRCTR as data element as the base table is FAGL_T8A30 and the field PRCTR has data element PRCTR_DEF . Also i dont think it is problem of conversion routine because when i try to add a new entry adding 0's to the prctr value i get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 May 2010 09:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-27T09:33:48Z</dc:date>
    <item>
      <title>Error in VIEW table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036788#M1500134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;I have one peculiar error . I have one Z maintainance view where there is one field PRCTR . The check table for it is CEPC.And in the Table /Join conditions there is one table FAGL_T8A30 in the Tables tab. Also there is one transaction made for this table. But the problem is when  i try to enter any profit center value through SM30 , it gives me an error that this value is not in the table CEPC.But when I see the values in the table CEPC i find all the values. What could be the reason. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 07:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036788#M1500134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T07:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VIEW table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036789#M1500135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For standard field , we have  a Conversion Exit 'CONVERSION_EXIT_ALPHA_INPUT' . Try to use Conversion exit in your table maintainance for the field PRCTR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i meant to say if you are entering value 123 in the table maintainance ,  It will be taken as 123 only.  but in table CEPC It will be available as 0000000123. Thats the reason you are getting error in Table maintainance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use Conversion Exit in Table maintainance, It will solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 07:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036789#M1500135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T07:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VIEW table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036790#M1500136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please tell me where to use the conversion exit in the table  because i have the field PRCTR with domain PRCTR_DEFand it is having the conversion routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 08:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036790#M1500136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VIEW table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036791#M1500137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abhishek ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please assign the same data element PRCTR ( same as CEPC ) for your ZTABLE as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (or)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise through appropriate Events  you need handle , by calling the Conversion routine. Which Event you need to use is based on when the error is triggered. Most probably you may need to use Event 05 ( During the new entry ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 08:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036791#M1500137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in VIEW table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036792#M1500138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I cannot add PRCTR as data element as the base table is FAGL_T8A30 and the field PRCTR has data element PRCTR_DEF . Also i dont think it is problem of conversion routine because when i try to add a new entry adding 0's to the prctr value i get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 09:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-view-table/m-p/7036792#M1500138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T09:33:48Z</dc:date>
    </item>
  </channel>
</rss>

