<?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 urgent problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437724#M208534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one program is exporting the result into cluster memory . The other program is importing the data from  that memory . I have changed the length of one field in both the programs . That field was previously referring to BSIS-DMBTR . I made that field as type P Length 16 decimals 2 . System is giveing Dump given below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When importing the object "IT_DISP", the component 12 in the dataset had a different length from the corresponding component of the target object in the program "ZF13020".                                                  &lt;/P&gt;&lt;P&gt;The length is 7 in the dataset, but 16 in the program.                                   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should be done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Jul 2006 07:03:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-15T07:03:58Z</dc:date>
    <item>
      <title>urgent problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437724#M208534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one program is exporting the result into cluster memory . The other program is importing the data from  that memory . I have changed the length of one field in both the programs . That field was previously referring to BSIS-DMBTR . I made that field as type P Length 16 decimals 2 . System is giveing Dump given below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When importing the object "IT_DISP", the component 12 in the dataset had a different length from the corresponding component of the target object in the program "ZF13020".                                                  &lt;/P&gt;&lt;P&gt;The length is 7 in the dataset, but 16 in the program.                                   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should be done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437724#M208534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T07:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: urgent problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437725#M208535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See the lengths in Both Programs, the length should be same in both programs i mean what ever you are exportng, the in\mporting filed length should be same, if the lenghts or not same then it will give you the dump, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437725#M208535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T07:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: urgent problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437726#M208536</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;The order of fields in internal table in both programs should be same. The name of internal table and its declaration should also be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the declaration of internal tables, their data types, name of both internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437726#M208536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: urgent problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437727#M208537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudheer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field is V_REC(16) type P decimals 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am assigning the value of BSIS-DMBTR to this field .&lt;/P&gt;&lt;P&gt;V_REC = BSIS-DMBTR .&lt;/P&gt;&lt;P&gt;and appending the IT_DISP which contains other fields also apart from this .&lt;/P&gt;&lt;P&gt;Then I am exporting it to the cluster memory . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other program is Importing data into it_disp1 from the cluster meomory . this table also has field V_REC(16) type p decimals 2 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any problem if i assing the value of BSIS-dmbtr to V_REC . The DMBTR is CURR with 13 length 2 decimals&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437727#M208537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T07:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: urgent problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437728#M208538</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;export parameter and import parameter name and size should be same in both the programs .if you are exporting IT_DISP ,then declare it_disp(&amp;lt;b&amp;gt;not it_disp1&amp;lt;/b&amp;gt;) in another program and import . it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437728#M208538</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-07-15T07:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: urgent problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437729#M208539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry by mistake i typed as IT_DISP1 . It is same .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-problem/m-p/1437729#M208539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T07:56:41Z</dc:date>
    </item>
  </channel>
</rss>

