<?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: Issue with Custom table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332071#M798475</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;In this case you need to create the entries in SM30(table maintainance generator). &lt;/P&gt;&lt;P&gt;Then create a transaction code for that table maintainance generator, and then transport the request which contains the new tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say, you table is ZTABLE, go to SM30 for ZTABLE and create entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to SE93 to create a tcode ZTCODE for SM30 for ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2008 06:45:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-29T06:45:04Z</dc:date>
    <item>
      <title>Issue with Custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332068#M798472</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;&lt;/P&gt;&lt;P&gt;I have created a Custom Table in Dev server and updated the table with few set of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if i transport this object to Quality/Prod server, the table gets tranported, but not the data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such case, how to update the data in subesquent servers?&lt;/P&gt;&lt;P&gt;For trial, i have updated the table manually in Quality.&lt;/P&gt;&lt;P&gt;But i can't do it in Production....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle and resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 05:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332068#M798472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T05:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332069#M798473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to create a transport request for the table entries and make sure the table structure request number goes first and then the table entries request number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 05:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332069#M798473</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-29T05:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332070#M798474</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;You can write the code to update the table, pass the file name and update the table with the file value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and transport the same to Prod also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 05:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332070#M798474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T05:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332071#M798475</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;In this case you need to create the entries in SM30(table maintainance generator). &lt;/P&gt;&lt;P&gt;Then create a transaction code for that table maintainance generator, and then transport the request which contains the new tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say, you table is ZTABLE, go to SM30 for ZTABLE and create entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to SE93 to create a tcode ZTCODE for SM30 for ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 06:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table/m-p/3332071#M798475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T06:45:04Z</dc:date>
    </item>
  </channel>
</rss>

