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

Re: data type mismatch

Former Member
0 Likes
402

Hi expert,

I have declare two structure from table k8100009 and table mara and taking matnr as key field for joining in table

k810009 matnr is refer by field name as artnr and in mara it is matnr.The error i am getting is data type and length should be same.

types: begin of ty_k8100009,

artnr type k8100009-artnr,

end of ty_k810009.

types: begin of ty_mara,

matnr type mara-matnr,

end of ty_mara.

when joining two table using for all entries

for ALL ENTRIES IN lt_mara

where artnr = lt_mara-matnr " here i am getting error

can any one throw some light on this.

Regards,

Addu

Moderator Message: Asking of the same question from a different ID will invite deletion of both IDs. FINAL warning for both accounts. If these basic questions and RoE violations continue, then both IDs will be deleted.

Reference thread:

Edited by: kishan P on Jan 16, 2012 11:30 AM

1 REPLY 1
Read only

madhu_vadlamani
Active Contributor
0 Likes
355

Hi,

I did not see this k8100009 in my system.

Regards,

Madhu.