<?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 Finding Material Document Item Number after using BAPI_GOODSMVT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-material-document-item-number-after-using-bapi-goodsmvt-create/m-p/2033572#M417556</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;This is my first question.  Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing an interface that uses an inbound RFC call from EPIC guns.  They will be sending me either a PO or a ASN as goods are received.  I am gathering the required data and then calling BAPI_GOODSMVT_CREATE to create the goods movement.  I will be passed 1 PO at a time and also it should only be one PO line item.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE returns the:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;materialdocument[MBLNR] and&lt;/P&gt;&lt;P&gt;matdocumentyear{MJAHR]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am then needing to go to QALS and getting the inspection lot, then I'm taking that inspection lot number and doing a BDC of QA11 to post 'Confirm receipt of certificate', because posting via the BADI the status of the inspection lot is missing the certificate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BADI does not return the Material Document Item[ZEILE] that was updated, and to go to QALS with INDEX H I need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT&lt;/P&gt;&lt;P&gt;MBLNR&lt;/P&gt;&lt;P&gt;MJAHR&lt;/P&gt;&lt;P&gt;ZEILE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'm lacking ZEILE, anyway you can see to get around this?  I will post rep points for help.  Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 19:26:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-09T19:26:59Z</dc:date>
    <item>
      <title>Finding Material Document Item Number after using BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-material-document-item-number-after-using-bapi-goodsmvt-create/m-p/2033572#M417556</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;This is my first question.  Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing an interface that uses an inbound RFC call from EPIC guns.  They will be sending me either a PO or a ASN as goods are received.  I am gathering the required data and then calling BAPI_GOODSMVT_CREATE to create the goods movement.  I will be passed 1 PO at a time and also it should only be one PO line item.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE returns the:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;materialdocument[MBLNR] and&lt;/P&gt;&lt;P&gt;matdocumentyear{MJAHR]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am then needing to go to QALS and getting the inspection lot, then I'm taking that inspection lot number and doing a BDC of QA11 to post 'Confirm receipt of certificate', because posting via the BADI the status of the inspection lot is missing the certificate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BADI does not return the Material Document Item[ZEILE] that was updated, and to go to QALS with INDEX H I need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT&lt;/P&gt;&lt;P&gt;MBLNR&lt;/P&gt;&lt;P&gt;MJAHR&lt;/P&gt;&lt;P&gt;ZEILE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'm lacking ZEILE, anyway you can see to get around this?  I will post rep points for help.  Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 19:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-material-document-item-number-after-using-bapi-goodsmvt-create/m-p/2033572#M417556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T19:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Material Document Item Number after using BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-material-document-item-number-after-using-bapi-goodsmvt-create/m-p/2033573#M417557</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;Please note that if they send you 1 PO it can have many items. Once you pass these items through the tables interface "GOODSMVT_ITEM" and create the Material document I guess the item numbers can be passed in the interface "GOODSMVT_SERIALNUMBER" or it will return the item numbers. I hope you can use them for your further coding of BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the documentation of the BAPI once to get a clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 19:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-material-document-item-number-after-using-bapi-goodsmvt-create/m-p/2033573#M417557</guid>
      <dc:creator>sudhindra_chandrashekar</dc:creator>
      <dc:date>2007-03-09T19:45:32Z</dc:date>
    </item>
  </channel>
</rss>

