<?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: transaction code for view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568782#M256787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please tell me the process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2006 12:43:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-04T12:43:28Z</dc:date>
    <item>
      <title>transaction code for view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568780#M256785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts&lt;/P&gt;&lt;P&gt;              please tellmehow tocreate the transaction code for the view and to skipthe first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 12:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568780#M256785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code for view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568781#M256786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can create Transaction codes in se93 transaction.&lt;/P&gt;&lt;P&gt;If you are referring to table maintenance generator, YOu have to chose the option &amp;lt;b&amp;gt;Single screen&amp;lt;/b&amp;gt; while generating the table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 12:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568781#M256786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code for view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568782#M256787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please tell me the process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 12:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568782#M256787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T12:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code for view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568783#M256788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) 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;&lt;/P&gt;&lt;P&gt;2)The SAP naming convention reserves underlining in the second or third position for special objects. The object which you are processing does not belong to these special objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark the all helpful answers.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 12:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568783#M256788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T12:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code for view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568784#M256789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While creating the T.code through se93, select the parameter transaction Radiobutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can give the required input and &lt;/P&gt;&lt;P&gt;like T.code as SM30, and skip first screen (if its a maintanance dialog) &lt;/P&gt;&lt;P&gt;at the bottom, give update as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 12:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568784#M256789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code for view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568785#M256790</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; SE93 -&amp;gt; type tcode required -&amp;gt; Create -&amp;gt; select parameter transaction -&amp;gt; Give transaction SM30 -&amp;gt;Check skip initial screen -&amp;gt; in the bottom table control give like this eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME	YYYYYYYY&lt;/P&gt;&lt;P&gt;UPDATE	        X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 12:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-view/m-p/1568785#M256790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T12:47:02Z</dc:date>
    </item>
  </channel>
</rss>

