<?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: Length error occurred in IMPORT statement. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875715#M1324049</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;Maybe what you can do si....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program X&lt;/P&gt;&lt;P&gt;data: v_var(20) type c.&lt;/P&gt;&lt;P&gt;export v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Y&lt;/P&gt;&lt;P&gt;data: v_var(20) type c,&lt;/P&gt;&lt;P&gt;         v_var2(50) type c.&lt;/P&gt;&lt;P&gt;import v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_var2 = v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable that is exactly the same with the exporting parameter, then just assign it to a local variable declared in the 2nd program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benedict&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2009 06:59:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-22T06:59:10Z</dc:date>
    <item>
      <title>Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875711#M1324045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             &lt;/P&gt;&lt;P&gt;           while exexuting a program i got dump saying that Length error occurred in IMPORT statement. through ST22 i came to know that both import and export structres are not same. Import structure is longer than the export structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I tried in SDN but i coudnt find any solution. can you please suggest how to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sreekala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875711#M1324045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T06:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875712#M1324046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a standard program ? Both structures must be in exactly same type and length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875712#M1324046</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-22T06:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875713#M1324047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try import (paramter_list : here read more about ptab i.e dynamica mapping]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875713#M1324047</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-07-22T06:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875714#M1324048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it is not a standard program. Both are Z programs. But if i change the target structure, it will effect somewhere else. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there any way to prevent the dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875714#M1324048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T06:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875715#M1324049</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;Maybe what you can do si....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program X&lt;/P&gt;&lt;P&gt;data: v_var(20) type c.&lt;/P&gt;&lt;P&gt;export v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Y&lt;/P&gt;&lt;P&gt;data: v_var(20) type c,&lt;/P&gt;&lt;P&gt;         v_var2(50) type c.&lt;/P&gt;&lt;P&gt;import v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_var2 = v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable that is exactly the same with the exporting parameter, then just assign it to a local variable declared in the 2nd program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benedict&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875715#M1324049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875716#M1324050</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;  Check the structure of the imports.Formal and actual paramaters structures Should be same and the order of the  fields and TYPE and length should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 07:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875716#M1324050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T07:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875717#M1324051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create one more structure in same type import export using this then assign values to the structure you want to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 07:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875717#M1324051</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-22T07:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Length error occurred in IMPORT statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875718#M1324052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 11:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-error-occurred-in-import-statement/m-p/5875718#M1324052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T11:17:27Z</dc:date>
    </item>
  </channel>
</rss>

