<?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: Transporting Table entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468386#M1930303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll find that "business requirement" beats "security reasons" every time. Especially when those security reasons are a bit... dare I say, silly? I'm amazed they let people type things into transactions. What if they manipulate that data? &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jan 2016 08:07:24 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2016-01-16T08:07:24Z</dc:date>
    <item>
      <title>Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468377#M1930294</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;I have a table which has three key fields of which one of the key field is a GUID field of data type CHAR 255.I have 500 records in this table. I need to transport the table contents to the next system (TST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the below documentation, its not possible to transport the table contents as the length of the key fields is very large. I do not want to try transporting the contents generically as stated in the below document since one of the key field is a GUID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_nw73/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm" title="https://help.sap.com/saphelp_nw73/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm"&gt; Creating Tables -&amp;nbsp; ABAP Dictionary - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea as to how I could keep the contents of this table same in both DEV and TST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 05:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468377#M1930294</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2016-01-15T05:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468378#M1930295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write a program that downloads the data and another one which uploads it. Download in dev. Upload in test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 07:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468378#M1930295</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-01-15T07:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468379#M1930296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matthew. I am aware of this option, but the only challenge I have with this customer is that they do not allow handling of files in PRD due to security reasons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 19:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468379#M1930296</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2016-01-15T19:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468380#M1930297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to move all the data in the table the generic transport should be just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to revisit the design decision to make the key that large though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 20:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468380#M1930297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-15T20:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468381#M1930298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gerrit. I dont think I can transport the table generically as one of the key fields is a GUID. Hence, I cannot use * as a character at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am dealing with a unique requirement where the Standard table has a large key length and I am trying to transport the table contents to avoid manually keying in the same contents in all the systems in the landscape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the standard table&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/868978" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the contents as shown below&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/868977" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 20:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468381#M1930298</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2016-01-15T20:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468382#M1930299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Murali Shanmugham wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks Matthew. I am aware of this option, but the only challenge I have with this customer is that they do not allow handling of files in PRD due to security reasons.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;No files at all in PRD? How do they get anything done? And what exactly is "security reason"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do they allow RFC, web services, remote database connection then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 20:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468382#M1930299</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-01-15T20:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468383#M1930300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Murali Shanmugham wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am trying to transport the table contents to avoid manually keying in the same contents in all the systems in the landscape.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Wait, what? You can just use SM30? You said the table had 500 entries. With a good size monitor you can copy-paste 20 entries at a time in SM30. Even if each screen takes you the whole minute you'd be done in 25 min.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 20:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468383#M1930300</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-01-15T20:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468384#M1930301</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;This customer always use transports as the only mechanism to push contents into PRD. I think it is the fear of the data being manipualted if it is stored in a file and used for upload in all the environments (however, this table doesnt have anything significantly important &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 21:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468384#M1930301</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2016-01-15T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468385#M1930302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the key fields was 255 characters.&amp;nbsp; ALV has a field limit of 128. So if he used SM30 to copy from one system to another, he would lose any of the characters in position 129-255 when he copied and pasted the rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 23:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468385#M1930302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-15T23:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468386#M1930303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll find that "business requirement" beats "security reasons" every time. Especially when those security reasons are a bit... dare I say, silly? I'm amazed they let people type things into transactions. What if they manipulate that data? &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2016 08:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468386#M1930303</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-01-16T08:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468387#M1930304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to move all the entries from Dev to other systems there is no need for a partial key in the transport. We have a table with the same problem and just move it with a transport, the only problem now is that we always have to move the complete table every time but it does work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2016 14:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468387#M1930304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-16T14:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468388#M1930305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your response.I think the only way I could proceed is to transport the complete table as a whole from DEV to TST always.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 00:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468388#M1930305</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2016-01-18T00:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468389#M1930306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 00:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-table-entries/m-p/11468389#M1930306</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2016-01-18T00:13:00Z</dc:date>
    </item>
  </channel>
</rss>

