Application Development 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: 

Export and import data

Former Member
0 Kudos

hi all,

i have a req't tht i need to update the data frm one prog periodically ,..som where,

when data req i run anothr prog and get tht data frm memory and display it.

how can i do this.

two prog's run in diffrnt times.

1st prog

EXPORT itab to memory ID 'XX' .

2nd prog

ans IMPORT itab from MEMORY ID 'XX'

these are useful whn both prog's run same time , i.e 2nd prog calld frm 1st one.

but i wnt 2nd prog run separatly.

how can i do this.. any other alternatives

Thanks in Advance

Regards,

Chandu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Export/Import are used to transfer data within abap memory.

for your issue you can transfer data to Application Server from 1'st prog and read the data from

Application Server in 2'nd prog.

In this way you can solve this issue.

4 REPLIES 4

Former Member
0 Kudos

Hello,

IMPORT and EXPORT will work only in one internal session.

Former Member
0 Kudos

Hello,

Export/Import are used to transfer data within abap memory.

for your issue you can transfer data to Application Server from 1'st prog and read the data from

Application Server in 2'nd prog.

In this way you can solve this issue.

0 Kudos

thank's for u'r replay .

i have huge amnt of data ..

is thr any other way thn applicationaserer write and thn read...???

i think it's possible through SHARED Memory concept.. using this we can use globle memory

but i don't know how to do tht...

any help..........

if any one knew tht plz help me ..

Regards,

Chandu

Former Member
0 Kudos

This message was moderated.