<?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: DBIF_RSQL_INVALID_RSQL Dump while insert in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109412#M1617291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure but table  /cockpit/titemo  and function module /COCKPIT/OBJ_DATA_ORG_SAVE are not looking like as a standred table and function module respectively, please check whether &lt;STRONG&gt;/cockpit/&lt;/STRONG&gt; is a cunstomer namespace specialy assgned by SAP to your customer or your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After seeing the dump name, it looks like there is a possibility that table entry is already exist in  table /cockpit/titemo and you are trying to insert values for same key fields in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is a possibility that you are trying to insert data from internal table lt_item_org, this statement is not looking so much effective.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INSERT /cockpit/titemo FROM TABLE lt_item_org.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If /COCKPIT/ is the customer namespace then you should be able to do changes and try to change avove query to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODIFY /cockpit/titemo FROM TABLE lt_item_org.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2011 06:38:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-13T06:38:56Z</dc:date>
    <item>
      <title>DBIF_RSQL_INVALID_RSQL Dump while insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109411#M1617290</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;    Am getting dump DBIF_RSQL_INVALID_RSQL while inserting data to a standard table.&lt;/P&gt;&lt;P&gt;Code below:&lt;/P&gt;&lt;P&gt;INSERT /cockpit/titemo FROM TABLE lt_item_org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is in the standard FM /COCKPIT/OBJ_DATA_ORG_SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the internal table is of type /cockpit/titemo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs on this would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 06:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109411#M1617290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_INVALID_RSQL Dump while insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109412#M1617291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure but table  /cockpit/titemo  and function module /COCKPIT/OBJ_DATA_ORG_SAVE are not looking like as a standred table and function module respectively, please check whether &lt;STRONG&gt;/cockpit/&lt;/STRONG&gt; is a cunstomer namespace specialy assgned by SAP to your customer or your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After seeing the dump name, it looks like there is a possibility that table entry is already exist in  table /cockpit/titemo and you are trying to insert values for same key fields in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is a possibility that you are trying to insert data from internal table lt_item_org, this statement is not looking so much effective.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INSERT /cockpit/titemo FROM TABLE lt_item_org.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If /COCKPIT/ is the customer namespace then you should be able to do changes and try to change avove query to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODIFY /cockpit/titemo FROM TABLE lt_item_org.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 06:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109412#M1617291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T06:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_INVALID_RSQL Dump while insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109413#M1617292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109413#M1617292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T12:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_INVALID_RSQL Dump while insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109414#M1617293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 13:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109414#M1617293</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2014-01-10T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_INVALID_RSQL Dump while insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109415#M1617294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;'m not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;sure,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;because&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;dump&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;was posted&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;there&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;more than 2 &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;years ago... &lt;SPAN __jive_emoticon_name="devil" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/devil.gif"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 13:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-invalid-rsql-dump-while-insert/m-p/8109415#M1617294</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-01-10T13:52:29Z</dc:date>
    </item>
  </channel>
</rss>

