<?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: XPRA Program after Transport in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054391#M1900174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;I tried to link the 2 steps together - customizing settings and code generation.&lt;/P&gt;&lt;P&gt;But maybe there is no way. Everything that can happen happens. And if they transport it in the wrong order then...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other idea: Is there any chance to find out in the destination system when the last import of a R3TR/TABU/Tablename was done ?&lt;/P&gt;&lt;P&gt;Then i could write a Job which checks if generation is necessary.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 07:55:43 GMT</pubDate>
    <dc:creator>helmut_sieberer</dc:creator>
    <dc:date>2015-05-27T07:55:43Z</dc:date>
    <item>
      <title>XPRA Program after Transport</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054388#M1900171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;I have one question and i hope i can get some help here.&lt;/P&gt;&lt;P&gt;Can anyone tell me if and how it is possible to call a xpra program in a customizing Transport ?&lt;/P&gt;&lt;P&gt;In my case, if a user makes some customizing settings it is necessary to generate a subroutine pool.&lt;/P&gt;&lt;P&gt;So far no problem in the develop-system.&lt;/P&gt;&lt;P&gt;But now i need to transport it.&lt;/P&gt;&lt;P&gt;I can't transport the subroutine-pool because the user is no developer.&lt;/P&gt;&lt;P&gt;So i thought i transport the settings and put an xpra-programm in the transport that generates the code.&lt;/P&gt;&lt;P&gt;But transport-system says: xpra not allowed in customizing transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i do it, that after the transport of the customizing-settings the subroutine-pool is generated in the destination-system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helmut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 08:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054388#M1900171</guid>
      <dc:creator>helmut_sieberer</dc:creator>
      <dc:date>2015-05-26T08:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: XPRA Program after Transport</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054389#M1900172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helmut,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XPRA is to tell the transport system to execute a report at the end of the import phase that will generate specific objects.&lt;/P&gt;&lt;P&gt;For example run pgm RV80HGEN in sales.&lt;/P&gt;&lt;P&gt;Can't you run manually (or ask to run) whatever report you need in the destination system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054389#M1900172</guid>
      <dc:creator>Phillip_Morgan</dc:creator>
      <dc:date>2015-05-26T10:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: XPRA Program after Transport</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054390#M1900173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create an workbench request and add the XPRA with the required routine name to run. Transport the customizing TR first and than the Workbench TR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 13:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054390#M1900173</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2015-05-26T13:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: XPRA Program after Transport</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054391#M1900174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;I tried to link the 2 steps together - customizing settings and code generation.&lt;/P&gt;&lt;P&gt;But maybe there is no way. Everything that can happen happens. And if they transport it in the wrong order then...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other idea: Is there any chance to find out in the destination system when the last import of a R3TR/TABU/Tablename was done ?&lt;/P&gt;&lt;P&gt;Then i could write a Job which checks if generation is necessary.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 07:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xpra-program-after-transport/m-p/11054391#M1900174</guid>
      <dc:creator>helmut_sieberer</dc:creator>
      <dc:date>2015-05-27T07:55:43Z</dc:date>
    </item>
  </channel>
</rss>

