Recent Questions
.Net Framework : What is difference between string and stringbuilder?

What is difference between string and stringbuilder?

String is for simple string operations while StringBuilder is used to perform high manipulation stri....
Category: .Net Framework Date: 7/3/2010 1:55:44 PM
C# : Can we have a variables inside the interface?

Can we have a variables inside the interface?

No, we can have only methods, properties, indexers and enums inside the interface.
Category: C# Date: 7/3/2010 1:54:37 PM
C# : What is static class and what is use of this?

What is static class and what is use of this?

Static class we define when we do not want to create a object of class, all methods of static class ....
Category: C# Date: 7/3/2010 1:54:06 PM
OOPs Concepts : What is difference between overloading and overriding?

What is difference between overloading and overriding?

Having same name methods with different parameters is called overloading, while having same name and....
Category: OOPs Concepts Date: 7/3/2010 1:53:22 PM
.Net Framework : What is difference between Monitor.Enter and Monitor.TryEnter functions?

What is difference between Monitor.Enter and Monitor.TryEnter functions?

Monitor.Enter waits for the lock until it does not get it, while Monitor.TryEnter will request for l....
Category: .Net Framework Date: 7/3/2010 1:52:22 PM
ABAP Interview Questions and Answers
<< Previous Question Next Question >>
Question: 538 Page Views: 

What are Data Clusters in ABAP?



Posted By: Avi Date: 3 December 2009 07:34:32 AM
Answer:

We can group any complex internal data objects of an ABAP/4 program together in data clusters and store them temporarily in ABAP/4 memory or for longer periods in databases. We can store data clusters in special databases of the ABAP/4 Dictionary. These databases are known as ABAP/4 cluster databases and have a predefined structure. Storing a data cluster is specific to ABAP/4. Although we can also access cluster databases using SQL statements, only ABAP/4 statements are able to decode the structure of the stored data cluster.


Posted By: eTechPlanet


Date: 3 December 2009 07:34:32 AM

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 storage media exist: · Byte String · Internal Table · ABAP Memory · Database Tables · Cross Transaction Application Buffer...


Posted By: Johndecruse


Date: 31 January 2010 10:15:45 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Igp0w2