<?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 Adding Modifications to Transport Request Using ABAP Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411764#M1843566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add some messages to a Message Class by uploading a file(containing the messages).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to provide an option,&lt;/P&gt;&lt;P&gt;whether or not to add these changes to Transport Request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2014 11:12:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-03T11:12:48Z</dc:date>
    <item>
      <title>Adding Modifications to Transport Request Using ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411764#M1843566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add some messages to a Message Class by uploading a file(containing the messages).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to provide an option,&lt;/P&gt;&lt;P&gt;whether or not to add these changes to Transport Request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 11:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411764#M1843566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-03T11:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Modifications to Transport Request Using ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411765#M1843567</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;for creation of a new transport request by ABAP report I have used the following function modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TR_GET_TRANSPORT_TARGET&lt;/LI&gt;&lt;LI&gt;TR_INSERT_NEW_COMM&lt;/LI&gt;&lt;LI&gt;TR_OBJECTS_CHECK&lt;/LI&gt;&lt;LI&gt;TR_OBJECTS_INSERT&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 12:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411765#M1843567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-03T12:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Modifications to Transport Request Using ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411766#M1843568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I got some idea from these FMs.&lt;BR /&gt;Can you tell me in which order I should use them and what each function module does?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll be really grateful.&lt;BR /&gt;I'm stuck on this part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 06:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411766#M1843568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-04T06:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Modifications to Transport Request Using ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411767#M1843569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st call fm &lt;EM&gt;TR_GET_TRANSPORT_TARGET&lt;/EM&gt; to get the default target system. Then create a new request with &lt;EM&gt;TR_INSERT_NEW_COMM&lt;/EM&gt; and if needed a new task with &lt;EM&gt;TR_INSERT_NEW_COMM&lt;/EM&gt;. Depending on the request type you may need a tak or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to fill the tables WT_KO200 and WT_E071K with your objects and abject keys to be transported. To check the correctness use fm &lt;EM&gt;TR_OBJECTS_CHECK&lt;/EM&gt;, to add the correct entries use fm &lt;EM&gt;TR_OBJECTS_INSERT&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There should be documentation for each fm in your system, also some samples using the where-used-list.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 04:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411767#M1843569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-07T04:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Modifications to Transport Request Using ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411768#M1843570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus, &lt;BR /&gt;Thank you for the guidance.&lt;BR /&gt;How can I decide when to put Request Type as 'K' and when not?&lt;/P&gt;&lt;P&gt;With request type as 'K', it is creating a new request on each execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do this in the following way-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request Type should be 'K' for a particular user when he is executing the program for the 1st time.&lt;/P&gt;&lt;P&gt;Later on, all the modifications should be stored in the same TR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when a new user executes the same program, then the Request Type should be 'K'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411768#M1843570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-09T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Modifications to Transport Request Using ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411769#M1843571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that I've got your question now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I've thought you want to update a message class from an uploadad file and wnat to create a transport request for it. Therfore you need a workbench transport request type 'K' once per report run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you're telling that you want to use the same transport request for further report runs of the same user. But what to do, if another user runs this program. &lt;/P&gt;&lt;P&gt;I would recommend to create a transport request for each report run. But if you don't want that, you have to look for a fm which gives you the information about the open transport request from last run for this user. Also possible might be to get those informations directly from DDIC tables (for example E070 and E071). I don't know a fm, but E070 with field selection on trfunction, trstatus, as4user, strkorr and as4text has all informartions you need for that, if you fill as4text with a retrievable value.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 04:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411769#M1843571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T04:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Modifications to Transport Request Using ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411770#M1843572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey.&lt;BR /&gt;I just realized this when I executed my report 8-9 times, that for me it should do all this in a single request. Apologies for not discussing this earlier.&lt;/P&gt;&lt;P&gt;I'll go through these FMs and tables and if I'll have any doubts, I'll get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;BR /&gt;Prabhat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 05:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-modifications-to-transport-request-using-abap-report/m-p/10411770#M1843572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T05:49:44Z</dc:date>
    </item>
  </channel>
</rss>

