<?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: Clusters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203100#M470916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following link.You will get a brief knowledge about clusters in HR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.hrexpertonline.com/downloads/12-04.doc" target="test_blank"&gt;www.hrexpertonline.com/downloads/12-04.doc&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 04:16:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-11T04:16:53Z</dc:date>
    <item>
      <title>Clusters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203098#M470914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are clusters??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 04:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203098#M470914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T04:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Clusters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203099#M470915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;CLUSTER:&lt;/P&gt;&lt;P&gt;set of data objects.&lt;/P&gt;&lt;P&gt;Elementary fields , field strings and internal tables etc. will come under data objects.&lt;/P&gt;&lt;P&gt;You can store data clusters in ABAP/4 memory for short time and in database for longer time.&lt;/P&gt;&lt;P&gt;To write data objects from ABAP/4 program to ABAP/4 memory,the following statement is used.&lt;/P&gt;&lt;P&gt;Export f1 &lt;/P&gt;&lt;P&gt;           f2&lt;/P&gt;&lt;P&gt;           to memory id 'table'.&lt;/P&gt;&lt;P&gt;Import f1&lt;/P&gt;&lt;P&gt;           f2&lt;/P&gt;&lt;P&gt;           from memory id 'table'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Free memory id 'table'...Cluster will be deleted from the memory.&lt;/P&gt;&lt;P&gt;These cluster databases come into picture to keep the information&lt;/P&gt;&lt;P&gt; relating to a company more secure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Payroll, time related data.&lt;/P&gt;&lt;P&gt;e.g. cluster database tables PCL1, PCL2, PCL3 and PCL4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCL1 is the database for HR application areas.It contains information&lt;/P&gt;&lt;P&gt;regarding the time recording.&lt;/P&gt;&lt;P&gt;PCL2 contains information regarding payroll accounting.&lt;/P&gt;&lt;P&gt;PCL3 contains applicant data.&lt;/P&gt;&lt;P&gt;PCL4 contains change documents for HR master data.&lt;/P&gt;&lt;P&gt;Cluster rx contains the payroll results for country x according to table&lt;/P&gt;&lt;P&gt;T500l.&lt;/P&gt;&lt;P&gt;The clusters can be called from   macros.&lt;/P&gt;&lt;P&gt;RP-IMP-Cn-xx  ( n = 1,2,3,4  and xx is cluster)&lt;/P&gt;&lt;P&gt;When macro is used to import data,it is not directly get from database table PCL,&lt;/P&gt;&lt;P&gt;instead it checks for the buffer directory whether it contains it in main memory.&lt;/P&gt;&lt;P&gt;if it is there it takes it from main memory..otherwise it reads from PCL to main&lt;/P&gt;&lt;P&gt;memory and from there to the report.&lt;/P&gt;&lt;P&gt;Standard import programs follow the naming convention RPCLSTxx..xx is cluster.&lt;/P&gt;&lt;P&gt;RP-EXP-Cn-xx ( n = 1,2,3,4 and  xx is cluster)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 04:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203099#M470915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T04:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clusters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203100#M470916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following link.You will get a brief knowledge about clusters in HR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.hrexpertonline.com/downloads/12-04.doc" target="test_blank"&gt;www.hrexpertonline.com/downloads/12-04.doc&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 04:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203100#M470916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T04:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Clusters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203101#M470917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data clusters are stored in a storage medium with the help of the statement EXPORT ( see: Statements for Data Clusters) . This is achieved using the different variations of the addition medium. These are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        DATA BUFFER xstr for storage in a byte string xstr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        INTERNAL TABLE itab for storage in an internal table itab (Standard table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        MEMORY ID id for storage under the name id in the ABAP Memory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        DATABASE dbtab ... ID id for storage under the name id in a database table in the ABAP Dictionary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SHARED MEMORY dbtab ... ID id and SHARED BUFFER dbtab ... ID id for storage under the name id in the cross-transaction application buffer of the applications server's shared memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the following you will learn more about the temporary storage of data clusters in ABAP memory and shared memory, as well as permanent storage in databanks. You can find detailed information about the different storage media in the keyword documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3bc4358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3bc4358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 04:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clusters/m-p/2203101#M470917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T04:28:42Z</dc:date>
    </item>
  </channel>
</rss>

