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: 

regarding job scheduling

Former Member
0 Kudos

hi gurus,

Im trying to schedule a job. everything is going right but the problem is that in the backgroung job i'm exporting an internal table in the memory id. this internal table, in the memory id, im importing in my background programm. but im not able to get the imported data from the memory id.

how to over come this condition.

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

You must have the same structure for both the internal tables.

Check out are they same? IF they don't have same definition then you have to make then with the same structure.

Can you please paste your code which does the Import / Export. ?

Regards,

Naimesh Patel