<?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: ABAP error during result posting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518891#M18539</link>
    <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;ujjwal.dharmak&lt;/SPAN&gt; &lt;/P&gt;
  &lt;P&gt;I was looking at the below archived post &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://archive.sap.com/discussions/thread/1704107" target="test_blank"&gt;https://archive.sap.com/discussions/thread/1704107&lt;/A&gt;.&lt;/P&gt;
  &lt;P&gt;I'm also running into same issue and do you remember where you able to resolve this error?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 03:41:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-09-28T03:41:49Z</dc:date>
    <item>
      <title>ABAP error during result posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518887#M18535</link>
      <description>&lt;P&gt;I'm trying to post single results from LIMS to SAP using BAPI_INSPOPER_RECORDRESULTS. I pass all the parameters INSPLOT,INSPOPER,INSPLOT,CLOSED = X, EVALUATION = A. Every time I get the below error in the RETURNTABLE.&lt;/P&gt;
  &lt;P&gt;You must fill in the user field(s)&lt;/P&gt;
  &lt;P&gt;Any suggestion would be helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518887#M18535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-25T10:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP error during result posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518888#M18536</link>
      <description>&lt;P&gt;Why not do a WHERE-USED on the Message (I believe "QT406") ...? Put some BREAKs on those Statements and Check what is going on?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518888#M18536</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-09-25T11:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP error during result posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518889#M18537</link>
      <description>&lt;P&gt;Look also at a sample like&lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Sample+Code+BAPI_INSPOPER_RECORDRESULTS"&gt; Sample Code BAPI_INSPOPER_RECORDRESULTS&lt;/A&gt;. Also, try to input same data with standard transactions (e.g.QE51N, QE11) &lt;/P&gt;
  &lt;P&gt;Also perform a where-used search on the message nr, you should easily find the two FM that trigger this error, go then for debug.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518889#M18537</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-09-25T12:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP error during result posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518890#M18538</link>
      <description>&lt;P&gt;Thanks for the suggestion. The limitation i have here is I'm not an ABAP developer. I have written a C# program which uses RFC to send data from my LIMS application to SAP. Based on the requirements, I find appropriate functions by going through SAP documentation and call the function in my code. I have approached my customer to look into the SAP side but they were also unable to find the issue. Anyways I will take &lt;SPAN class="mention-scrubbed"&gt;raymond.giuseppi&lt;/SPAN&gt; and &lt;SPAN class="mention-scrubbed"&gt;nic.teunckens&lt;/SPAN&gt; updates to the SAP team and see if this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518890#M18538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-25T12:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP error during result posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518891#M18539</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;ujjwal.dharmak&lt;/SPAN&gt; &lt;/P&gt;
  &lt;P&gt;I was looking at the below archived post &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://archive.sap.com/discussions/thread/1704107" target="test_blank"&gt;https://archive.sap.com/discussions/thread/1704107&lt;/A&gt;.&lt;/P&gt;
  &lt;P&gt;I'm also running into same issue and do you remember where you able to resolve this error?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 03:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518891#M18539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-28T03:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP error during result posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518892#M18540</link>
      <description>&lt;P&gt;Hi Shameem , I faced issue long back don't remember what I did with the internal table &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-during-result-posting/m-p/518892#M18540</guid>
      <dc:creator>former_member242512</dc:creator>
      <dc:date>2017-11-07T09:47:08Z</dc:date>
    </item>
  </channel>
</rss>

