<?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 Tcode creation for Ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-creation-for-ztable/m-p/2826067#M661230</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;I got a requirement that to create a transaction ZAM0007_D for table zam007&lt;/P&gt;&lt;P&gt;a.Authorization object:  S_TCODE with transaction ZAM0007_D&lt;/P&gt;&lt;P&gt;b.Use Query generated as program name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i add these requirements to the ztable .Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 13:35:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T13:35:01Z</dc:date>
    <item>
      <title>Tcode creation for Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-creation-for-ztable/m-p/2826067#M661230</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;I got a requirement that to create a transaction ZAM0007_D for table zam007&lt;/P&gt;&lt;P&gt;a.Authorization object:  S_TCODE with transaction ZAM0007_D&lt;/P&gt;&lt;P&gt;b.Use Query generated as program name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i add these requirements to the ztable .Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 13:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-creation-for-ztable/m-p/2826067#M661230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T13:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode creation for Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-creation-for-ztable/m-p/2826068#M661231</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;I think your requirement is to populate the Ztables. If yes then Tcodes will not be created you need to create Table Maintenance generator (Tcode - SE54).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 13:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-creation-for-ztable/m-p/2826068#M661231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode creation for Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-creation-for-ztable/m-p/2826069#M661232</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 below steps.&lt;/P&gt;&lt;P&gt;1. Create the table maintanance generator for your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You need to create a "Parameter Transaction".&lt;/P&gt;&lt;P&gt;What this means is that you will have a transaction (let's call it "ZMAINT") which calls "SM30" and passes in your table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE93 and enter your new transaction code. Enter in the Tcode description and choose "Transaction with Parameters" (it shouldbe the last radio button).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter in the default transaction "SM30" and tick the "Skip Initial Screen" check box. Hit Enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now scroll to the bottom of the screen and you will see a Table Control where you will need to enter in the values to the SM30 selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you hit ENTER, the program will have loaded in the Selection Screen parameters into it's memory. Hit the drop down for "Name of Screen Field" and select "VIEWNAME" and then enter in your Z Table in the "Value" column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to the next line and hit the drop down and select "UPDATE" in the "Name of Screen Field". Enter in a "X" in the value column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 16:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-creation-for-ztable/m-p/2826069#M661232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T16:43:28Z</dc:date>
    </item>
  </channel>
</rss>

