<?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: add-corresponding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-corresponding/m-p/2211886#M473842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;        for doing add-corresponding the 2 fields from the 2 table should be &amp;lt;b&amp;gt;of same data type and the name of the variable should also be same&amp;lt;/b&amp;gt; otherwise it wont add it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 02:32:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T02:32:10Z</dc:date>
    <item>
      <title>add-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-corresponding/m-p/2211884#M473840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have 2 internal table and want to do add-corresponding.&lt;/P&gt;&lt;P&gt;the problem is i have character type field, example ekgrp (purchasing group) where the value is i38.&lt;/P&gt;&lt;P&gt;when run i got runtime error says unable to interpret 'i38' as a number. &lt;/P&gt;&lt;P&gt;how should i avoid the character field being added as i need to use add-corresponding.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 01:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-corresponding/m-p/2211884#M473840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T01:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: add-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-corresponding/m-p/2211885#M473841</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;This is taken from Documentation.&lt;/P&gt;&lt;P&gt;You can explicitly specify the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF VECTOR, &lt;/P&gt;&lt;P&gt;        X      TYPE I, &lt;/P&gt;&lt;P&gt;        Y      TYPE I, &lt;/P&gt;&lt;P&gt;        LENGTH TYPE I, &lt;/P&gt;&lt;P&gt;      END   OF VECTOR, &lt;/P&gt;&lt;P&gt;      BEGIN OF CIRCLE, &lt;/P&gt;&lt;P&gt;        VOLUME TYPE P, &lt;/P&gt;&lt;P&gt;        Y      TYPE P, &lt;/P&gt;&lt;P&gt;        RADIUS TYPE I, &lt;/P&gt;&lt;P&gt;        X      TYPE I, &lt;/P&gt;&lt;P&gt;      END   OF CIRCLE. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;The subfields X und Y appear in the two structures VECTOR and CIRCLE; therefore, the ADD-CORRESPONDING statement here is equivalent to the following two statements: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADD VECTOR-X TO CIRCLE-X. &lt;/P&gt;&lt;P&gt;ADD VECTOR-Y TO CIRCLE-Y.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 02:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-corresponding/m-p/2211885#M473841</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-04-26T02:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: add-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-corresponding/m-p/2211886#M473842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;        for doing add-corresponding the 2 fields from the 2 table should be &amp;lt;b&amp;gt;of same data type and the name of the variable should also be same&amp;lt;/b&amp;gt; otherwise it wont add it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 02:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-corresponding/m-p/2211886#M473842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T02:32:10Z</dc:date>
    </item>
  </channel>
</rss>

