<?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 FM for archivelink using barcode? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-archivelink-using-barcode/m-p/995230#M75135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use late storage with barcode scenario for linking the trip receipts with the trip document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the function module to update the internal barcode table bds_bar_in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And is there any business object event that triggers when the scanning software finds the matching barcode and creates the link between trip document and images scanned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.....&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2005 14:19:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-05T14:19:18Z</dc:date>
    <item>
      <title>FM for archivelink using barcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-archivelink-using-barcode/m-p/995230#M75135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use late storage with barcode scenario for linking the trip receipts with the trip document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the function module to update the internal barcode table bds_bar_in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And is there any business object event that triggers when the scanning software finds the matching barcode and creates the link between trip document and images scanned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.....&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 14:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-archivelink-using-barcode/m-p/995230#M75135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T14:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: FM for archivelink using barcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-archivelink-using-barcode/m-p/995231#M75136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-dbcnt = 1.  " Sales order.&lt;/P&gt;&lt;P&gt;    tp_object_id = 'BUS2032'.&lt;/P&gt;&lt;P&gt;    tp_saeobjart = 'ZBA0'.&lt;/P&gt;&lt;P&gt;  ELSE.             " Delivery.&lt;/P&gt;&lt;P&gt;    tp_object_id = 'LIKP'.&lt;/P&gt;&lt;P&gt;    tp_saeobjart = 'ZD00'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  tp_saeobjid = tp_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ALINK_BARCODE_GLOBAL'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      object_type      = tp_object_id&lt;/P&gt;&lt;P&gt;      object_id        = tp_saeobjid&lt;/P&gt;&lt;P&gt;      barcode          = ta_bar_ex-barcode&lt;/P&gt;&lt;P&gt;      i_document_type  = tp_saeobjart&lt;/P&gt;&lt;P&gt;      no_popup         = 'X'&lt;/P&gt;&lt;P&gt;      updatetask       = space&lt;/P&gt;&lt;P&gt;      no_check         = 'X'&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      no_authority     = 1&lt;/P&gt;&lt;P&gt;      no_customizing   = 2&lt;/P&gt;&lt;P&gt;      error_connection = 3&lt;/P&gt;&lt;P&gt;      error_parameter  = 4&lt;/P&gt;&lt;P&gt;      user_exit        = 5&lt;/P&gt;&lt;P&gt;      general_error    = 6&lt;/P&gt;&lt;P&gt;      OTHERS           = 7.&lt;/P&gt;&lt;P&gt;  COMMIT WORK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 13:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-archivelink-using-barcode/m-p/995231#M75136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T13:40:16Z</dc:date>
    </item>
  </channel>
</rss>

