<?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: Data type IMA_POSNR cannot be used for methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034581#M717946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might have assigned the same conversion routine to your domain. You need to create your own conversion exit in the same guideline of SAP but just you need to make some correction in your code to suit for ABAP OO.&lt;/P&gt;&lt;P&gt;below is link on how to create conversion routines.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/33/206bc8012e11d3b495006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/33/206bc8012e11d3b495006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 05:14:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T05:14:44Z</dc:date>
    <item>
      <title>Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034575#M717940</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;I created a function module with an input parameter of type IMA_POSNR which is SAP defined. This function module works fine when I test. But when I try to use this function module in a new method which I created in a business object, it displays an error message saying that "Data type IMA_POSNR cannot be used for methods" I guess this must be regarding the conversion routine of this domain.&lt;/P&gt;&lt;P&gt;Can somebody help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 04:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034575#M717940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T04:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034576#M717941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you are right it is because of conversion routine only.&lt;/P&gt;&lt;P&gt;If you go to the one of FM of conversion routine you will find OCCUS 4 is used with table defination which is no longer supported with ABAP OO&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 04:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034576#M717941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T04:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034577#M717942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Atish.&lt;/P&gt;&lt;P&gt;So, how I can fix this issue?&lt;/P&gt;&lt;P&gt;Can you please give me with some good idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 04:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034577#M717942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T04:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034578#M717943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just left with one option,  Create your own domain-data element.&lt;/P&gt;&lt;P&gt;Or you can just try raising this with SAP and if they have some solution or note availble they will tell you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 04:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034578#M717943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T04:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034579#M717944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your own Data element &amp;amp; process it.&lt;/P&gt;&lt;P&gt;Explicity call the conversion routine FM in your method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 04:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034579#M717944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T04:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034580#M717945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Prashant and Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created my own domain and data element with the same name ZPOSNR.&lt;/P&gt;&lt;P&gt;Still, the method fails to accept this function module saying "Data type ZPOSNR cannot be used for methods". Can you please help me on this?&lt;/P&gt;&lt;P&gt;I haven't worked on conversion routies also. So, I will happy if you kindly give me some good details how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 05:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034580#M717945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T05:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034581#M717946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might have assigned the same conversion routine to your domain. You need to create your own conversion exit in the same guideline of SAP but just you need to make some correction in your code to suit for ABAP OO.&lt;/P&gt;&lt;P&gt;below is link on how to create conversion routines.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/33/206bc8012e11d3b495006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/33/206bc8012e11d3b495006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 05:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034581#M717946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T05:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data type IMA_POSNR cannot be used for methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034582#M717947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also refer this thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=6227924&amp;amp;messageID=3676218" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=6227924&amp;amp;messageID=3676218&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 05:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-ima-posnr-cannot-be-used-for-methods/m-p/3034582#M717947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T05:16:28Z</dc:date>
    </item>
  </channel>
</rss>

