<?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: SAP Mail Shortcut link with executable command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407418#M1241829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi João,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you can develop a transaction to submit and skip first screen, instead of calling SM37 directly. Or a batch input to process initial screen only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2009 14:13:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-07T14:13:53Z</dc:date>
    <item>
      <title>SAP Mail Shortcut link with executable command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407417#M1241828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im doing a program that send a mail with a SAP shortcut to the user mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far so good, and it's sending the mail with the attachment, but one of the requesites was that the link, after the user execute it, went directly to the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Command option i'm sending the parameters values but teh shortcut stops at the first screen of the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to make the command option executable ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sending the link to transaction SM37, with tha jobname, user and the date parameters filled, but what i want it's with those values the user dont need to click F8 (Execute) to see the job log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone has any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Best Regards, &lt;/P&gt;&lt;P&gt;João Martins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407417#M1241828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T13:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Mail Shortcut link with executable command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407418#M1241829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi João,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you can develop a transaction to submit and skip first screen, instead of calling SM37 directly. Or a batch input to process initial screen only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 14:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407418#M1241829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T14:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Mail Shortcut link with executable command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407419#M1241830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi take this :&lt;/P&gt;&lt;P&gt;Important is the * infront of the transactioncode..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;replace +++++++++ by your system name and your login name&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;
[System]
Name=+++++++
Description=
Client=050
[User]
Name=++++++++
Language=DE
[Function]
Title=
Command=*SM37 =;=;
Type=Transaction
[Configuration]
GuiSize=Normal window
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;bestreg Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Robert Altenstraßer on Apr 7, 2009 4:32 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Robert Altenstraßer on Apr 7, 2009 4:33 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 14:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407419#M1241830</guid>
      <dc:creator>robert_altenstraer</dc:creator>
      <dc:date>2009-04-07T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Mail Shortcut link with executable command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407420#M1241831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to give your command line this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Command=*MM03 RMMG1-MATNR = 00000000000000012;  DYNP_OKCODE=ONLI
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 14:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-mail-shortcut-link-with-executable-command/m-p/5407420#M1241831</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-07T14:55:09Z</dc:date>
    </item>
  </channel>
</rss>

