<?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: T-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978028#M400471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am creating view in SM30 it is showing me as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The called function with the view/table ZFREEGOODS needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what to do..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 15:50:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T15:50:03Z</dc:date>
    <item>
      <title>T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978025#M400468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create t-code (SE93) for custom table ZXXXX and how to maintain through SM30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978025#M400468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T15:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978026#M400469</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;Procedure to create a transaction code for ZTABLE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table maintainance/view for the Z* Table.&lt;/P&gt;&lt;P&gt;Once you create the view goto SE93 --&amp;gt; Select Parameter transaction and give the short desc. --&amp;gt; Give the transaction as SM30 (Skip the first screen-optional) --&amp;gt; Check all check boxes under GUI support --&amp;gt; In the default values (grid) section first row give the VIEWNAME as you created initially and the second row UPDATE as X --&amp;gt; Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978026#M400469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T15:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978027#M400470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE93,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter Tcode&lt;/P&gt;&lt;P&gt;Click Create,&lt;/P&gt;&lt;P&gt;Enter description&lt;/P&gt;&lt;P&gt;Choose radiobutton for "Transaction with parameters"&lt;/P&gt;&lt;P&gt;On next screen enter SM30 into transaction field&lt;/P&gt;&lt;P&gt;Check "Skip next screen".&lt;/P&gt;&lt;P&gt;In the section at the botton enter some parameters in the "Default Values" section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;VIEWNAME             &amp;lt;your table name&amp;gt;
UPDATE                  X&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save.&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>Wed, 28 Feb 2007 15:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978027#M400470</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-28T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978028#M400471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am creating view in SM30 it is showing me as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The called function with the view/table ZFREEGOODS needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what to do..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978028#M400471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T15:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978029#M400472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created a table maintainance generator for the Ztable in SE11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978029#M400472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T15:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978030#M400473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You first need to create the table maintenance program via SE11.  Go to SE11, enter the name of the table, click change.  Click Utilities, Table Maintenance Generator,  enter &amp;amp;NC&amp;amp; ast the authorization group,  then enter a name of a function group where the code should be generated.  select "one step"  give the overview screen number as "1" ,  Click the create button.&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>Wed, 28 Feb 2007 15:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code/m-p/1978030#M400473</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-28T15:58:05Z</dc:date>
    </item>
  </channel>
</rss>

