<?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: TABLE TRANSPORT PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-transport-problem/m-p/7082306#M1506164</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;both procedures have the same result but unfortunately both have the same restrictions and lead to the same errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables which need transportation should always be defined and maintained in a way that the transport integration is ensured. This includes the correct table type (e.g. C table for customizing), maintenance only via maintenance view (generated or own defined) and transport integration activated (TCode SCC4). This is the only way the consistency between the systems is ensured. If you only put the table entries into a transport from time to time you only send the current table lines but deletion of lines won't be transported so you will end with more / outdated lines in qa and prod system. So if your z table contains customizing information you should define it as table type C, generate a maintenance view and maintain it e.g. via T-Code SM30. So every time someone changes the entries a transport request pops up automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While this all does not seem to difficult to handle for small developments, propper transport integration and table definition is important if you head into greater projects perhaps with delivery to multiple customers. In such scenarios it is very important for the software logistic guys that the developers keep the basic rules for table definition as no S type table w/ client field, never put an integer type field into table key, never put asterisks in customizing transport (except langu field), never use the wrong transport type by manually adding table entries in workbench transports which belong in customizing ones and so on. It's really no fun if one year of development w/ some thousand man days of work can't be delivered because one of 2k tables was not defined properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 18:07:18 GMT</pubDate>
    <dc:creator>romanweise</dc:creator>
    <dc:date>2010-07-14T18:07:18Z</dc:date>
    <item>
      <title>TABLE TRANSPORT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-transport-problem/m-p/7082304#M1506162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am in a real fix, i want to know the proper way of transpoprting table entries from dev server to q/a, prod&lt;/P&gt;&lt;P&gt;i came across 2 ways &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;first way&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se11 =&amp;gt; ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;menu =&amp;gt; transport entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign it to a req no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in se09 /10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(i am giving the link)&lt;/P&gt;&lt;P&gt;Link:[http://sample-code-abap.blogspot.com/2008/06/transporting-table-entry.html]&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;second way&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; table: ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se10 =. display =&amp;gt; workbench request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dbl clk the req number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in change mode  in 'objects' tab =&amp;gt; object name = ztable.  clk on 'functions' key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a new screen appears =&amp;gt; dbl clk on the first empty line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provide the table entries to be transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the radiobutton 'entire table / table contents as per req /  table contents by current key '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;**----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;which of the above is correct and wats the diff ?  pls suggest. which one shud i  follow?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 00:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-transport-problem/m-p/7082304#M1506162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-13T00:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE TRANSPORT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-transport-problem/m-p/7082305#M1506163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both ways produce the same results, but it is easier to do it the first way.  You can simply select the records, and choose from the menu, and the entries will be added to the request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 02:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-transport-problem/m-p/7082305#M1506163</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2010-07-13T02:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE TRANSPORT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-transport-problem/m-p/7082306#M1506164</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;both procedures have the same result but unfortunately both have the same restrictions and lead to the same errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables which need transportation should always be defined and maintained in a way that the transport integration is ensured. This includes the correct table type (e.g. C table for customizing), maintenance only via maintenance view (generated or own defined) and transport integration activated (TCode SCC4). This is the only way the consistency between the systems is ensured. If you only put the table entries into a transport from time to time you only send the current table lines but deletion of lines won't be transported so you will end with more / outdated lines in qa and prod system. So if your z table contains customizing information you should define it as table type C, generate a maintenance view and maintain it e.g. via T-Code SM30. So every time someone changes the entries a transport request pops up automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While this all does not seem to difficult to handle for small developments, propper transport integration and table definition is important if you head into greater projects perhaps with delivery to multiple customers. In such scenarios it is very important for the software logistic guys that the developers keep the basic rules for table definition as no S type table w/ client field, never put an integer type field into table key, never put asterisks in customizing transport (except langu field), never use the wrong transport type by manually adding table entries in workbench transports which belong in customizing ones and so on. It's really no fun if one year of development w/ some thousand man days of work can't be delivered because one of 2k tables was not defined properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 18:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-transport-problem/m-p/7082306#M1506164</guid>
      <dc:creator>romanweise</dc:creator>
      <dc:date>2010-07-14T18:07:18Z</dc:date>
    </item>
  </channel>
</rss>

