<?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: Doubt in function module relating to delta upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875681#M931606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Critical?  Why?  Should I respond faster because you've a problem that's urgent for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does full extraction work when you run the extraction from BW?  Extraction only stops when you return an empty package.  Hence, RSA3 won't tell you if you've made this mistake. RSA3 will work fine, but the extraction will never end when run from BW.  I refer you to this discussion I had earlier. [&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5413879"&gt;&lt;/A&gt;]  I'll emphasise one important point: &lt;STRONG&gt;Also SAP supply RSAX_BIW_GET_DATA_SIMPLE as an example of how to write FM extractors&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your FM is actually working with full, then to get your function module to work as a delta load, you need to be able to determine which data records have changed with since the last extraction, and only send those.  How you do this depends very much on the data.  You'll also have to define the datasource as Generic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2008 12:06:50 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-05-26T12:06:50Z</dc:date>
    <item>
      <title>Doubt in function module relating to delta upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875680#M931605</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;    Is there any ABAPer alive around who can tell me how i can write a funtion module to update data to BW side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; They only tell me data is not going to BW side. Can anyone throw light as to how function module should be structured. I  have a function module that works very finely for full update mode in RSA3. What should be done in my function module for delta update mode to work on BW side?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&amp;lt;h1&amp;gt; THIS IS CRITICAL &amp;lt;/h1&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875680#M931605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in function module relating to delta upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875681#M931606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Critical?  Why?  Should I respond faster because you've a problem that's urgent for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does full extraction work when you run the extraction from BW?  Extraction only stops when you return an empty package.  Hence, RSA3 won't tell you if you've made this mistake. RSA3 will work fine, but the extraction will never end when run from BW.  I refer you to this discussion I had earlier. [&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5413879"&gt;&lt;/A&gt;]  I'll emphasise one important point: &lt;STRONG&gt;Also SAP supply RSAX_BIW_GET_DATA_SIMPLE as an example of how to write FM extractors&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your FM is actually working with full, then to get your function module to work as a delta load, you need to be able to determine which data records have changed with since the last extraction, and only send those.  How you do this depends very much on the data.  You'll also have to define the datasource as Generic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875681#M931606</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-05-26T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in function module relating to delta upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875682#M931607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so where are you calling this function module? Is it on the BW side or on the source side?&lt;/P&gt;&lt;P&gt;What does this FM do?&lt;/P&gt;&lt;P&gt;Is it called during a delta update?&lt;/P&gt;&lt;P&gt;Is the checkbox Delta Update marked in the datasource on the source side of the extraction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of questions, since it is not clear what the problem might be. Can be a lot of things, so before anyone can give an answer to this question, you will need to clarify your requirement first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875682#M931607</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-26T12:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in function module relating to delta upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875683#M931608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The BW team tried to do a delta init loading.They gave a  selection screen of 1 to 10. It gave 6 records. They say its working fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no data extracted in the AIE delta extraction mode. Is there anything that has to be done from ABAP side. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working in SD with tables VBAK, VBFA etc.&lt;/P&gt;&lt;P&gt;Should the order creation date or order change date be a part of the extraction structure.They say that these dates should be used to capture changes done to sales orders. Is it right?? Should i do a check in CDPOS table to see if changes are done in the VBAK table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me matt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875683#M931608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in function module relating to delta upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875684#M931609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi micky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The requirement is that the sales documents have to be sent to BW side with a few more additional fields which are indicators saying if the order is delivered with scheduled time or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am not sure if the function module is called during the delta update. In SM37, i see that during a full update mode extraction a different EXIT gets triggered(Something like EXIT_RSAP_001). But during a delta update mode i see that the error message says that some function module is missing &amp;amp; there is no indication that the above mentioned EXIT is trigerred. That function module i verified is an auto created one. something to update the BW side data or something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make the requirements clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 14:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-function-module-relating-to-delta-upload/m-p/3875684#M931609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T14:02:14Z</dc:date>
    </item>
  </channel>
</rss>

