<?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: Import Error 16 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414322#M11101</link>
    <description>&lt;P&gt;Because the goal of the tool I'm developing it's exactly to avoid that. There's always a big amount of requests to import from a system to another one in a completely different landscape, and it's very annoying to copy the files and do the import manually, one-by-one, and that's exactly why I have been asked to develop this tool&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 09:32:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-05-31T09:32:35Z</dc:date>
    <item>
      <title>Import Error 16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414320#M11099</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm developing a tool to import requests to system on a totally different landscape, so I have to copy the Data and Cofiles files from the source system to the target system, and then add the request to the queue of the target system and do the import itself. &lt;/P&gt;&lt;P&gt;To copy the files from the source to the target system I'm using the FM's used by CG3Y and CG3Z, that I call in some RFC's I created...&lt;/P&gt;&lt;P&gt;Most of the times it works fine, but there's some cases that I get error 16 in the import, as you can see in the below printscreen&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/36703-image027.png" /&gt;&lt;/P&gt;&lt;P&gt;I searched a little but I couldn't find what can be the problem... but then I remembered that this issue must be related to the copy of the files from the source to the target, so I compared the AL11 in the two systems, and the size of the files is totally different, as you can see in the below printscreens&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/36704-image001.png" /&gt;&lt;/P&gt;&lt;P&gt;Target:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/36705-image034.png" /&gt;&lt;/P&gt;&lt;P&gt;Everything went fine with the requests RHDK852851 and RHDK952753, but I got error 16 in the requests RHDK952853 and RHDK852849, in which cases the files size increased the most, and that's very odd. Those requests are just for test, so they are empty.&lt;/P&gt;&lt;P&gt;Do you think the error as anything to do with this?&lt;/P&gt;&lt;P&gt;If not, what can be happening?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andre Luz&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 09:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414320#M11099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-31T09:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error 16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414321#M11100</link>
      <description>&lt;P&gt;Why not use SAP standard STMS ?&lt;/P&gt;&lt;P&gt;Select 'Extras-&amp;gt;Other requests-&amp;gt;Add'&lt;/P&gt;&lt;P&gt;Place your cofiles in the relevant directory and then just run STMS ......&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 09:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414321#M11100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-31T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error 16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414322#M11101</link>
      <description>&lt;P&gt;Because the goal of the tool I'm developing it's exactly to avoid that. There's always a big amount of requests to import from a system to another one in a completely different landscape, and it's very annoying to copy the files and do the import manually, one-by-one, and that's exactly why I have been asked to develop this tool&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 09:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414322#M11101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-31T09:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error 16</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414323#M11102</link>
      <description>&lt;P&gt;Did you insure that TRANS "K*" files are copied in text mode and DATA "R*" files are copied in binary mode (actualy just some &lt;A href="http://help-legacy.sap.com/abapdocu_751/en/abenfile_interface_statements.htm"&gt;DATASET statements&lt;/A&gt; are required) You could also call  a FM like TMS_MGR_GREP_TRANSPORT_QUEUE to check the request is not already there.&lt;/P&gt;&lt;P&gt;Once files correctly copied, did you use a FM like TMS_MGR_FORWARD_TR_REQUEST to add the request to import queue, then a FM like TMS_MGR_IMPORT_TR_REQUEST to execute import?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 11:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-error-16/m-p/414323#M11102</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-06-01T11:40:01Z</dc:date>
    </item>
  </channel>
</rss>

