2007 Dec 04 4:03 PM
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
2007 Dec 04 4:09 PM
2007 Dec 04 4:09 PM
2007 Dec 04 4:11 PM
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
2007 Dec 04 4:17 PM
I think that the problem is taht there are many materials without center, is this the problem?
Thanks in advance
Regards
2007 Dec 04 4:25 PM
2007 Dec 04 4:25 PM
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