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: 

data Type conflict in join while creating view

0 Kudos

Hi All,

I am creating view on 2 tables. But the fields that i am using to join 2 tables have different data elements and different data type.

I am getting error "Type conflict in join (Two fields with different data types or lengths)"while activation .

I cant make dataelements same since tables are standard.

Can you please help.

Thanks

Savio

4 REPLIES 4

Former Member
0 Kudos

You must use the fields of the same length.

Former Member
0 Kudos

Hi Savio,

Just check the key fields of both the tables and corresponding data elements.

Put join condition on their common key fields.

Thanks

0 Kudos

Hi,

The field i am using to link this tables have different data elements and type.

I canot make changes in table fields since they are sap standard.

thanks

Savio

0 Kudos

Then you simply cannot join these two fields.

Thomas