Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IMPORT/EXPORT using Database Memory!

Former Member
0 Likes
726

Hi ,

Please let me know How effective is the usage of Export/Import?

How long will the value be retained in the memory?

What are the scenarios when this value is likely to be cleared?

We can import/export a value to a database memory as follows :

EXPORT v_date

FROM sy-datum

TO DATABASE indx(xy)

ID 'v_date'

indx is a database table with xy as the cluster.

Please let me know the following :

what is cluster?

Where is this value stored in the database?

Is it possible to view this value?

Thanks

Pavihthra

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi ,

Please go thru this link

[Memory|http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm]

Please reward if useful.

Read only

former_member195383
Active Contributor
484

Hi..

Exporting means u are sending value to a memory location...which u can make use from other programs..by importing.

In some cases Importing and exporting are not that advisable, when multiple users are running the same program.

Always after u have imported the value from memory try to delete the valu efrom memory..That is an accepted practice...

Hope the above info helps...

Regards

Rudra