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: 

Using IMPORT from Database to fetch data from CLuster

Former Member
0 Kudos

Hi,

I am using IMPORT From Databse to ge the data from a Cluster DB.

IMPORT i_postings_old

FROM DATABASE y0fsgr001(xx)

ID l_sgr_memory_id.

whats is happening is there is not data in I_postings_old but there is data for the ID = l_sgr_memory_id.

in table y0fsgr001.

What might be the reason for this behaviour?

Thanks

Nishant

1 ACCEPTED SOLUTION

former_member209703
Active Contributor
0 Kudos

When doing the corresponding EXPORT TO DATABASE (in case you are doing it) Are you using the same variable name i_postings_old ?

Sometimes I faced this issue and in most cases it was due to the use of different variable names, maybe that's your case too.


IMPORT i_postings_old

1 REPLY 1

former_member209703
Active Contributor
0 Kudos

When doing the corresponding EXPORT TO DATABASE (in case you are doing it) Are you using the same variable name i_postings_old ?

Sometimes I faced this issue and in most cases it was due to the use of different variable names, maybe that's your case too.


IMPORT i_postings_old