<?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: IDOC  DELVRY03 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-delvry03-problem/m-p/7905559#M1597255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the Where-Used-List (ERP 6.0) of this message I assume that the Warning message comes from the following piece of coding (include &lt;STRONG&gt;MM06EF0P_PRUEFEN&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
... " lines 313ff
  IF retco EQ '6'.
    WRITE pot-menge TO chmng UNIT pot-meins.
    CALL FUNCTION 'ME_CHECK_T160M'
      EXPORTING
        i_arbgb = 'ME'
        i_msgnr = '161'
        i_msgvs = '00'
      EXCEPTIONS
        nothing = 00
        warning = 01
        error   = 02.
    CASE sy-subrc.
      WHEN 01.
        MESSAGE w161(me) WITH chmng pot-meins.
      WHEN 02.
        MESSAGE e161(me) WITH chmng pot-meins.
        exitflag = 'X'.
    ENDCASE.
  ENDIF.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks to me as if the type of message (W, S, I, E) can be customized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, this message is found in function module &lt;STRONG&gt;ME_CONFIRMATION_CHECK_QUANTITY.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2011 13:19:50 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2011-04-21T13:19:50Z</dc:date>
    <item>
      <title>IDOC  DELVRY03 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-delvry03-problem/m-p/7905558#M1597254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From legacy  system we are taking data into SAP via IDOC and while IDOC Creation we are facing problem when PO have mulitple line item . I am giving an example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg -  Legacy system have a flat file which have 4 line item for Purchase Order each item having quantity 10 ,&lt;/P&gt;&lt;P&gt; similarly in SAP each of  4  line item have qauntity 10 each .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Mapping of Line item 1 of  Legacy Flat file  with Line item 1 of SAP  fails .&lt;/P&gt;&lt;P&gt;similarly for all line items comparision .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is comparing quantity of line item 1 of flat file ( Quantity 10 ) with total Quantity ( here 40 ) of SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I am getting WARNING ME 161  Notified quantity exceeds quantity ordered in IDOC - DELVRY03 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to debug IDOC in foreground via WE19 , but  i am not able to get where this message is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Type         DESADV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDL20&lt;/P&gt;&lt;P&gt;BTGEW                0000002112&lt;/P&gt;&lt;P&gt;GEWEI                LBR&lt;/P&gt;&lt;P&gt;LIFEX                TEST_ASN_10&lt;/P&gt;&lt;P&gt;TRAID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDL55&lt;/P&gt;&lt;P&gt;QUALF                ZMS&lt;/P&gt;&lt;P&gt;REFNR                M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDL55&lt;/P&gt;&lt;P&gt;QUALF                ZFB&lt;/P&gt;&lt;P&gt;REFNR                CC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1ADRM1&lt;/P&gt;&lt;P&gt;PARTNER_Q            ZSF&lt;/P&gt;&lt;P&gt;PARTNER_ID           L2110U0&lt;/P&gt;&lt;P&gt;COUNTRY1             US&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDT13&lt;/P&gt;&lt;P&gt;Qualifier            001&lt;/P&gt;&lt;P&gt;Date                 20091110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDT13&lt;/P&gt;&lt;P&gt;Qualifier            007&lt;/P&gt;&lt;P&gt;Date                 20091110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDL24&lt;/P&gt;&lt;P&gt;POSNR                10&lt;/P&gt;&lt;P&gt;MATNR                5C8315&lt;/P&gt;&lt;P&gt;WERKS                1010&lt;/P&gt;&lt;P&gt;KDMAT                5C8315&lt;/P&gt;&lt;P&gt;LFIMG                00005&lt;/P&gt;&lt;P&gt;VRKME                EA&lt;/P&gt;&lt;P&gt;AESKD                03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDL41&lt;/P&gt;&lt;P&gt;QUALI                001&lt;/P&gt;&lt;P&gt;BSTNR                4500000248&lt;/P&gt;&lt;P&gt;POSEX                1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1TXTH9&lt;/P&gt;&lt;P&gt;Text Object          VBBP&lt;/P&gt;&lt;P&gt;Text ID              0003&lt;/P&gt;&lt;P&gt;Language             EN&lt;/P&gt;&lt;P&gt;LANGUA_ISO           EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1TXTP9&lt;/P&gt;&lt;P&gt;Tag column           *&lt;/P&gt;&lt;P&gt;TDLINE               0080061033_8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 12:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-delvry03-problem/m-p/7905558#M1597254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-21T12:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC  DELVRY03 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-delvry03-problem/m-p/7905559#M1597255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the Where-Used-List (ERP 6.0) of this message I assume that the Warning message comes from the following piece of coding (include &lt;STRONG&gt;MM06EF0P_PRUEFEN&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
... " lines 313ff
  IF retco EQ '6'.
    WRITE pot-menge TO chmng UNIT pot-meins.
    CALL FUNCTION 'ME_CHECK_T160M'
      EXPORTING
        i_arbgb = 'ME'
        i_msgnr = '161'
        i_msgvs = '00'
      EXCEPTIONS
        nothing = 00
        warning = 01
        error   = 02.
    CASE sy-subrc.
      WHEN 01.
        MESSAGE w161(me) WITH chmng pot-meins.
      WHEN 02.
        MESSAGE e161(me) WITH chmng pot-meins.
        exitflag = 'X'.
    ENDCASE.
  ENDIF.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks to me as if the type of message (W, S, I, E) can be customized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, this message is found in function module &lt;STRONG&gt;ME_CONFIRMATION_CHECK_QUANTITY.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 13:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-delvry03-problem/m-p/7905559#M1597255</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2011-04-21T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC  DELVRY03 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-delvry03-problem/m-p/7905560#M1597256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , its solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 16:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-delvry03-problem/m-p/7905560#M1597256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-24T16:40:47Z</dc:date>
    </item>
  </channel>
</rss>

