<?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 Table entries with custom program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802636#M1467654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have no experience in programming transport system, I suppose, you shouldn't develop a custom program like you have described. How about creating a maintenance view and including table entries in a transport request in the standard way? Then you could release it and import everywhere you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Eugene.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 13:48:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-20T13:48:58Z</dc:date>
    <item>
      <title>Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802633#M1467651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to transport DD table entries using a custom program. I am using the function module TR_REQUEST_CHOICE,&lt;/P&gt;&lt;P&gt;I am using this for the first time. My question is how to transport the deleted rows in the table using this function module. A sample code will be very useful.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 13:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802633#M1467651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-19T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802634#M1467652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For sample code I suggest you check the where-used list of this function module.&lt;/P&gt;&lt;P&gt;Per my understanding, the deletion information is being transported via the primary key and the table data inside the transport request: if the key is there but no corresponding data, the entry will be deleted in the target system upon import.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 14:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802634#M1467652</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-04-19T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802635#M1467653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought the table could hold a row with all fields empty except the key fields ( even the key fields can be blank based on how the table is configured), so do you really think sending a blank line with the key fields filled will delete the entry and not overwrite it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802635#M1467653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T13:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802636#M1467654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have no experience in programming transport system, I suppose, you shouldn't develop a custom program like you have described. How about creating a maintenance view and including table entries in a transport request in the standard way? Then you could release it and import everywhere you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Eugene.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802636#M1467654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T13:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802637#M1467655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was my first idea, however we have a lot of other validations and logic built into the program, we are not allowed to modify the table maintenance generated by standard SAP, so the only option that I have left is to build the transport system from the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 14:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802637#M1467655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802638#M1467656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to transport the deleted entry using the function module. A an example code will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 17:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802638#M1467656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T17:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802639#M1467657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're repeating yourself. Actually you don't need to worry &lt;EM&gt;how&lt;/EM&gt; those entries are being transported and deleted in the target system, the transport system does it for you, you just need to fill the key values into your transport and make sure there is no table entry for that key.&lt;/P&gt;&lt;P&gt;Don't keep asking for sample code, research yourself in the SAP system, this function module is being used many times in standard code.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 19:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802639#M1467657</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-04-20T19:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802640#M1467658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, unfortunately I do not know as much about SAP as you do but thanks again for taking interest in my query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 20:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802640#M1467658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T20:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Table entries with custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802641#M1467659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will have to wait till it moves to quality system to be sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 20:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-table-entries-with-custom-program/m-p/6802641#M1467659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T20:08:57Z</dc:date>
    </item>
  </channel>
</rss>

