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

data Type conflict in join while creating view

Former Member
0 Likes
2,363

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
Read only

Former Member
0 Likes
1,061

You must use the fields of the same length.

Read only

Former Member
0 Likes
1,061

Hi Savio,

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

Put join condition on their common key fields.

Thanks

Read only

Former Member
0 Likes
1,061

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

Read only

0 Likes
1,061

Then you simply cannot join these two fields.

Thomas