<?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: BAPI_GOODSMVT_CANCEL Error when called from JAVA RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837145#M1683882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Naresh,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material document number is coming with 10 chars..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue got solved... DATE format which is passed, is in invalid format.. i have corrected it and its wrking fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanq very much for ur Support...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2012 10:49:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-28T10:49:44Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CANCEL Error when called from JAVA RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837141#M1683878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm Facing exception error while calling the FM &lt;STRONG&gt;BAPI_GOODSMVT_CANCEL &lt;/STRONG&gt;from Java through RFC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried debugging with the same material document number and year as imports manually through SAP its working fine and resulting the &lt;STRONG&gt;cancellation document number&lt;/STRONG&gt;.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while debugging this FM it is calling the following FM's sequentially..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) MAP2I_B2017_GM_ITEM_04_TO_CANC&lt;/P&gt;&lt;P&gt;2) SERIALPROFILE_CHECK------------------------------Here in this FM exception is coming&lt;/P&gt;&lt;P&gt;3) mb_cancel_goods_movement&lt;/P&gt;&lt;P&gt;but when i pass the same through the java it's throwing exception...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone suggest are they having any prerequisites while this FM calling from JAVA...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance ..Help me out..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 08:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837141#M1683878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-28T08:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CANCEL Error when called from JAVA RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837142#M1683879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you passing Material document number with leading zeros?Please paste part of java code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 08:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837142#M1683879</guid>
      <dc:creator>naresh_bammidi</dc:creator>
      <dc:date>2012-06-28T08:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CANCEL Error when called from JAVA RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837143#M1683880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you maintain, Serial number for the Items.&lt;/P&gt;&lt;P&gt;In BAPI do you pass the serial numbers for those item..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you pass in :&amp;nbsp; GOODSMVT_MATDOCITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not pass anything here.. (if you want to cancel all the items of the material document)&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, 28 Jun 2012 09:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837143#M1683880</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2012-06-28T09:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CANCEL Error when called from JAVA RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837144#M1683881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Venkateswaran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not maintaining serial number for the items ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've passed only row item count as in GR like 1,2,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for GOODSMVT_MATDOCITEM i passed the same as above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to cancel only one item so i'm giving the item number..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanq very much for ur Support...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue got solved... DATE format which is passed is in invalid format.. i have corrected it and its wrking fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 10:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837144#M1683881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-28T10:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CANCEL Error when called from JAVA RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837145#M1683882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Naresh,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material document number is coming with 10 chars..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue got solved... DATE format which is passed, is in invalid format.. i have corrected it and its wrking fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanq very much for ur Support...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 10:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-cancel-error-when-called-from-java-rfc/m-p/8837145#M1683882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-28T10:49:44Z</dc:date>
    </item>
  </channel>
</rss>

