<?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: Push button problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146432#M748017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you are entering the table name that you want on SM30 TRXN screen. Can you give us details about your design. It will help us in resolving your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 10:00:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T10:00:05Z</dc:date>
    <item>
      <title>Push button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146427#M748012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my report i have created a one PUSH button. when user clicks that puch button a SM30 transaction will call but with no table name. i have give table name also. &lt;/P&gt;&lt;P&gt;Means when user clicks on PUSH BUTTON a SM3o0 will call and table name should be displayed there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146427#M748012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Push button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146428#M748013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurodh,&lt;/P&gt;&lt;P&gt;  Try this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN pushbutton 2(10) text-001 user-command TRAN.&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;if sy-ucomm eq 'TRAN'.&lt;/P&gt;&lt;P&gt;    call transaction 'SM30'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Reward if helpful.&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Maheswari Chegu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146428#M748013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Push button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146429#M748014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think this code will help to show the push button on selection screen. But in my code push button is displaying. I want to just pass the table name through that push button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146429#M748014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Push button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146430#M748015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anurodh i tested that code it's working first try this ok!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Reward if help.&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Maheswari Chegu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146430#M748015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Push button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146431#M748016</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;&lt;/P&gt;&lt;P&gt;i think its not possible as u can do by assigning parameter id of that field but here in SM30, table/view not having parameter id....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146431#M748016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Push button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146432#M748017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you are entering the table name that you want on SM30 TRXN screen. Can you give us details about your design. It will help us in resolving your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem/m-p/3146432#M748017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T10:00:05Z</dc:date>
    </item>
  </channel>
</rss>

