<?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 Import from Memory ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226952#M138144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   In a program, I am getting a short dump at statement,&lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;P&gt;IMPORT T_DOWN_NOTPAYED HSDPN HIVDPN&lt;/P&gt;&lt;P&gt;         HIVDPV HCURR FROM MEMORY ID 'ZDOW2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short dump details given below.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Error when attempting to IMPORT object "T_DOWN_NOTPAYED".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When attempting to import data, it was discovered that the data type of the stored data was not the same as that specified in the       &lt;/P&gt;&lt;P&gt;program.&amp;lt;/i&amp;gt;                                                           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The object T_DOWN_NOTPAYED has the following declaration.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;DATA : BEGIN OF T_DOWN_NOTPAYED OCCURS 0,&lt;/P&gt;&lt;P&gt;         VBELN  LIKE VBRP-VBELN,&lt;/P&gt;&lt;P&gt;         POSNR  LIKE VBRP-POSNR,&lt;/P&gt;&lt;P&gt;         CMPRE  LIKE VBRP-CMPRE,&lt;/P&gt;&lt;P&gt;         CMWAE  LIKE VBRK-CMWAE,&lt;/P&gt;&lt;P&gt;       END OF T_DOWN_NOTPAYED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we know where is the corresponding export statement and the structure of the exported parameters. Please suggest how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vishnu Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Apr 2006 10:04:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-11T10:04:03Z</dc:date>
    <item>
      <title>Import from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226952#M138144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   In a program, I am getting a short dump at statement,&lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;P&gt;IMPORT T_DOWN_NOTPAYED HSDPN HIVDPN&lt;/P&gt;&lt;P&gt;         HIVDPV HCURR FROM MEMORY ID 'ZDOW2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short dump details given below.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Error when attempting to IMPORT object "T_DOWN_NOTPAYED".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When attempting to import data, it was discovered that the data type of the stored data was not the same as that specified in the       &lt;/P&gt;&lt;P&gt;program.&amp;lt;/i&amp;gt;                                                           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The object T_DOWN_NOTPAYED has the following declaration.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;DATA : BEGIN OF T_DOWN_NOTPAYED OCCURS 0,&lt;/P&gt;&lt;P&gt;         VBELN  LIKE VBRP-VBELN,&lt;/P&gt;&lt;P&gt;         POSNR  LIKE VBRP-POSNR,&lt;/P&gt;&lt;P&gt;         CMPRE  LIKE VBRP-CMPRE,&lt;/P&gt;&lt;P&gt;         CMWAE  LIKE VBRK-CMWAE,&lt;/P&gt;&lt;P&gt;       END OF T_DOWN_NOTPAYED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we know where is the corresponding export statement and the structure of the exported parameters. Please suggest how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vishnu Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 10:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226952#M138144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T10:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226953#M138145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to ask the developer who is exporting that T_DOWN_NOTPAYED values from whichever program he is doing that. You will have find that program and figure out that structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 10:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226953#M138145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T10:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226954#M138146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally, you are the one who is supposed to know about the EXPORT too. It looks like you are working on a Program somebody else has written.. One way of locating the EXPORT statement could be to use the standard Program RPR_ABAP_SOURCE_SCAN and search for the string IMPORT T_DOWN_NOTPAYED to MEMORY ID  'ZDOW2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 10:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226954#M138146</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-04-11T10:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Import from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226955#M138147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to find out where export is used, one method is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the where used list for the report name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because normally after export statement, they should use&lt;/P&gt;&lt;P&gt;submit &amp;lt;report name&amp;gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and that report name and the report in which import u r using will be same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 10:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226955#M138147</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-04-11T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226956#M138148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check strucure and length and type of variable.&lt;/P&gt;&lt;P&gt;It should be same&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 10:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory-id/m-p/1226956#M138148</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-11T10:21:09Z</dc:date>
    </item>
  </channel>
</rss>

