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: 

no 'country' field in EQUI_ADDR

Former Member
0 Kudos

Hi All,

I am using the following code in my program and I am getting the error that Country field does not exist in EQUI_ADDR. In 4.6c this field was present but in 6.0 this has been omitted.Can Anybody please tell some alternative to this. Thanks in advance......

select equnr country into table it_equi_addr from equi_addr

for all entries in g_equi_tab

where equnr = g_equi_tab-equnr.

1 REPLY 1

Former Member
0 Kudos

Hi,

country doesn't exist in 46.c.

Anyway, you can acess directly the tables of the view,

ADRC

ILOA

EQUZ

EQKT

adrc have COUNTRY field.

Best regards