<?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: request imported with error abap query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613840#M1087102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 06:19:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-27T06:19:15Z</dc:date>
    <item>
      <title>request imported with error abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613835#M1087097</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;I have created query using sq01 ,02. I generated program from sq01. Then in se38 i copied this prg AQICJSM=========ZSMT_QUERY==== to zsmt_report.(note i have used Standard area i.e client specific)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i transported request from dev to test server. I got error&lt;/P&gt;&lt;P&gt;Program ZSMT_REPORT: Syntax error in line 000003&lt;/P&gt;&lt;P&gt;INCLUDE report '/1BCDWB/IQ000000000006DAT' not found.&lt;/P&gt;&lt;P&gt;Likewise there are other includes also.&lt;/P&gt;&lt;P&gt;How to solve this problem.Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 06:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613835#M1087097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: request imported with error abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613836#M1087098</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;while copying the program have you checked you have copied all the elements of the program including 'includes'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 06:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613836#M1087098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: request imported with error abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613837#M1087099</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;You have to include all the includes used in the program, in the transport requests.&lt;/P&gt;&lt;P&gt;Goto se80 enter the object name, the tree structure in the left hand side will give you all inlcudes used by that program.&lt;/P&gt;&lt;P&gt;Or copy all the includes to 'z' includes it will automatically ask for a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 06:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613837#M1087099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T06:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: request imported with error abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613838#M1087100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should i use    /1BCDWB/IQ000000000006DAT &lt;/P&gt;&lt;P&gt;            to    Z /1BCDWB/IQ000000000006DAT  for every includes.&lt;/P&gt;&lt;P&gt;secondly i have doubt in code,&lt;/P&gt;&lt;P&gt;data %dtab type standard table of /1BCDWB/IQ000000000006 with header line.&lt;/P&gt;&lt;P&gt;call function '/1BCDWB/IQ000000000006EXTR' etc are also used.so what to do with these ?&lt;/P&gt;&lt;P&gt;Because while transporting it may give error again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 06:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613838#M1087100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T06:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: request imported with error abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613839#M1087101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no other option, rather than checking every object say includes or function modules or tables. Either you have to transport the program which was generated during query, rather than copying it into 'z' program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 06:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613839#M1087101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: request imported with error abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613840#M1087102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 06:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-imported-with-error-abap-query/m-p/4613840#M1087102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T06:19:15Z</dc:date>
    </item>
  </channel>
</rss>

