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: 

Illegal InfoSet table join

Former Member
0 Kudos

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

former_member583013
Active Contributor
0 Kudos

Sorry...Duplicated post -:(

Message was edited by:

Alvaro Tejada Galindo

former_member583013
Active Contributor
0 Kudos

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.

0 Kudos

Thanks Alvaro, we are already aware of this.