<?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: Not getting most current data from BPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490198#M1653170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Balaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set function module parameter as per code below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RSDRI_INFOPROV_READ_RFC' DESTINATION LV_RFCCON&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_INFOPROV              = ZINFO_PR&lt;/P&gt;&lt;P&gt;      I_REFERENCE_DATE        = SY-DATUM   "deadline&lt;/P&gt;&lt;P&gt;      I_AUTHORITY_CHECK       = 'R'         "Check access should be made ##read / write / none?   ('r' = READ , 'w' = WRITE , '' = NONE)&lt;/P&gt;&lt;P&gt;      I_USE_DB_AGGREGATION    = 'X'         "Aggregation is performed on DB ('X' = TRUE , '' = FALSE)&lt;/P&gt;&lt;P&gt;      I_ROLLUP_ONLY           = ''         "(only infocubes): Data&amp;gt; ROLLUP read yes / no   '' = NO&lt;/P&gt;&lt;P&gt;      I_RESULTTYPE            = 'V'        "Return to E_T_RFCDATA, E_T_RFCDATAV (V), E_RFCDATA_UC (U&lt;/P&gt;&lt;P&gt;      I_DEBUG                 = 'X'        "Debugging mode on / off?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set I_ROLLUP_ONLY parameter false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jan 2012 09:49:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-02T09:49:36Z</dc:date>
    <item>
      <title>Not getting most current data from BPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490195#M1653167</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;I am extracting data from the BI transactional InfoCube  (the BPS data) through an ABAP program to ECC.&lt;/P&gt;&lt;P&gt;But I am not getting the most current data. I mean when the BI request is open still then unable to get those data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 09:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490195#M1653167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting most current data from BPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490196#M1653168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use RSDRI_INFOPROV_READ_RFC function module to read BI / BW Data from ECC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 10:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490196#M1653168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting most current data from BPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490197#M1653169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I am using the same programme. But I am not getting the most current record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 10:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490197#M1653169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting most current data from BPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490198#M1653170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Balaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set function module parameter as per code below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RSDRI_INFOPROV_READ_RFC' DESTINATION LV_RFCCON&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_INFOPROV              = ZINFO_PR&lt;/P&gt;&lt;P&gt;      I_REFERENCE_DATE        = SY-DATUM   "deadline&lt;/P&gt;&lt;P&gt;      I_AUTHORITY_CHECK       = 'R'         "Check access should be made ##read / write / none?   ('r' = READ , 'w' = WRITE , '' = NONE)&lt;/P&gt;&lt;P&gt;      I_USE_DB_AGGREGATION    = 'X'         "Aggregation is performed on DB ('X' = TRUE , '' = FALSE)&lt;/P&gt;&lt;P&gt;      I_ROLLUP_ONLY           = ''         "(only infocubes): Data&amp;gt; ROLLUP read yes / no   '' = NO&lt;/P&gt;&lt;P&gt;      I_RESULTTYPE            = 'V'        "Return to E_T_RFCDATA, E_T_RFCDATAV (V), E_RFCDATA_UC (U&lt;/P&gt;&lt;P&gt;      I_DEBUG                 = 'X'        "Debugging mode on / off?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set I_ROLLUP_ONLY parameter false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 09:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490198#M1653170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-02T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting most current data from BPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490199#M1653171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for Your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a temporary solution only. When We will use aggrigates or in terms of other Info Providers, How it could work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And why you make rollUp false, though you are not doing any in BI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Balaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 09:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-most-current-data-from-bps/m-p/8490199#M1653171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-02T09:54:05Z</dc:date>
    </item>
  </channel>
</rss>

