<?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: Calling SM30 from a program (ALV) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907260#M1329156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the prompt &amp;amp; immediate replies..Actually Mr.Nagaraj, the thing is that I have already created a Z transaction for the SM30 stuff what you have told..Now values corresponding to the selected row should be displayed in the SM30 transaction..not all values..So pls..help me with that..&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, 24 Jul 2009 09:43:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-24T09:43:04Z</dc:date>
    <item>
      <title>Calling SM30 from a program (ALV)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907256#M1329152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done an Interactive ALV Report, which has to take me to a Z transaction which displays details about a Z table. Z transaction is created through SM30. Now for the first row of my basic list contains Employee Code &amp;amp; Date which should be taken from there and the values corresponding to these Employee code &amp;amp; Date the values should be displayed in the SM30 (Z transaction) Screen..How can I go with this?? Kindly help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ajai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 08:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907256#M1329152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T08:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SM30 from a program (ALV)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907257#M1329153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SET PARAMETER and set the values. (Important Note: Those two fields must associate with a Parameter ID ) then you can set them By Default. But you cannot skip this transaction selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907257#M1329153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T09:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SM30 from a program (ALV)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907258#M1329154</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 generate a miantaince view and then use belo given code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
  EXPORTING
    action                               = 'S'
*   CORR_NUMBER                          = '          '
*   GENERATE_MAINT_TOOL_IF_MISSING       = ' '
*   SHOW_SELECTION_POPUP                 = ' '
    view_name                            = view_name
*   NO_WARNING_FOR_CLIENTINDEP           = ' '
*   RFC_DESTINATION_FOR_UPGRADE          = ' '
*   CLIENT_FOR_UPGRADE                   = ' '
*   VARIANT_FOR_SELECTION                = ' '
*   COMPLEX_SELCONDS_USED                = ' '
*   CHECK_DDIC_MAINFLAG                  = ' '
*   SUPPRESS_WA_POPUP                    = ' '
* TABLES
*   DBA_SELLIST                          =
*   EXCL_CUA_FUNCT                       =
 EXCEPTIONS
   client_reference                     = 1
   foreign_lock                         = 2
   invalid_action                       = 3
   no_clientindependent_auth            = 4
   no_database_function                 = 5
   no_editor_function                   = 6
   no_show_auth                         = 7
   no_tvdir_entry                       = 8
   no_upd_auth                          = 9
   only_show_allowed                    = 10&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907258#M1329154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T09:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SM30 from a program (ALV)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907259#M1329155</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;Try with another option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a check box at each row and then check that check box and in the applocation tool bar specify a button named as &amp;lt;ur custom table&amp;gt;..When u click that call ur ztransaction for the table u will be taken directly to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure u create a transaction for ztable in SE93 and the radio btton u need to select is (Transaction with paramters(paramter transaction).....and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the DEFAULT values For -&amp;gt;give SM30 and cehck the check box Skip initial screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bottom Default values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;specify    name of the screen fiel d        Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              VIEWNAME                               &amp;lt;ur custom table name&amp;gt;&lt;/P&gt;&lt;P&gt;                UPDATE                                      'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save it... The ztransaction will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when u push on the screen , call ur ztransaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907259#M1329155</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-07-24T09:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SM30 from a program (ALV)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907260#M1329156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the prompt &amp;amp; immediate replies..Actually Mr.Nagaraj, the thing is that I have already created a Z transaction for the SM30 stuff what you have told..Now values corresponding to the selected row should be displayed in the SM30 transaction..not all values..So pls..help me with that..&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, 24 Jul 2009 09:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907260#M1329156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T09:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SM30 from a program (ALV)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907261#M1329157</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 just need to create a report which would do a BDC on transaction SM30 and also a filter on the data you want.&lt;/P&gt;&lt;P&gt;Then call this report using submit and return, when user clicks on your report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907261#M1329157</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-07-24T10:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SM30 from a program (ALV)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907262#M1329158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Dev Parbutteea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that was what I was looking for..You just gave it right on the point..You are a genius &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Thanks a lot..&lt;/P&gt;&lt;P&gt;Thanks to all others who honestly replied..It was of great help from you all.. Problem Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ajai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sm30-from-a-program-alv/m-p/5907262#M1329158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T10:23:17Z</dc:date>
    </item>
  </channel>
</rss>

