<?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>Question Re: Function Module Extractor with Delta in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667512#M1120714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not actually on the BW team, so I'm not doing anything on that side.  I think they are even creating the stuff in RSO2, the BW guys are doing that part, I believe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm unsure about is, once they've made their delta settings in RSO2, how do I use that in my function module?  Is it something that happens automatically?  Or do I have to pre-filter the data by the timestamp for the delta before I populate the structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 11:29:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T11:29:57Z</dc:date>
    <item>
      <title>Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaq-p/2667509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm very new to working with the BW, so I hope I'm explaining my question in a way that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make a BW extractor that pulls data from at least one table, possibly more, and which also calculates some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the only way I can do that is by using an extractor with a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been looking at the examples in function group RSAX, and I think I sort of get it, except for one part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really confused about how the delta works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking at the example: RSAX_BIW_GET_DATA_SIMPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it even use a delta?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to understand how the delta gets passed, and how it gets used to filter the data in the function module.  I'm not sure if it's something I need to code in myself, or if it's something that BW does by itself, or what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if I'm making sense, but if anyone could help me, I'd appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 21:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaq-p/2667509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T21:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667510#M1120712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. When you create your data source in RSO2, there is a push button "delta" press that and you will see the settings that you can make for delta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you pull just one table, then you can try doing the data manipulations on BW side, which is not hard compared to writing a FM in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi Thothadri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 22:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667510#M1120712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T22:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667511#M1120713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for dealing with delta in your extractor you will need a field that is relevant for delta something like a date or a timestamp for instance let say you know you have the field aedat for modification date so include it in your structure you build for the extractor and afterwards follow Ravis' post point 1 when you create the datasource in rso2.&lt;/P&gt;&lt;P&gt;I would recommend you before chosing a field for delta to discuss and ask a functional consultant to see which field make sense in changes of transaction data you want to pull from source system.&lt;/P&gt;&lt;P&gt;hope this could help you&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Boujema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 23:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667511#M1120713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T23:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667512#M1120714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not actually on the BW team, so I'm not doing anything on that side.  I think they are even creating the stuff in RSO2, the BW guys are doing that part, I believe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm unsure about is, once they've made their delta settings in RSO2, how do I use that in my function module?  Is it something that happens automatically?  Or do I have to pre-filter the data by the timestamp for the delta before I populate the structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 11:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667512#M1120714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T11:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667513#M1120715</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;the delta information is passed to the fm in internal table i_t_select. You need to grap the delta information (mostly a timestamp or a date) to goto the database and make a select on creation and/or change date based on that information. Take care about deletions.&lt;/P&gt;&lt;P&gt;Here some more help: /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 13:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667513#M1120715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T13:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667514#M1120716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, you've been super helpful so far, so I'm just going to keep asking questions.  I promise to award points at the end &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking at it now, and I think if I change it to read from a table, instead of read from a function module I can use the 'numeric pointer' option for the delta.  (Does that just mean a number?  For example, payroll runid is a number, so I could use that and only get new payroll runs?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there still are some calculated fields they want.  Someone mentioned doing that on the BW side.  How would that work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for such vague questions, but any help is really appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 14:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667514#M1120716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T14:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667515#M1120717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vanda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM RSAX_BIW_GET_DATA_SIMPLE does not handle delta. If you want a FM that handles delta, take a look at the FM RSVD_BW_GET_DELTA_DATA. We had copied and modified the copied FM to handle the delta capabilities. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Subray Hegde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 18:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667515#M1120717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T18:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Extractor with Delta</title>
      <link>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667516#M1120718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working on the FM RSAX_BIW_GET_DATA_SIMPLE but could not get Delta. But now I am using the FM you suggested but when I test the datasource in RSA3, It is giving error. Can you please send me your template? I would appreciate your time and help. I will award you with points as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hanuma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 21:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-module-extractor-with-delta/qaa-p/2667516#M1120718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T21:53:19Z</dc:date>
    </item>
  </channel>
</rss>

