<?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: BW: Modify Info-Cube Input-Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-modify-info-cube-input-table/m-p/925263#M59726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Siggi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, of course you are right. BW-forum should be the beeter place &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2005 13:12:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-13T13:12:57Z</dc:date>
    <item>
      <title>BW: Modify Info-Cube Input-Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-modify-info-cube-input-table/m-p/925261#M59724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First of all, I am not very well involved with BW,&lt;/P&gt;&lt;P&gt;but I have to solve following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS: &lt;/P&gt;&lt;P&gt;I have to delete some rows of the importing table&lt;/P&gt;&lt;P&gt;under certain circumstances. &lt;/P&gt;&lt;P&gt;I am doing this within the START-Section.&lt;/P&gt;&lt;P&gt;If I run the import in debug-modus &amp;lt;b&amp;gt;it seems&amp;lt;/b&amp;gt; to work fine!&lt;/P&gt;&lt;P&gt;RESULT TEST-MODE:&lt;/P&gt;&lt;P&gt;A message appears, which tells me, that the number of&lt;/P&gt;&lt;P&gt;lines has changed. FINE ==&amp;gt; OK to me&lt;/P&gt;&lt;P&gt;A list of imported lines is displayed on the screen.&lt;/P&gt;&lt;P&gt;The deleted lines don't appear! FINE ==&amp;gt; OK to me&lt;/P&gt;&lt;P&gt;PROBLEM:&lt;/P&gt;&lt;P&gt;But when I run the import in production-mode, the deleting&lt;/P&gt;&lt;P&gt;of the lines is ignored. &lt;/P&gt;&lt;P&gt;All lines are imported. The deletion does'nt work!&lt;/P&gt;&lt;P&gt;QUESTIONS:&lt;/P&gt;&lt;P&gt;Is it in general possible the change the number &lt;/P&gt;&lt;P&gt;of Import-lines?&lt;/P&gt;&lt;P&gt;Or Do I something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2005 12:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-modify-info-cube-input-table/m-p/925261#M59724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-13T12:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: BW: Modify Info-Cube Input-Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-modify-info-cube-input-table/m-p/925262#M59725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all I think you should post your message in the BW forum. But now back to your issue. The ways to restrict the data import to BW in general is to use the selection criteria in the infopackages or to delete data of the datapackages in the user exit for data extraction.&lt;/P&gt;&lt;P&gt;Once the data is in BW you can restrict the data by deleting records of the datapackage in the start routine of the transfer rules and in the second step in the start routine of the update rules. Additionally you can prevent records from being updated into the datatargets if you set the returncode parameter of the routines for each infoobject to a value &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: In your case I think you try to delete records in transfer or update rules. As this normally works fine, please post your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Siegfried Szameitat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2005 12:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-modify-info-cube-input-table/m-p/925262#M59725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-13T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: BW: Modify Info-Cube Input-Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-modify-info-cube-input-table/m-p/925263#M59726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Siggi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, of course you are right. BW-forum should be the beeter place &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2005 13:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-modify-info-cube-input-table/m-p/925263#M59726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-13T13:12:57Z</dc:date>
    </item>
  </channel>
</rss>

