<?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: DUMP in SAPLOPTB program - COMMIT_IN_POSTING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229535#M1629042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Sorry for my wrong post earlier&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  call method cl_alink_connection=&amp;gt;insert
    exporting
      link                  = l_link
      barcode               = barcode
    exceptions
      others                = 1.
  if SY-SUBRC = 0.
     commit work. " error comes here
  else.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
            raising error_connectiontable.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Max thanks for your reply and sorry for my wrong post (actually i mistyped it)&lt;/P&gt;&lt;P&gt;Guru apply the note which i mentioned earlier &lt;STRONG&gt;1539662&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2011 03:24:46 GMT</pubDate>
    <dc:creator>koolspy_ultimate</dc:creator>
    <dc:date>2011-10-11T03:24:46Z</dc:date>
    <item>
      <title>DUMP in SAPLOPTB program - COMMIT_IN_POSTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229530#M1629037</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;We are getting a dump when creating parked invoices from scanned documents. Can you please help with this.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;The dump is occuring at this statement. - COMMIT WORK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;32&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;call method cl_alink_connection=&amp;gt;insert&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;33&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;34&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;link                  = l_link&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;35&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;barcode               = barcode&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;36&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;37&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;others                = 1.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;38&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;if SY-SUBRC = 0.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;40&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;else.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;41&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;42&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;43&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;raising error_connectiontable.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;|   44|  endif.       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;guru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: GuruCharan on Oct 10, 2011 7:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 01:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229530#M1629037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-10T01:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in SAPLOPTB program - COMMIT_IN_POSTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229531#M1629038</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;I suppose the dump is in fm ARCHIV_CONNECTION_INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fm is called in a posting process working in update task: here the commit doesn't allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my system the code of fm above is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:
    l_link type toav0.

  l_link-mandt         = mandant.
  l_link-sap_object    = sap_object.
  l_link-object_id     = object_id.
  l_link-archiv_id     = archiv_id.
  l_link-arc_doc_id    = arc_doc_id.
  l_link-ar_object     = ar_object.
  l_link-ar_date       = ar_date.
  l_link-del_date      = del_date.
  l_link-reserve       = doc_type.

  call method cl_alink_connection=&amp;gt;insert
    exporting
      link                  = l_link
      barcode               = barcode
    exceptions
      others                = 1.
  if sy-subrc &amp;lt;&amp;gt; 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
            raising error_connectiontable.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the commit is missing, that mean there's a SAP note corrects that dump: look at Oss Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 03:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229531#M1629038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-10T03:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in SAPLOPTB program - COMMIT_IN_POSTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229532#M1629039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the problem is that you are missing commit work in the fm &lt;STRONG&gt;ARCHIV_CONNECTION_INSERT&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Apply note &lt;STRONG&gt;1539662&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Release 700 &lt;/P&gt;&lt;P&gt;correction instruction 1290720&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  call method cl_alink_connection=&amp;gt;insert
    exporting
      link                  = l_link
      barcode               = barcode
    exceptions
      others                = 1.
  if SY-SUBRC = 0.
     commit work. " this must be added
  else.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
            raising error_connectiontable.
  endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: koolspy on Oct 10, 2011 9:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 04:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229532#M1629039</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-10-10T04:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in SAPLOPTB program - COMMIT_IN_POSTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229533#M1629040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;apply OSS note &lt;STRONG&gt;1539662&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and this solves your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know, If you get any doubts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 09:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229533#M1629040</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-10-10T09:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in SAPLOPTB program - COMMIT_IN_POSTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229534#M1629041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi koolspy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The note 1539662 is right, but the correction is to delete the COMMIT WORK statament, not to add it, because the dumb is just raised by the COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 12:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229534#M1629041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-10T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in SAPLOPTB program - COMMIT_IN_POSTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229535#M1629042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Sorry for my wrong post earlier&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  call method cl_alink_connection=&amp;gt;insert
    exporting
      link                  = l_link
      barcode               = barcode
    exceptions
      others                = 1.
  if SY-SUBRC = 0.
     commit work. " error comes here
  else.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
            raising error_connectiontable.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Max thanks for your reply and sorry for my wrong post (actually i mistyped it)&lt;/P&gt;&lt;P&gt;Guru apply the note which i mentioned earlier &lt;STRONG&gt;1539662&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 03:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229535#M1629042</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-10-11T03:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in SAPLOPTB program - COMMIT_IN_POSTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229536#M1629043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-saploptb-program-commit-in-posting/m-p/8229536#M1629043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-11T11:08:38Z</dc:date>
    </item>
  </channel>
</rss>

