<?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/2025261#M415056</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;Enter tcode&lt;/P&gt;&lt;P&gt;Click create&lt;/P&gt;&lt;P&gt;Enter description&lt;/P&gt;&lt;P&gt;select radiobutton for transaction with parameters&lt;/P&gt;&lt;P&gt;Next screen, enter SM30&lt;/P&gt;&lt;P&gt;check the check box for "skip first screen"&lt;/P&gt;&lt;P&gt;In the table contol at the bottom enter the parameters.&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, 07 Mar 2007 17:56:40 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-03-07T17:56:40Z</dc:date>
    <item>
      <title>Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025260#M415055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , while we create any kind of user table in abap data dictionary, using the table maintenance generator we can create a provision of inserting more than one row at a time into the database table. How can i create a transaction code for that particular action on a database table. Such that when i enter my tcode i should be having my multiple enteries screeen to input data into a database table.&lt;/P&gt;&lt;P&gt;thanxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 17:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025260#M415055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T17:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025261#M415056</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;Enter tcode&lt;/P&gt;&lt;P&gt;Click create&lt;/P&gt;&lt;P&gt;Enter description&lt;/P&gt;&lt;P&gt;select radiobutton for transaction with parameters&lt;/P&gt;&lt;P&gt;Next screen, enter SM30&lt;/P&gt;&lt;P&gt;check the check box for "skip first screen"&lt;/P&gt;&lt;P&gt;In the table contol at the bottom enter the parameters.&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, 07 Mar 2007 17:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025261#M415056</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-07T17:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025262#M415057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you are in "table maintenance generator" screen in SE11 for the table, you can use the path Environment -&amp;gt; Transaction code to set a trxn code for table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use single overview screen if you want to show the table contents in one step. Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 17:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025262#M415057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T17:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025263#M415058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a program and call this FM &amp;lt;b&amp;gt;VIEW_MAINTENANCE_CALL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set the parameters as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTION = 'U'&lt;/P&gt;&lt;P&gt;VIEW_NAME = &amp;lt;table-name&amp;gt;&lt;/P&gt;&lt;P&gt;CHECK_DDIC_MAINFLAG = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then assign the TCODE to this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Utsah Garg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 07:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025263#M415058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T07:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025264#M415059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;    Go to transaction se16n. There you can create multiple entries or edit multiple entries at a time. If it is not in the edit mode enter &amp;amp; edit and press enter.&lt;/P&gt;&lt;P&gt;    Hope this will meet ur requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 09:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025264#M415059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T09:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025265#M415060</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 also use SHD0 transaction, to create transaction for table maintenence.However creating a transaction variant from SE93 is easier and more straight forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sap fan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 09:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/2025265#M415060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T09:19:32Z</dc:date>
    </item>
  </channel>
</rss>

