Is it possible to trigger a transaction from an email sent to SAP mail box?

Hi All,
I have found a strange requirement where a transaction has to be triggered by double clicking on a line in the email sent to SAP Mail box...!!!
The requirement is, a batch input program has to be executed and an email with error details has to be sent to the address specified in the parameter of the selection screen. If user double clicks on the error details, transaction SM35 should be called to rerun the batch...
Hope I am clear.
Thanks in Advance,
Phani.

Hi Phani,
Not sure if this can be achieved using ABAP. But may be possible using workflow. Don't have much idea on workflow :(. Wait for others suggestion.
Regards,
Atish

Similar Messages

  • Possible to call a transaction from a planning book using a macro button?

    Hi All,
    Is it somehow possible to call a transaction using a macro button in the planning book? Also, the current selection should be passed as input parameters to the transaction.
    In my example, I am trying to run the transaction /SAPAPO/MC90 - Release to Supply Network Planning from the Demand Planning  Planning Book/Data View. This way if planners need to change forecasts mid month for specific selections, they can easily transfer to SNP without having to go out of interactive planning.
    Thank you,
    Maria

    Hello Maria,
              It's possible to call a transaction from a planning book using a macro button.
    What you can do is ..... Create a function module and inside it use the command "Call Transaction Tcode"  (ABAPer can do this) to call ur specific transaction. And this module can in turn be called from your macro. Please find the below link which explanis how to call a function module from a macro. Do let me know if you need more information on this.
    Calling a function module from APO Macro
    Regards,
    Siva.

  • Is i possible to trigger a workflow from the creation of an event in iCal

    Is i possible to trigger a workflow from the creation of an event in iCal
    Or is is possible to create a workflow to ad events to an iCal calendar which then triggers the workflow or is combined with the ad events workflow.
    Graeme

    Hmm, nope. Not that I'm aware of. Very few apps allow you to hook scripts directly to user activity. Finder* is a notable exception. iCal's "publish" feature has the ability to auto-update after user activity, but you'll either need dot mac accounts or your own webdav server to get that working.
    I'd re-consider the idea of triggering a periodic workflow with iCal. That way if the computer is shut down or asleep, iCal will wait to run the workflow at its next opportunity. You could hide the unsightly repeating events in a second calendar so they're out of the way.
    The next best thing is to write a faceless AppleScript application with a long-duration idle handler. The user would simply add it to their login items in System Preferences. This would also resume its cycle after sleep or shutdown.
    Yet another option is to write an AppleScript that can register itself in the crontab. This has the advantage of running at a predictable time. If you're careful, you can even set the script to wake up or power on the computer as necessary.
    * Folder action scripts can be triggered when files are created, moved, or deleted, but not when they're merely updated. This probably rules out much of iCal's activities in ~/library/application support/ical/.

  • To Call a transaction from message body of an e-mail sent from SAP

    I have requirement to call a transaction (say MM03) when I click on some text ( Like  Hyperlink ) in the message body of an email sent by SAP.
    Please let me know how it should be done.

    I dont know whether you can do hyperlink in the mail but i can think of following 2 options:
    1)  Use Workflow and send it to user and then attach transaction MM03 to that so that when user receives message, he/she can directly open MM03.
    2)  In report, you can have hyperlink.

  • Cleaning up mails from SAP Mail Box

    Hi,
         Can anyone give me the procedure to clean SAP Mail Box .

    Hi jyothi,
    go to transaction SBWP and from there delete the mails from ur SAP inbox.
    Incase u want to delete the  mails that were faulty and notreached to the recipients mailbox...u can delete them using the transaction code SOST.
    Hope it helps,
    Ajay

  • How do I copy multiple email addresses from one email sent TO me into a new message?

    How do I copy multiple email addresses from an email sent to me into a new message?

    Are they in the body of the mail?
    Hold your finger down in that mail until the little blue bubble pops up. One of the options should be to select all. Choose that and all will be hilighted. then a pop up comes up to copy, choose that, open your destination and hold your finger down to get the paste dialogue.

  • Can no longer open PDF files from my emails sent from other websites. Problem seems to correlate with automatic upgrade of free adobe software (from version 11 to Reader DC)?

    Can no longer open PDF files from my emails sent from other websites. Problem seems to correlate with automatic upgrade of free adobe software (from version 11 to Reader DC)?

    To configure the browser to use Acrobat or Adobe Reader to open PDF files:
    1. Quit Internet Explorer(any other browser)
    2. Start Acrobat or Adobe Reader.
    3. Choose Edit > Preferences.
    4. Select Internet in the list on the left.
    5. Deselect(Uncheck) Display PDF in Browser, and click OK.
    6. Restart Internet Explorer

  • Execute Business Transaction from xMII via XI to SAP R/3

    Hello everyone,
             I have a requirement to post the SAP R/3 transaction from xMII via XI. Does anyone one could give me the steps needs to follow to accomplish this.
    Thanks,
    Mahesh

    Mahesh,
    So as i understand your flow is xMII -> XI -> SAP ECC. So basically in this case u can setup XI to host a web service and xMII can call the web-service and post the data to XI. You will have to get the WSDL for the XI Web Service and then use it in the Web Service action block in xMII to consume. You will also need to setup the soap adapter in XI to receive the web service call from xMII. Once xMII calls the web service, XI can then update the data into SAP ECC either thru Idoc or RFC adapter.
    So once your trigger point in xMII is activated, it should call the BLS which in turn will call the XI Web Service and post the data to XI.
    In case the scenario is the other way round you can also host your BLS as a Web Service in xMII. XI can then call the web service and send the data to xMII. Alternatively you can also use the http post action block in xMII to do the same.
    Let me know if you need anymore info.
    Thanks,
    Kapil.

  • Mails from Oracle Forum is flooding my mail box

    Oracle Forum updation mails are flooding my mail box. kindly let me know how can I stop the mails from Oracle Forum from flooding my inbox.
    Regards

    Change your e-mail address. Like you I'm not interested in forum notifications via e-mail - I get a deluge of mails that are pretty meaningless.
    So I changed my notification to weekly (to decrease the number of SMTP bounces on the OTN side) and added "+-no-spam-thanks+" to my e-mail address supplied to OTN for notification.
    Works fine.. never had OTN complaining about it and have received private mails from OTN in the past (meaning that they did see and use this e-mail addy with suffix without problems).

  • Trigger a mail to sap mail box and external email id

    Hi
    In infotype 0019, we maintain probation details, i want to trigger a mail to sap mial box and external email id , one daye before the probation date mentioned in IT0019.
    Kindly let me know how to go.
    Regards
    Vish

    Hi,
    U have to take the help of your ABAPr he will write a program which will schedule every day in specific time that program will compare the expiry of probation date with system date and if it is one day less then mail will trigger.
    Regards,
    ARU

  • I am unable to delete emails from my orange account and my mail box is now full?

    Please help - I am unable to delete emails from my orange email account and as a result my mail box is full and I cannot receive any emails. Whether I try to delete a message either individually or the entire inbox it just says my inbox is full and I need to delete some messages!Thank youSara

    What domain is your email addy? Don't think there is much you can do about it. Seen others get in this bind with these small mailboxes. There might be a way round it depending on your domain.

  • Is it possible to trigger a popup from f:selectItem

    I have a use case, where I have a dropdown (selectOneChoice), which shows a list of existing oracle homes, and last label gives the user an option of 'create new location'.
    I tried something like below:
    <af:selectOneChoice id="ohSelector">
    <f:selectItems value="#{row.candidateHomes}"/>
    <f:selectItem id="selectNewHomeItem"
    itemLabel="#{patchAutoUiBundle.CLONE_CREATE_NEW_LOCATION}">
    <af:showPopupBehavior triggerType="click" popupId="::createNewOhPopup"/>
    </f:selectItem>
    </af:selectOneChoice>
    now I see an error shown in jdev, that af:showPopupBehavior is not expected here.
    Also I don't see separate event listener for a selectItem.
    Is it mendatory, that all selectItem should have same action listener

    Hi,
    Welcome to OTN.
    You can use af:inputComboboxListOfValues instead of af:selectOneChoice. In af:inputComboboxListOfValues, you add custom action (say create) and specify the popup for it.
    http://docs.oracle.com/cd/E17904_01/apirefs.1111/e12419/tagdoc/af_inputComboboxListOfValues.html
    -Arun

  • Sent items in mail box are sorted from sender name

    Hi friends, 
    I just purchased P780 two days back & trying to configure my corporate mails ( & also my Yahoo mails ) on it using Active Sync. Everything works fine apart from the fact that when I am going to the sent items, it is sorting all my mails by the sender name ( which is me ) & I am not able to find any configuration where I can change it to sort using receiver name.
    Please help me in sorting out this issue.
    Regards
    Rajesh

    I have the same problem on an A5500 8" tablet.
    Telling us it's a 'known issue' is not a useful response. Please provide a solution.
    LO

  • Send BCCs to self from iPhone to Sent folder in Mail

    On my iPhone, I've enabled the option to always BCC myself on outgoing messages, so that I can have a copy stored on my computer (when I open Mail to grab messages) for archive purposes.
    But it doesn't make much sense to have these messages from myself to myself showing up in my inbox. I want them to be in my Sent folder, which I can do manually via right-click > Move To... but I'd much rather this happen automatically.
    I tried setting up a rule for this but there's option to screen based on a BCC recipient.
    Any ideas?

    Check out this link - it's in the "More Like This" box to the right of your post:
    Rule for BCC
    I just tried
    {From} {Contains} emailaddress
    and it seems to work.

  • Prevent users from sending emails to wrong users

    Hi
    I was looking for a possible way of stopping users from sending emails to the wrong person.
    Wonder if this can be achived by group policy or creating rules and alert.
    What im actually looking for is when the user is about to send out the email they get a pop up message saying you about to send email to such person would you like to send now?
    hoping there is some sort of a solution for these problem :)
    cheers  

    Yes, some more details please.
    The closest thing I can think of is (in Exchange 2010 - no available in 2003 or 2007) is Mailtips:
    http://technet.microsoft.com/en-us/library/dd297974.aspx
    But I'm not sure that's quite what you're looking for.
    And how could any software know if the person is the right person?
    It would have to read the person's mind and realize they are about to make a mistake by sending the message to X instead of Y.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.
    Hi Le Pivert,
    I can understand your opinion an outlook will have to be that smart to realize that the email is about to be sent to a wrong person.
    What i was look for is something like a pop up notification when click on send it has a pop up message saying you are about to send this email click yes or no to cancel.
    Something like when receiving emails outlook sends the notification.
    I guess the above cant be achive through the outlook may have to be a third party software it there is any.
    Cheers
    KB
    I would look at these offerings if you are looking at Outlook Add-ins
    http://www.slipstick.com/addins/auto-process/special-function-automatic-message-processing-tools/
    If you thinking about server side solutions, Exchange has mailtips, hub transport rules, moderated groups etc... And of course 3rd party stuff is out there as well.

Maybe you are looking for

  • Is there a way to use Frame 8 keyboard shortcuts in 9?

    I understand that there is a new UI, but my coworker wants to remain on Frame 8 if he can't use the shortcuts he's been using for 15 years (muscle memory lasts a long time). Is there any way (a preference maybe) to use the F8 shortcuts? I saw a trick

  • QUESTION FOR QUIZ APPLICATION

    Hi friends, While, i was developing code for quizgo.php, as part of online quiz/test application, i am facing following problems along-with the checklist to be succeeded:- Objective: Show each question one-by-one from query results (first 30 recorded

  • How to Create Highlighted text through the API

    I am trying to create a script that goes through a document and cut/pastes specific elements to another document in FrameMaker 7.1. So far, I can open a document and if an element is already highlighted/selected, i can cut the whole element using F_A

  • Guest and E4200 - Mac Filtering

    I have an e4200 v1. I have figured out that if mac filtering is enabled, the guest feature will only work if the mac adapter of the guest client is added to the list of allowed mac filters. Doesnt adding a mac filter for guests defeat the whole purpo

  • Display drop down in the breadcrumbs region

    How can I display a drop down in the breadcrumbs region on opposite side of the breadcrumb entry? I have played with Displayed and element properties of the drop down but did not made any difference. The Drop down is displaying right below the breadc