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

Illegal InfoSet table join

Former Member
0 Likes
823

Hi All,

I am trying to join 2 tables AEOI and MARA by material number in SQ02 however the join is illegal because the material number in AEOI is an object. I have looked in EAOI as a logical database and am unable to find the material number. Does anyone know of a way to join these 2 tables within SQ02 using some simple ABAP code or similar method?

Many thanks in advance

Hi All,

I am trying to join 2 tables AEOI and MARA by material number in SQ02 however the join is illegal because the material number in AEOI is an object. I have looked in EAOI as a logical database and am unable to find the material number. Does anyone know of a way to join these 2 tables within SQ02 using some simple ABAP code or similar method?

Many thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
712

Sorry...Duplicated post -:(

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
712

The problem is that in AEOI the field for material is 40 lenght while in MARA is 18 lenght....For INNER JOINS, the length of both fields must the same....

I'm not good at querys, so can't help you....

Greetings,

Blag.

Read only

0 Likes
712

Thanks Alvaro, we are already aware of this.