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

Left outer join

Former Member
0 Likes
803

When i make a left outer join into an internal table in a select, the field of the condition doesn´t get into my table, what´s my problem please, or if it is normal, how can i resolve it please?

Thanks in advance

regards

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
768

hi Carlos,

can you copy your code here?

thanks

ec

5 REPLIES 5
Read only

JozsefSzikszai
Active Contributor
0 Likes
769

hi Carlos,

can you copy your code here?

thanks

ec

Read only

0 Likes
768

SELECT * INTO CORRESPONDING FIELDS OF TABLE it_mara

FROM mara as a left outer join marc as b on amatnr = bmatnr

WHERE matkl IN s_matkl.

And matnr is not filled in my table.

Thanks in advance.

regards

Read only

0 Likes
768

I think that the problem is taht there are many materials without center, is this the problem?

Thanks in advance

Regards

Read only

0 Likes
768

first I would check the value of s_matkl during runtime.

Read only

0 Likes
768

Hi Carlos,

Make sure that the internal table field name and the database field name are same ,because INTO CORRESPONDING FIELDS will be success only both the fields are same name

Message Edited

shibu