<?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 To commit work after 'BAPI_INSPOPER_RECORDRESULTS' Call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-commit-work-after-bapi-inspoper-recordresults-call/m-p/6466853#M1416553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 'BAPI_INSPOPER_RECORDRESULTS' to record Inspection Lot Char. result in 'SET_UD_AT_SAVE' Method of BADI &lt;/P&gt;&lt;P&gt;Definition 'INSPECTIONLOT_UPDATE' and doing the commit using 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Record the Characteristic's result&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              CALL FUNCTION 'BAPI_INSPOPER_RECORDRESULTS'&lt;/P&gt;&lt;P&gt;                EXPORTING&lt;/P&gt;&lt;P&gt;                  INSPLOT      = gv_prueflos&lt;/P&gt;&lt;P&gt;                  INSPOPER     = gl_char-INSPOPER&lt;/P&gt;&lt;P&gt;                TABLES&lt;/P&gt;&lt;P&gt;                  CHAR_RESULTS = gt_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Commit the Characteristic's result&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;                EXPORTING&lt;/P&gt;&lt;P&gt;                  WAIT = gc_x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commit work is happening for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. commit work from the buffer&lt;/P&gt;&lt;P&gt;2. commit work to record Inspection Lot Char. result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to commit only Inspection Lot Char. result and not commit work from the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest any Non-BAPI Function module to record Inspection Lot Char. result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Nitin Sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2009 08:39:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-17T08:39:34Z</dc:date>
    <item>
      <title>To commit work after 'BAPI_INSPOPER_RECORDRESULTS' Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-commit-work-after-bapi-inspoper-recordresults-call/m-p/6466853#M1416553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 'BAPI_INSPOPER_RECORDRESULTS' to record Inspection Lot Char. result in 'SET_UD_AT_SAVE' Method of BADI &lt;/P&gt;&lt;P&gt;Definition 'INSPECTIONLOT_UPDATE' and doing the commit using 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Record the Characteristic's result&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              CALL FUNCTION 'BAPI_INSPOPER_RECORDRESULTS'&lt;/P&gt;&lt;P&gt;                EXPORTING&lt;/P&gt;&lt;P&gt;                  INSPLOT      = gv_prueflos&lt;/P&gt;&lt;P&gt;                  INSPOPER     = gl_char-INSPOPER&lt;/P&gt;&lt;P&gt;                TABLES&lt;/P&gt;&lt;P&gt;                  CHAR_RESULTS = gt_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Commit the Characteristic's result&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;                EXPORTING&lt;/P&gt;&lt;P&gt;                  WAIT = gc_x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commit work is happening for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. commit work from the buffer&lt;/P&gt;&lt;P&gt;2. commit work to record Inspection Lot Char. result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to commit only Inspection Lot Char. result and not commit work from the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest any Non-BAPI Function module to record Inspection Lot Char. result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Nitin Sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 08:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-commit-work-after-bapi-inspoper-recordresults-call/m-p/6466853#M1416553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: To commit work after 'BAPI_INSPOPER_RECORDRESULTS' Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-commit-work-after-bapi-inspoper-recordresults-call/m-p/6466854#M1416554</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;why do you need to COMMIT buffer and insplot separatly?&lt;/P&gt;&lt;P&gt;Ok, if you want to do that, you have to start a parallel task (LUW).&lt;/P&gt;&lt;P&gt;There are several ways to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Write a programm, put your insplot-code into it and call it via SUBMIT (and return) from the method.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2. Write a function module (RFC) and call it with parameter DESTINATION 'NONE', please check in SM59 that destination NONE is existing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 10:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-commit-work-after-bapi-inspoper-recordresults-call/m-p/6466854#M1416554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T10:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: To commit work after 'BAPI_INSPOPER_RECORDRESULTS' Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-commit-work-after-bapi-inspoper-recordresults-call/m-p/6466855#M1416555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Lot Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nitin Sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 11:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-commit-work-after-bapi-inspoper-recordresults-call/m-p/6466855#M1416555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T11:02:52Z</dc:date>
    </item>
  </channel>
</rss>

