<?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: Tcode for any table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955683#M1336867</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;Follow the below steps:&lt;/P&gt;&lt;P&gt;Goto SE93&lt;/P&gt;&lt;P&gt;Create a new t-code &lt;/P&gt;&lt;P&gt;In the pop up select last radio button "Transaction with Paramenters(Parameter transction)"&lt;/P&gt;&lt;P&gt;In default values tab give Transaction   as  &lt;STRONG&gt;SM30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Select Skip first screen checkbox&lt;/P&gt;&lt;P&gt;at most bottom &lt;/P&gt;&lt;P&gt;at Default values give as &lt;/P&gt;&lt;P&gt;VIEWNAME	&amp;lt;YOUR TABLE NAME&amp;gt;&lt;/P&gt;&lt;P&gt;UPDATE	X&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2009 18:23:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-19T18:23:41Z</dc:date>
    <item>
      <title>Tcode for any table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955679#M1336863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a ztable and maintained table maintenance generator . On production server user want a Tcode for particular table that auto maticaly open the screen where data will be posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 08:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955679#M1336863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T08:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for any table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955680#M1336864</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;There is no tcode for any table.&lt;/P&gt;&lt;P&gt;Itu2019s only other way that u use tables in your transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 in the field for which u want the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will show some description... there clicks on technical settings button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in properties it will show some info including table name....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shamma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 08:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955680#M1336864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T08:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for any table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955681#M1336865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create a tcode in SE93 for your table maintainance. Go to SE93 and give name of your transaction. &lt;/P&gt;&lt;P&gt;Press create and choose Transaction with parameters option. Enter SM30 in transaction. Tick Skip initial screen checkbox and give following values in the Default values at last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE	X&lt;/P&gt;&lt;P&gt;VIEWNAME	'Your Table Name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 09:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955681#M1336865</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-08-19T09:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for any table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955682#M1336866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekar, as far as i know we can give the tcode while maintaining the table. I shall tell you the exact procedure after trying it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 11:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955682#M1336866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T11:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for any table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955683#M1336867</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;Follow the below steps:&lt;/P&gt;&lt;P&gt;Goto SE93&lt;/P&gt;&lt;P&gt;Create a new t-code &lt;/P&gt;&lt;P&gt;In the pop up select last radio button "Transaction with Paramenters(Parameter transction)"&lt;/P&gt;&lt;P&gt;In default values tab give Transaction   as  &lt;STRONG&gt;SM30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Select Skip first screen checkbox&lt;/P&gt;&lt;P&gt;at most bottom &lt;/P&gt;&lt;P&gt;at Default values give as &lt;/P&gt;&lt;P&gt;VIEWNAME	&amp;lt;YOUR TABLE NAME&amp;gt;&lt;/P&gt;&lt;P&gt;UPDATE	X&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 18:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-any-table/m-p/5955683#M1336867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T18:23:41Z</dc:date>
    </item>
  </channel>
</rss>

