<?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: How to read data form livecache in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802368#M41006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To read live-cache data in APO you should use SAP delivered function modules. The function modules are depending on the modules you are working on. For example, PPDS planned or production orders use different than DP/SNP. You can look at BAPI list to look at function modules you can use. For example, for DP and SNP you can use BAPI_PBSRVAPS_GETDETAIL to get key figures(in livecache) from a planning book.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Aug 2004 16:08:56 GMT</pubDate>
    <dc:creator>nablan_umar</dc:creator>
    <dc:date>2004-08-20T16:08:56Z</dc:date>
    <item>
      <title>How to read data form livecache</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802365#M41003</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;This is probably not an appropriate forum, however I saw there are many active members hence posting this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to read data form livecache (APO). How to know what is database structure, what is table content etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2004 10:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802365#M41003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-20T10:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data form livecache</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802366#M41004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;liveCache is object oriented database not relative database. You can get data from it with special COM procedures. Use some ABAP functions for reading data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2004 12:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802366#M41004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-20T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data form livecache</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802367#M41005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info, but then how do I know what data is available. I saw some function modules in APO which uses commands like connect to livecache, execute procedure. My requirement is I need to get some additional field values, how do I get them? And if I don't know what is the structure, what is the field name, field type etc how can I extract/read the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2004 12:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802367#M41005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-20T12:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data form livecache</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802368#M41006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To read live-cache data in APO you should use SAP delivered function modules. The function modules are depending on the modules you are working on. For example, PPDS planned or production orders use different than DP/SNP. You can look at BAPI list to look at function modules you can use. For example, for DP and SNP you can use BAPI_PBSRVAPS_GETDETAIL to get key figures(in livecache) from a planning book.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2004 16:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802368#M41006</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-08-20T16:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data form livecache</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802369#M41007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info, does this mean we can't read data from live cache directly? We have to always use SAP standard function modules / BAPIs to read data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for being too specific, but I just wanted a definite answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 12:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802369#M41007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-23T12:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data form livecache</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802370#M41008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far in my 3 APO implementations, I never write my own codes to read/write live-cache. The com-routines to access data in live-cache are not similiar for all data. You have to look at each function modules individually. They are not like SAP transparent tables where you can use SELECT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 20:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802370#M41008</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-08-23T20:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data form livecache</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802371#M41009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 10:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-form-livecache/m-p/802371#M41009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-24T10:13:52Z</dc:date>
    </item>
  </channel>
</rss>

