<?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: Calling Goods Movement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-goods-movement/m-p/6490799#M1420297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very much possible. (As barcode scanner just acts as a keyboard entry).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open MIGO transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Fill in the header fields manually (fields which are not coming from barcode image)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now place the cursor at the required field eg. PO number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. SCAN the barcode image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. The PO Number field will get KEYED IN automatically in the PO field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the barcode contains more than one field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we have to do some small barcode programming (Not in SAP, but some front end tool of barcode / script / inside the barcode reader with its tool (buttons) - not sure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because we have to key in TAB TAB for moving the cursor to the next field automatically, so that the next field gets the value from the barcode's 2nd field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is only one value to be populated, then it makes life easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Dec 2009 04:25:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-31T04:25:12Z</dc:date>
    <item>
      <title>Calling Goods Movement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-goods-movement/m-p/6490797#M1420295</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;Is it possible to call the Goods Movement while scanning . For example, I want to scan a barcode which contains PO number , etc,, &lt;/P&gt;&lt;P&gt;Is it possible to call MIGO goods movement , Populate all the feild from Barcode scanner and manually post the goods movement ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2009 03:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-goods-movement/m-p/6490797#M1420295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-31T03:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Goods Movement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-goods-movement/m-p/6490798#M1420296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe it is possible to call MIGO by using a BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2009 04:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-goods-movement/m-p/6490798#M1420296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-31T04:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Goods Movement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-goods-movement/m-p/6490799#M1420297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very much possible. (As barcode scanner just acts as a keyboard entry).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open MIGO transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Fill in the header fields manually (fields which are not coming from barcode image)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now place the cursor at the required field eg. PO number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. SCAN the barcode image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. The PO Number field will get KEYED IN automatically in the PO field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the barcode contains more than one field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we have to do some small barcode programming (Not in SAP, but some front end tool of barcode / script / inside the barcode reader with its tool (buttons) - not sure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because we have to key in TAB TAB for moving the cursor to the next field automatically, so that the next field gets the value from the barcode's 2nd field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is only one value to be populated, then it makes life easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2009 04:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-goods-movement/m-p/6490799#M1420297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-31T04:25:12Z</dc:date>
    </item>
  </channel>
</rss>

