<?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: Transport query not work-load program not found in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514728#M2004301</link>
    <description>&lt;P&gt;You have to save the query in the global area - see &lt;A href="https://dokumen.tips/documents/sap-abap-query-creation-tutorial.html" target="test_blank"&gt;https://dokumen.tips/documents/sap-abap-query-creation-tutorial.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jan 2022 11:03:34 GMT</pubDate>
    <dc:creator>TammyPowlas</dc:creator>
    <dc:date>2022-01-11T11:03:34Z</dc:date>
    <item>
      <title>Transport query not work-load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514725#M2004298</link>
      <description>&lt;P&gt;Hi Expert team;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;We have transport query by export as have new transport request number . Then we import to another client.&lt;/P&gt;
  &lt;P&gt;We also regenerated infoset and query too.&lt;/P&gt;
  &lt;P&gt;We can run query from SQ01 but we cannot run from new t.code which we set up in SE93 and link to query program name.&lt;/P&gt;
  &lt;P&gt;Error load program not found.&lt;/P&gt;
  &lt;P&gt;Any hint will be very helpful.&lt;/P&gt;
  &lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 10:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514725#M2004298</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2022-01-11T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transport query not work-load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514726#M2004299</link>
      <description>&lt;P&gt;On the surface, it sounds like you need to transport the query to another client, and not by importing.  Importing is client dependent, transports are client independent and if you want to run it by transaction code, the query has to be client independent&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 10:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514726#M2004299</guid>
      <dc:creator>TammyPowlas</dc:creator>
      <dc:date>2022-01-11T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transport query not work-load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514727#M2004300</link>
      <description>&lt;P&gt;hi Tammy&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;how to make query -client independent pls.&lt;/P&gt;&lt;P&gt;What is the steps to transport query pls.&lt;/P&gt;&lt;P&gt;What we have done is:&lt;/P&gt;&lt;P&gt;SQ02 export -we got the TR&lt;/P&gt;&lt;P&gt;We do SQ02 import TR again.&lt;/P&gt;&lt;P&gt;But when we link program name to t.code we cannot run query from new t.code.&lt;/P&gt;&lt;P&gt;Error:Load program not found.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 10:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514727#M2004300</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2022-01-11T10:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Transport query not work-load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514728#M2004301</link>
      <description>&lt;P&gt;You have to save the query in the global area - see &lt;A href="https://dokumen.tips/documents/sap-abap-query-creation-tutorial.html" target="test_blank"&gt;https://dokumen.tips/documents/sap-abap-query-creation-tutorial.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 11:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514728#M2004301</guid>
      <dc:creator>TammyPowlas</dc:creator>
      <dc:date>2022-01-11T11:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Transport query not work-load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514729#M2004302</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;the names of the generated ABAP programs for queries are not permanently valid - a regeneration could create ABAP programs with another name than before (and a regeneration could also be done implicitely at importing support packages, upgrades etc). &lt;/P&gt;&lt;P&gt;Therefore, don't use the names of the generated programs of queries. You can use the query in a transaction following this procedure (quite sure that somewhere there is an SAP note describing it). &lt;BR /&gt;Example: start a query 'USERS' in the user group 'BC'.&lt;/P&gt;&lt;P&gt;Create a transaction in SE80 ("Transaction with parameters (parameter transaction)")&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2006220-create-transaction-1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2006221-create-transaction-2.png" /&gt;&lt;/P&gt;&lt;P&gt;This will be valid even after re-generations of the InfoSets (done explicitely, or implicitely after implementing support packages, upgrades etc.).&lt;/P&gt;&lt;P&gt;By adding D_SREPOVARI-VARIANT also a variant name can be given, if needed.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 11:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514729#M2004302</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2022-01-11T11:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transport query not work-load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514730#M2004303</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;found an SAP note: &lt;A href="https://launchpad.support.sap.com/#/notes/393160/E" target="_blank"&gt;393160&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There is also another solution available via program SAP_QUERY_CALL. In that case you would create a "Report transaction" and use SAP_QUERY_CALL with a variant, which specifies the User group and the query (and a variant if needed).&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 11:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-query-not-work-load-program-not-found/m-p/12514730#M2004303</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2022-01-11T11:16:39Z</dc:date>
    </item>
  </channel>
</rss>

