<?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 Can we create T-Code to a View? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530816#M1070848</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;Can we create a transaction code to a view?&lt;/P&gt;&lt;P&gt;If yes, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 10:44:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T10:44:47Z</dc:date>
    <item>
      <title>Can we create T-Code to a View?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530816#M1070848</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;Can we create a transaction code to a view?&lt;/P&gt;&lt;P&gt;If yes, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530816#M1070848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create T-Code to a View?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530817#M1070849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&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;Now save the transaction and there you have it.&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;Omkaram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530817#M1070849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create T-Code to a View?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530818#M1070850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the detailed explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got "The maintenace dialof is incomplete or undefined"--- I think still undefined?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How/What to do next?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 09:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530818#M1070850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T09:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create T-Code to a View?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530819#M1070851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create table maintaince for the table / View .&lt;/P&gt;&lt;P&gt; Goto SE11 =&amp;gt;edit View  = &amp;gt; Utilities =&amp;gt; Table Maintainence Generator   .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create table mainitanece  screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to use the parameter transaction .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 18:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-t-code-to-a-view/m-p/4530819#M1070851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T18:18:00Z</dc:date>
    </item>
  </channel>
</rss>

