<?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: radiobutton with tcode sm30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166315#M1978559</link>
    <description>&lt;P&gt;I don't have to create a transaction, when a radiobutton is pressed the transaction sm30 must be called (somehow passing the table to be used)&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2020 14:09:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-02-18T14:09:46Z</dc:date>
    <item>
      <title>radiobutton with tcode sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166313#M1978557</link>
      <description>&lt;P&gt;how to connect a radiobutton to the sm30 tcode by skipping the first page, or by going directly into the table in which to insert the data?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 13:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166313#M1978557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-18T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton with tcode sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166314#M1978558</link>
      <description>&lt;P&gt;The question is not very clear. &lt;/P&gt;&lt;P&gt;You could by pass the selection screen by creating a transaction code &amp;amp; passing value &lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Create+Transaction+Code+for+a+View"&gt;https://wiki.scn.sap.com/wiki/display/Snippets/Create+Transaction+Code+for+a+View&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 14:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166314#M1978558</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-02-18T14:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton with tcode sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166315#M1978559</link>
      <description>&lt;P&gt;I don't have to create a transaction, when a radiobutton is pressed the transaction sm30 must be called (somehow passing the table to be used)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 14:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166315#M1978559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-18T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton with tcode sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166316#M1978560</link>
      <description>&lt;P&gt;Radiobutton is a choice between several possibility. What are the other possibilities ?&lt;/P&gt;&lt;P&gt;If you need to manage an action, you have to create a program that will call the SM30 transaction. You could use the statement CALL TRANSACTION ... USING BDCDATA_TAB ....   (you will find a lot of example in the net)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 14:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166316#M1978560</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-02-18T14:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton with tcode sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166317#M1978561</link>
      <description>&lt;P&gt;I have seen the "call transaction sm30 and skip the first screen 'mode but how do I pass the DB to use so that it automatically puts the name of the table and skips the first screen of the sm30 transaction&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 14:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166317#M1978561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-18T14:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton with tcode sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166318#M1978562</link>
      <description>&lt;P&gt;You create a transaction with parameters and provide Transaction = SM30.&lt;/P&gt;&lt;P&gt;Check the 'Skip initial screen' option&lt;/P&gt;&lt;P&gt;In the default values table at the bottom provide the table name and the enable update as below&lt;/P&gt;&lt;P&gt;VIEWNAME        &amp;lt;your table name&amp;gt;&lt;/P&gt;&lt;P&gt;UPDATE             X&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 14:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166318#M1978562</guid>
      <dc:creator>Sathya_Gunasekaran</dc:creator>
      <dc:date>2020-02-18T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton with tcode sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166319#M1978563</link>
      <description>&lt;P&gt;... USING ... &lt;/P&gt;&lt;P&gt;It is exactly like a batch input&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapcall_transaction.htm"&gt;https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapcall_transaction.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 15:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-with-tcode-sm30/m-p/12166319#M1978563</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-02-18T15:08:59Z</dc:date>
    </item>
  </channel>
</rss>

