Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

WHAT IS DATA CLUSTER?
HOW DO YOU ESTIMATE THE TIME TO FINISH A PARTICULAR OBJECT?

Answer Posted / amurta

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.

To store and read data clusters, ABAP offers the following
statements:

· EXPORT parameter list TO medium

· IMPORT parameter list FROM medium

The data cluster is defined with help of a parameter list
parameter list, (see keyword documentation), and specifies
the Storage Medium in medium.

You can write a directory of the data objects of a data
cluster to an internal table using the statement IMPORT
DIRECTORY.. The data cluster was stored in a database table
using EXPORT.

To delete data clusters, you can use the following
statements:

· FREE MEMORY deletes all data cluster from the ABAP
memory

· DELETE FROM ... ID id deletes a data cluster with
the identification id, which was stored in the ABAP memory
of a database table, or in an application buffer of an
application server.

For further details about these statements and additions,
see the keyword documentation.

Follow : link
http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3bb7358411
d1829f0000e829fbfe/content.htm

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?

1926


What should be the approach for writing a bdc program? : abap bdc

1210


how do you call third selection screen ?

2186


How to use messages in lists?

1115


What is the meaning of sap r/3?

1254


What are indexes? : sap abap data dictionary

1230


Can you print decimals in type n?

1026


What are spa/gpa parameters (sap memory)?

1290


How do you take care of performance issues in your ABAP programs?

1192


what are the various types of parameters and how are they distinguished from one another?

1270


What data is contained? : abap data dictionary

1180


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

1108


What does the insert statement in extract datasets do?

1127


What is an abap?

1060


What are the two methods for modifying sap standard tables?

1435