WHAT IS DATA CLUSTER?
HOW DO YOU ESTIMATE THE TIME TO FINISH A PARTICULAR OBJECT?
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 |
What is the meaning of ABAP editor integrated with ABAP data dictionary?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
Back ground job .. Transaction code?
In one of our zflash against collections report is not matching with the actual collections i.e invoice valuse of 200000 and payment had received for entire invoice and as per accounts of the particular customer this invoice is cleared but when we had tken z flash for collections which had developed my ABAP tem it's not matching.it's happened for many invoices how to get right report as per the payment details?
Hi, I am a Trainer in SAP ABAP having 2 years of experience in teaching ABAP and having 5 years of real time work experience in industry. If any body is interested email me your contact details to sap.abap9@gmail.com I will provide online training. Excellent material is provided. If any one is interested for training you can contact me for further details. Free demo is provided before joining the course. Excellent Training for reasonable price. SD and MM Concepts will be teached freely. References will be provided upon request.
what is DATA ,TYPES,PaRAMETERS called in ABAP terms?
How many structures can be created in a Ztable ?
How do you write a function module in sap?
in a loop of an internal table, what is the use of at first & at last statements?
What are the aggregate objects in the dictionary? : abap data dictionary
How do you Export a session ?
why we call smartform as a client independent? (as we are able to retrive data from any client dependent d/b table in smartforms. )