<?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: Data Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171820#M754752</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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 05:56:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-07T05:56:39Z</dc:date>
    <item>
      <title>Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171817#M754749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u plz tell me how to create a T-Code for Z tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priya.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 03:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171817#M754749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T03:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171818#M754750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a TCODE for a custom table, follow the steps below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to transaction SE93 ,&lt;/P&gt;&lt;P&gt;2.Give the name of ur tcode say zxxxx, for maintaining your ztable. &lt;/P&gt;&lt;P&gt;3. Click on create button,now a page opens.&lt;/P&gt;&lt;P&gt;4. Choose the radio button Transaction with parameters (PARAMETER TRANSACTION) . &lt;/P&gt;&lt;P&gt;5. In the next screen enter transaction as : SM30 &lt;/P&gt;&lt;P&gt;7. Also check all the three check boxes for the GUI support.&lt;/P&gt;&lt;P&gt;8. Scroll down you will find a table control for default values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the screen field | value &lt;/P&gt;&lt;P&gt;___________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME | ztable name &lt;/P&gt;&lt;P&gt;UPDATE | X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your work. Thus ur Tcode is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="430254"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 03:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171818#M754750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T03:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171819#M754751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se55 Tcode..&lt;/P&gt;&lt;P&gt;give the name of the table..&lt;/P&gt;&lt;P&gt;in that give the authorization group &amp;amp;NC&amp;amp; ..&lt;/P&gt;&lt;P&gt;create a Z function Group ..&lt;/P&gt;&lt;P&gt;press on find screen numbers..&lt;/P&gt;&lt;P&gt;click on the pop-up 'Propose screen numbers'.&lt;/P&gt;&lt;P&gt;click on save..&lt;/P&gt;&lt;P&gt;this creates the maintenance screens in SM30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a PARAMETER TRANSACTION for the transaction for SM30 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow these steps : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the next screen enter default values: &lt;/P&gt;&lt;P&gt;transaction : SM30 &lt;/P&gt;&lt;P&gt;check the check box skip initial screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Scroll down you will find a table control for default values &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;P&gt;&lt;/P&gt;&lt;P&gt;Name of the screen field | value &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;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME | your ztable name &lt;/P&gt;&lt;P&gt;SHOW || X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 03:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171819#M754751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T03:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171820#M754752</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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171820#M754752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171821#M754753</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 TCODE for ZTABLE:&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&lt;DEL&gt;&amp;gt;Select Parameter transaction and give the short desc.&lt;/DEL&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Give the transaction as SM30(Skip the first screen-optional)&lt;DEL&gt;&amp;gt;Check all check boxes under GUI support&lt;/DEL&gt;&amp;gt;In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se93 --&amp;gt; then which radio button to be selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the parameter transaction as a radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the program nam e to be given &lt;/P&gt;&lt;P&gt;no need to give any program name. Instead you have to give the transaction code name as SM30.&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;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171821#M754753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171822#M754754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure to create a TCODE for ZTABLE:&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&lt;DEL&gt;&amp;gt;Select Parameter transaction and give the short desc.&lt;/DEL&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Give the transaction as SM30(Skip the first screen-optional)&lt;DEL&gt;&amp;gt;Check all check boxes under GUI support&lt;/DEL&gt;&amp;gt;In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se93 --&amp;gt; then which radio button to be selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the parameter transaction as a radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the program nam e to be given &lt;/P&gt;&lt;P&gt;no need to give any program name. Instead you have to give the transaction code name as SM30.&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 06:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171822#M754754</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-12-07T06:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171823#M754755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;do reward if useful.&lt;/P&gt;&lt;P&gt;As someone else already suggested, you can create a whole new role with access either to transaction SE16 only or with other transactions too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way, if you choose to create this new role, add SE16 in the menu and update authorization object S_TABU_DIS to include display access only to the specified authorization group (which you have created in SE54). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, if you choose to remove the maintain function from S_TABU_DIS from an existing role, it will only have impact on this role unless you remove this access from a template (which is used as a basis to create other roles). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I=B4d say that it would be best to create a whole new role to give this access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 06:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3171823#M754755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T06:25:04Z</dc:date>
    </item>
  </channel>
</rss>

