<?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: Query regarding Transporting Table entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262897#M1632297</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;If you give the user the possibility to transport one entry, I don't see other choice than implementing a "before export" and "after import" methods (SOBJ transaction, these are in fact function modules with a specific interface), so that to encode and transfer the entry to a table with a shorter key, transport this entry, then during the import decode it and transfer it to the right table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2011 18:02:49 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2011-10-18T18:02:49Z</dc:date>
    <item>
      <title>Query regarding Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262894#M1632294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm referring to a blog (http://wiki.sdn.sap.com/wiki/display/ABAP/Transporting&lt;EM&gt;Table&lt;/EM&gt;Entries&lt;EM&gt;in&lt;/EM&gt;ABAP+programmatically), and have written my program to add my table entries to a transport request. It's all working fine generally...&lt;/P&gt;&lt;P&gt;But I've some issues and queries, that I'm struggling with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; The field &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;lv_tabkey TYPE trobj_name&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; is of length 120 CHAR only. So I'm not able to add the keys of a table whose key fields incidentally span more than 120 CHAR total, when concatenated. So is there any other way such tables can be added to a transport request?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; Does anyone knows if there'd be any problems in customer production systems if entries of a table with &lt;EM&gt;Delivery Class&lt;/EM&gt; as &lt;STRONG&gt;W&lt;/STRONG&gt;, are added to a transport request this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 11:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262894#M1632294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-18T11:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262895#M1632295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP OSS note 38298 explains how to do it manually.&lt;/P&gt;&lt;P&gt;follow the instructions, use the debugger and see how SAP is managing it if you have keys that exceed the 120&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 16:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262895#M1632295</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-10-18T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262896#M1632296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jürgen. That note just explains everything that I already know myself. I'm in fact trying to develop a program which can be used by customers to automatically add their specific table entries to a transport request automatically, so that they can transport these entries to their other systems within landscape.&lt;/P&gt;&lt;P&gt;Moreover, I did check the manual entry part, and noticed that SAP does NOT really &lt;EM&gt;handle&lt;/EM&gt; this at all... Here's the error message I got: &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no. TK320&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For technical reasons, you cannot specify the table key of table XXXX in its full length. Instead you must specify it generically. There are two possible reasons for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Table keys with packed fields or fields of type I can only be specified up to the first of these key fields.&lt;/P&gt;&lt;P&gt;2. The key is longer than allowed by the Change and Transport System (120 characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure that you only specify the character fields before the first non-character key field. You must enter the key with a generic ending. Enter the generic symbol directly after the specified part of the key.&lt;/P&gt;&lt;P&gt;2. You must enter the generic symbol at the latest in the 120th character of the key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Oct 18, 2011 12:50 PM&lt;/P&gt;&lt;P&gt;(Removed code tags)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 16:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262896#M1632296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-18T16:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262897#M1632297</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;If you give the user the possibility to transport one entry, I don't see other choice than implementing a "before export" and "after import" methods (SOBJ transaction, these are in fact function modules with a specific interface), so that to encode and transfer the entry to a table with a shorter key, transport this entry, then during the import decode it and transfer it to the right table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 18:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262897#M1632297</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-10-18T18:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding Transporting Table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262898#M1632298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;    As i mentioned, I need to provide a program that can add multiple records (specified by user) automatically. In fact the user would only select a set of functional objects, and the program would find out all the related table entries and add them to a transport request. Most of the table keys are fine, except one table that has the key length more than 120 CHAR &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 00:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-transporting-table-entries/m-p/8262898#M1632298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T00:51:23Z</dc:date>
    </item>
  </channel>
</rss>

