<?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: acknowledgement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048756#M88636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is abap memory&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2005 01:50:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-21T01:50:06Z</dc:date>
    <item>
      <title>acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048749#M88629</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 am trying to post PO Acknowledgement using ORDERSOR IDOC type and Message type ORDRSP.&lt;/P&gt;&lt;P&gt;When I try to post with different quantity than in Purchase order, its getting error with message ' acknowledgement contains quantity variance, can anybody provide solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 20:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048749#M88629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T20:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048750#M88630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in PO what is the under delivery &amp;amp; over delivery tolerance defined for the PO item in item details . If there is some percentage here you cannot go beyond this. You have to change this to a deisred value . These values come from material master ( Purchasing data -&amp;gt; Purchasing value key ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 01:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048750#M88630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T01:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048751#M88631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what your are saying is true, is there any way (user exit or oss note.. ) we can bypass this over  and under delivery tolerance check,&lt;/P&gt;&lt;P&gt;so that PO acknowledgement is posted without this check.&lt;/P&gt;&lt;P&gt;manually when I posted in PO this check is not considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 02:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048751#M88631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T02:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048752#M88632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is an exit EXIT_SAPLEINM_009 where you just have to change YEKPO-MENGE( order_line_item-MENGE)  equal to your IDOC quantity . Now in this exit the IDOC quantity is not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In exit EXIT_SAPLEINM_007 which is called before above exit you have the idoc data . Here you can pass the IDOC qty to an ABAP memory which you can read in EXIT_SAPLEINM_009  and pass it to YEKPO-MENGE. If you have multiple items in one IDOC make sure to pass the full key i.e PO Number / Item Number / Qty in an internal table to ABAP memory .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Dont forget to reward if answers were helpful )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 03:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048752#M88632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T03:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048753#M88633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;This is great help, but Iam unable to call EXIT_SAPLEINM_009.&lt;/P&gt;&lt;P&gt;how to call EXIT_SAPLEINM_009 from  EXIT_SAPLEINM_007 ?&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 18:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048753#M88633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T18:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048754#M88634</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 very helpful answer, please let me know how to call exit_sapleinm_009 from exit_sapleinm_007.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 20:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048754#M88634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T20:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048755#M88635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got me wrong.&lt;/P&gt;&lt;P&gt;There is no need to call EXIT_SAPLEINM_009 from EXIT_SAPLEINM_007 and in fact you cannot do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you read my previous post all you have to do is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Exit EXIT_SAPLEINM_007 , read the quantity from IDOC DATA and pass to abap memory using &lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;FEILDNAME&amp;gt; to MEMORY ID &amp;lt;NNNN&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Exit EXIT_SAPLEINM_007 .&lt;/P&gt;&lt;P&gt;IMPORT &amp;lt;FEILDNAME&amp;gt; from MEMORY ID &amp;lt;NNNN&amp;gt;.&lt;/P&gt;&lt;P&gt;and then you have to pass it to YEKPO-MENGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you know the concept of ABAP memory . So the two exits will communicate using ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 00:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048755#M88635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T00:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048756#M88636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is abap memory&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 01:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048756#M88636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T01:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048757#M88637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 03:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048757#M88637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T03:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048758#M88638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2005 23:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048758#M88638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-24T23:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048759#M88639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;Thank's for the info, I am almost done with your help, but have one problem.&lt;/P&gt;&lt;P&gt;in the order confirmation, for the first time when confirmation quantity is less than the PO quantity it is creating confirmation line in PO, when remaining quantity is posted, it is over writing the first confirmation line.&lt;/P&gt;&lt;P&gt;what I wanted is second confirmation line instead of over writing the first line.&lt;/P&gt;&lt;P&gt;idoc type - ORDERS05, MESSAGE TYPE - ORDRSP, FUNCTION MODULE - IDOC_INPUT_ORDRSP.&lt;/P&gt;&lt;P&gt;Please help me in this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2005 23:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048759#M88639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-24T23:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048760#M88640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is standard functionality . If you want to change this I guess you will have implement code corrections mentioned in OSS 494377. ( You need not create the report mention in OSS for correcting old POs ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 00:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048760#M88640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T00:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048761#M88641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjay,&lt;/P&gt;&lt;P&gt;We already have this  (SAPKH6C34) implemented in our system, &lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 02:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048761#M88641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T02:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048762#M88642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you really checked if code corrections are there in your system . This corrrection is not avaialble in any package .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"The source code changes of the attached SAP note represent a              &lt;/P&gt;&lt;P&gt;modification. Among other things, this means that they are not to be      &lt;/P&gt;&lt;P&gt;included in either an SAPSupport Package nor for a future development     &lt;/P&gt;&lt;P&gt;level. This modification is particularly not covered by the SAP Standard  &lt;/P&gt;&lt;P&gt;support system." &amp;lt;/b&amp;gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 03:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048762#M88642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T03:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048763#M88643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sanjay,&lt;/P&gt;&lt;P&gt;can you please tell me where to look for code corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2005 15:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048763#M88643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-25T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048764#M88644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2005 06:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048764#M88644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-05T06:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048765#M88645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are implementing Vendor confirmations via EDI. We need IDOC FM IDOC_INPUT_ORDRSP update PO item data in addition to updating PO confirmation. Is this possible using this FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if vendor confirms 1 cs out of 3 cs on po, the po is updated where a confirmation line is added to the po. But the po item information like EKPO-MENGE and EKET_EINDT are not updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rachelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 20:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048765#M88645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T20:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: acknowledgement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048766#M88646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We configured our system to accept inbound vendor confirmation via EDI which is updating po confirmation overview tab and MRP is showing that the qty is confirmed. This is fine. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But when we do goods receipt on the po we need to be able to send EDI Proof of delivery to vendor. This part we are not sure how to do as the output message determiination is not set up on Goods receipt document. When we post goods receipt on inbound delivery created via edi vendor confirmation, the quantity is not getting updated in the po and in MRP. Also we tried MIGO on the po, which is not tying back to inbound delivery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 19:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acknowledgement/m-p/1048766#M88646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T19:34:14Z</dc:date>
    </item>
  </channel>
</rss>

