<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: data type mismatch in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-data-type-mismatch/m-p/8421414#M1646613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declare two structure from table k8100009 and table mara and taking matnr as key field for joining in table&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_k8100009,&lt;/P&gt;&lt;P&gt;          artnr type k8100009-artnr,&lt;/P&gt;&lt;P&gt;          end of ty_k810009.&lt;/P&gt;&lt;P&gt;types: begin of ty_mara,&lt;/P&gt;&lt;P&gt;           matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;end of ty_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when joining two table using for all entries &lt;/P&gt;&lt;P&gt;for ALL ENTRIES IN lt_mara&lt;/P&gt;&lt;P&gt;                                       where artnr = lt_mara-matnr " here i am getting error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one throw some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Addu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;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.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference thread: &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="2116974"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Jan 16, 2012 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2012 05:50:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-16T05:50:37Z</dc:date>
    <item>
      <title>Re: data type mismatch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-data-type-mismatch/m-p/8421414#M1646613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declare two structure from table k8100009 and table mara and taking matnr as key field for joining in table&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_k8100009,&lt;/P&gt;&lt;P&gt;          artnr type k8100009-artnr,&lt;/P&gt;&lt;P&gt;          end of ty_k810009.&lt;/P&gt;&lt;P&gt;types: begin of ty_mara,&lt;/P&gt;&lt;P&gt;           matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;end of ty_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when joining two table using for all entries &lt;/P&gt;&lt;P&gt;for ALL ENTRIES IN lt_mara&lt;/P&gt;&lt;P&gt;                                       where artnr = lt_mara-matnr " here i am getting error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one throw some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Addu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;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.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference thread: &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="2116974"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Jan 16, 2012 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 05:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-data-type-mismatch/m-p/8421414#M1646613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-16T05:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: data type mismatch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-data-type-mismatch/m-p/8421415#M1646614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not see this k8100009 in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 05:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-data-type-mismatch/m-p/8421415#M1646614</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-01-16T05:53:24Z</dc:date>
    </item>
  </channel>
</rss>

