2007 Jul 16 4:59 AM
hi all
Can any one explain me with an example what is meant by data cluster ?
regds
hari
hi all
Can any one explain me with an example what is meant by data cluster ?
regds
hari
2007 Jul 16 5:05 AM
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:
ABAP Memory
Database Tables
Cross Transaction Application Buffer
The cross transaction application buffer is a storage area on an application server which all ABAP programs of the SAP system running on the same applications server can access. Data clusters in the cross transaction application buffer are exactly the same as data clusters that are organized in databank tables. Here we will refer to the databank table dbtab. The data are not stored in the databank table itself but in a table with a corresponding set up. Therefore the databank table dbtab must also be an INDX type (see keyword documentation). The structure of this table is then copied for the storage of the cluster in the buffer. This gives you the possibility to store your own administrative information in every cluster in the buffer and import it again as necessary.
The difference between the application buffers SHARED MEMORY and SHARED BUFFER lies in how the system reacts when the storage limit is reached (see Keyword documentation).
reward points if it is usefull .......
Girish
2007 Jul 16 5:11 AM
Hi Hari,
In the following section a type of data storage is introduced that can only be used by ABAP programs. The content of any number of data objects of any complexity can be stored in different storage media using the ABAP specific format known as data clusters. Only ABAP programs can use this format and therefore only ABAP programs can import data stored in this fashion back into data objects.
The following illustration shows the schematic structure of a data cluster in the storage medium.
Administration info and Packed data
To store and read data clusters, ABAP offers the following statements
:Reward pts if found usefull:)
regards
Sathish
2007 Jul 16 5:16 AM
Hi,
please check out the link below it might help you
http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3bc4358411d1829f0000e829fbfe/content.htm
**********please reward points if the information is helpful to you**************
2007 Jul 16 5:27 AM
Hi all
I have assigned points thanxs a lot for the quick response.
regds
hari
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |