Send mail to blackberry and run application of po approval

Hi Everyone,
I have a requirement where whenevr a PO is created I need to send a Mail to Blackberry users with attachment and when they hit on the attachment a web dynpro application shuld run which shows the workitems and when hits on approve or reject the backend fm should get reflected too..
Now that we have to create a application in webdynpro which shows the workitem and hit on workitem it should show two button approve reject ..
On hit on approve it should show the next approval list ... and hit on any name , the backend should again send a mail to respective users .
and process goes on ...
I have no idea how to go abt this and how can we access an webdynpro application in blackberry
also how to send mail to blackberry from back end..
Regards,
Raj

Hi KS,
very interesting thread.
I dont knw the proper solution, but take a look to this blog, may be of some use.
Sending SMS notification via business workflow
I shall also watch this thread for our Gurus to answer.
Aditya

Similar Messages

  • I am suddenly unable to open mail from the dock. dock shows mail is up and running, but stamp does not respond when clicked, and will not quit. help?

    I am suddenly unable to open mail from the dock. dock shows mail is up and running, but stamp icon does not respond when clicked, there is no mail window opened, and will not quit. when double clicked, get new mail is not an option and I get no response with other actions.
    I am retrieving mail on my phone with no problem. this just began happening, no updates or problems with anything else.
    help?

    command-option-esc keys and force quit Mail. Then relaunch.

  • Sending mail in cc and bcc without SO_NEW_DOCUMENT_ATT_SEND_API1

    HI friends ,
    What methods used to  sending mail in cc and bcc also without using function module   SO_NEW_DOCUMENT_ATT_SEND_API1.
    Regards,
    Anish
    Moderator Message: Check the class CL_BCS & the BCS* demo programs. Try to search before posting your question
    Edited by: Suhas Saha on Aug 25, 2011 10:00 AM

    Hi,
    sorry my support for
    SO_NEW_DOCUMENT_ATT_SEND_API1
    has ended after CL_BCS was introduced.
    Regards,
    Clemens

  • How to deploy and run application in user created OC4J instance

    Hello friends,
    I have created my own OC4J instance in Application Server Control.Now,how can I deploy and run application in this newly created OC4J instance.I need your help,it's
    urgent.
    Regards
    Prasenjit

    Hi Andreas,
    Thanx for your prompt reply.Yes,I had deployed the '.ear'in that.But I am not able to run the program in
    browser.Could you please elaborate more precisely.I wouuld be obliged.
    Regards
    Prasenjit

  • Send mail with attachment and more recipients

    Hi to all,
    I have this procedure :
    PROCEDURE SPEDISCI_MAIL
    Mittente IN VARCHAR2,
    Destinatario IN VARCHAR2,
    Oggetto IN VARCHAR2,
    Messaggio IN VARCHAR2
    IS
    mailhost VARCHAR2(40) := 'pippo.com';
    conn utl_smtp.connection;
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    mesg VARCHAR2( 1000 );
    local_mittente VARCHAR2(2000) := mittente;
    BEGIN
    conn := utl_smtp.open_connection (mailhost,25);
    mesg:='Date:'||TO_CHAR(SYSDATE,'dd mon yy hh24:mi:ss')||crlf||
    'From:<'||mittente||'>'||crlf||
    'Subject:'||Oggetto||crlf||
    'To:'||destinatario||crlf||''
    ||crlf||messaggio;
    utl_smtp.helo(conn, mailhost);
    utl_smtp.mail(conn,local_mittente);
    utl_smtp.rcpt(conn,destinatario);
    utl_smtp.data(conn, mesg);
    utl_smtp.quit(conn);
    END;
    Can I send mail with attachment and more recipients?
    Thank you
    Silvia

    Consider using UTL_MAIL package:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_mail.htm
    (Note: it's not installed and configured by default, but the scripts are supplied with the Oracle database, see documentation for instructions)

  • Sending mail to agent at run time determination

    hi all
    i have a problem sending mail to the person who has been identified on runtime basis.
    scenario is that i have created a custome rule to determine the person (partner function) on run time basis but problem is that i need to send only mail to that person not the object. as you may be aware we cant use rule in send mail step
    is there any way i can send mail only in this scenario
    help will definitely be appreciated
    regards
    ashish

    You need to store the agents that is getting retrieved from the rule in a Container element and use this isn the Expression of the send mail task.
    Use FM RH_GET_ACTORS to retrieve agent from Rule by using coding in method of respective BO.
    Thanks
    Arghadip

  • Can't send mail error 550 and 554--unrecognized user or relay denied

    I've done a clean install of server 10.4.11. When I try to send mail from my mobile me account tot he server I am getting one of two different errors: 550 unknown user, or 554 relay access denied. I'm dog tired after an all-nighter and not thinking clearly.
    Here is my postconf -n output:
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mydestination = $myhostname,localhost.$mydomain,localhost,mail.trinidadchroniclenews.com,trinid adchroniclenews.com
    mydomain = mail.trinidadchroniclenews.com
    mydomain_fallback = localhost
    myhostname = mail.trinidadchroniclenews.com
    mynetworks = 127.0.0.0/8
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = permitsaslauthenticated, permit_mynetworks, rejectrblclient sbl-xbl.spamhaus.org rejectrblclient list.dsbl.org rejectrblclient bl.spamcop.net permit
    smtpdpw_server_securityoptions = login
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_keyfile =
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    TIA
    Rob

    The MX record for trinidadchroniclenews.com points to mail.trinidadchroniclenews.com which.
    Telnetting to this host on port 25 I get:
    220 orionwebhost.com ESMTP Exim 4.62 Fri, 28 Aug 2009 09:03:54 -0700
    Since Mac OS X Server runs Postfix and not Exim, either your DNS records are wrong or your ISP is intercepting port 25.
    HTH,
    Alex

  • Cannot send mail thru Blackberry Pro Software

    Hi
    I have a BlackberryPro installation on n Exchange 2003 svr with a few Blackberry PDAs connecting thru it.  And one of the phones is a 8330 and I was able to get it to sync to the BB Pro svr, but if I attempt to send mail from the phone it fails immediately and just puts the message in teh sent Items folder on the phone.  It recvs new messages, but cannot send mail to anyone in my organization or outside it.  Can anyone give me an idea of where to look for logs or anything to see what I have setup wrong?
    thanks

    when you send it and ir fails, open the failed message and scroll UP, there should be an error
    also make sure the device has allt he appropriate service books for your BES server

  • Send mail with attachment from webdynpro application

    hi,
    From a webdynpro application, the user will upload any files through the File upload ui element.These uploaded files has to go as an attachment in the mail which is being send to a particular ID ,when the user clicks the submit button in the form.
    can you please give me the code regarding this and help me in sending mail with attachment from a webdynpro application.
    Thanks in advance,
    shami.

    Hai,
    Properties props = System.getProperties();
           props.put("mail.smtp.host", "xx.xx.x.xx");
           Session session = Session.getDefaultInstance(props, null);
           Message msg = new MimeMessage(session);
           msg.setFrom(new InternetAddress("[email protected]"));
           msg.setRecipients(Message.RecipientType.TO,
           InternetAddress.parse("[email protected]", false));
           msg.setSubject(subject);
           msg.setText(body);
           msg.setHeader("X-Mailer", " Email");
           msg.setSentDate(new Date());
           MimeBodyPart messageBodyPart = new MimeBodyPart();
           messageBodyPart.setText("Hai , This mail Generated By the  Program");
          Multipart multipart = new MimeMultipart();
           multipart.addBodyPart(messageBodyPart);
            messageBodyPart = new MimeBodyPart();
            DataSource source = new FileDataSource("C:\nag.xls");//Here you need to give the Path of uploaded File
            messageBodyPart.setDataHandler( new DataHandler(source));
            messageBodyPart.setFileName("nag.xls");
            multipart.addBodyPart(messageBodyPart);
            // Put parts in message
            msg.setContent(multipart);
           Transport.send(msg);
    Regards,
    Naga

  • Send mail from a weblogic web application

    Hello,
    I'd like to know what is the best way to send mails, possibly many mails, from a web application, using weblogic8.
    Actually I use :
          try {
            URL u = new URL("mailto: ...");
            URLConnection c = u.openConnection();
            c.setDoInput(false);
            c.setDoOutput(true);
            c.connect();
            PrintWriter out = new PrintWriter(new OutputStreamWriter(c.getOutputStream()));
            out.println("From: ...");
            out.println("To: ... ");
            out.println("...");
            out.close();
          catch (Exception ex)
             ex.printStackTrace();
          }But when I do load tests, many of the mails send are not delivered...
    Thanks a lot !
    And sorry for my poor english !

    The best way is to use a SMTP server and the JavaMail API...

  • Please help, unable to synchronize and run Applications NW2004s

    Hi All,
    I am newbie (no only for mobile, them for SAP)  i can't run any example! and i really need for your help:
    I have a Pentium IV +2GB RAM + Windows server 2003 + Oracle ( I them try to install the system in a Xeon but i have problems with the SDM password so i can't update the Java Components to  SP 10).
    <b>The Enviroment:</b>
    <b>Sever called erick:</b>
    1) First i install NW2004s  ABAP + JAVA + MI 7.0, SP 6 over Oracle 10.2
    2) After that i Update:
    Kernel to version 83
    SAINT, ABA, Basis to SP 10
    JSPM, NWCLIENT, NWLAP, NWADMIN, NWDRIVERS to SP 10 for MI 7.0
    3) After that, i used the MI template going to my server: http://erick:50100/nwa, login as J2EE_ADMIN, deploy & changes.... it appears to work... but when a login into the web system it says:
       System Landscape Directory is not accessible.
       Local System Only can be administrate. (maybe here is the key)
    <b>On the Client side:</b>
    Windows XP + NW developer Studio Version: 7.0.10 + MI Client (I extract this from the NWCLIENTNT10_0-20000910.SCA, SAP Mobile Infrastructure, Version MI 70 SP10 Pacht 0 )
    NW developer Studio is Configured in this form (Using Windows -> Preferences -> MI Development)
    MI Folder: C:\Archivos de programa\SAP Mobile Infrastructure (Archivos de Programas  (Spanish) = Program Files)
    Java SDK tools.jar file: C:/j2sdk1.4.2_08/lib/tools.jar, I can't change it.
    MI server name: localhost (I think this is Wrong, this have to be erick?, i will try with this)
    MI weapp TCP port: 4444
    Command line to launch browser: cmd /C    start iexplorer
    Awt runtime:
    MI Home Folder: C:\Archivos de programa\SAP Mobile Infrastructure (C) (I extract this from the NWCLIENTNT10_0-20000910.SCA too)
    MI Logon Information: eilarraza, this user was the one that i create to update the system in the server, it has: SAP_ALL, and SAP_NEW permissions.
    Password: The Master Password of the system.
    When a push the Test Setting button, it works!
    <b>MI Client Configuration:</b>
    USER: eilarraza
    Client: 000
    Languaje: EN
    Country: Venezuela
    Time Zone: ACT
    <b>Synchronization:</b>
    Protocol: http
    Host: erick
    Port: 50100
    System: ERI
    Proxy: NO, we used DHCP.
    <b>Problem:</b>
    I am Unable to synchronize with MI server.
    I import a .war file, i export It, but a i can't run It.
    Searching in the forum i arrive to a Excellent BLOG: http://jogel.sdn.googlepages.com/milad
    (Literally i read all the BLOG, is very good for the newbies, it is a excellent work)
    I Install the mobile application using a tool called LAD, i restart the MI Client, and the application is Installed!!! But when a try to Syncronized it i received the same error:
    Syncronization Started.
    Connection Set up (without proxy) to http://erick:50100/sap/bc/MJC/mi_host?~sysid=ERI&
    Connection to server failled
    Problems in the Syncrhonization Not Found 404; The server has not found anything matching the URI given.
    Basically i can't Syncrhonaze the MI Client with the Server. I search in the Forum, Documentation, Google, Blogs, etc etc, Surely is a configuration problem, please i need some tips.
    Best Regards,
    Erick Ilarraza

    Hi Jo Santiago, Sivakumar V
    Thanks a lot for your help! 
    <b>Jo</b>: I made Pings to erick:
    Ping statistics for xxx.xxx.xxx.xxx: (i removed the local ip)
    Packects: Sent = 4, Received = 4, Lost = 0  (0% loss), Works perfect.
    nslookup does not work, maybe because all the machines are in a local network.
    I am investigating about: ICM Logon and SLD. I don't know what it is that, i Remember that in the installation phase i say NO when he ask me to install the SLD.
    <b>Sivakumar:</b>
    After the 3 Steps, the services (that were down) now are UP but when a try to test the service he ask me for:
    Enter username and password for "SAP Web Application Server [ERI] at http://erick:8001
    I try with <b><i>J2EE_ADMIN + Master Password</i></b>, I always use this user to go into the Web Server.
    Logon failed.
    Note
    Logon performed in system ERI .
    Logon performed for client 001 and language EN.
    Them i try with: SAP*, and eilarraza (SAP_ALL, SAP_NEW permissions)
    It does not work.
    After i try to synchronize the MI Client (with the services mi_host and mi_services UP). But it does not work. 
    So who is exactly the middleware user? The J2EE_ADMIN? or the one that i create with SAP* to update the system to SP10 (It has SAP_ALL, SAP_NEW permissions, in my case is called eilarraza) Maybe the problem is that i a not using the correct user in the MI Client configuration neither in the test of the service.
    Best Regards,
    Erick Ilarraza

  • How to send mails to "CC" and "BCC" using receiver mail adapter dynamically

    Hi,
    Due to business requirement PI need to send mails dynamically to u201CCCu201D and u201CBCCu201D using receiver mail adapter.
    We have an option to send mails to u201CTou201D dynamically, but are there any option to send mails u201CCCu201D and u201CBCCu201D dynamically.
    Please some help to resolve the issue. Thanks
    Regards,
    Sreeramulu Konjeti.

    Hi Sreeramulu,
    As mentioned by Lucas, you can use the UDF. Inn addition to that, you need to define the Variable Headers under Variable transport binding after enabling the Adapter Specific Message Attributes.
    For the Enabling ASMA, follow the below steps and check for the variable attributes.
    Select the Advanced  tab page.
       To save adapter-specific attributes in the message header of the XI message, select Use Adapter-Specific Message Attributes and Variable Transport Binding.
    The following attributes in the message header are then available for processing:
    ○       User: (technical name: TServerLocation)
    ○       Authentication key: (technical name: TAuthKey)
    The following mail header fields are available for processing:
    ○       From: (technical name: THeaderFROM)
    ○       To: (technical name: THeaderTO)
    ○       Cc: (technical name: THeaderCC)
    ○       Bcc: (technical name: THeaderBCC)
    ○       Subject: (technical name: THeaderSUBJECT)
    ○       Reference to the mail that is to be replied to: (technical name: THeaderIN-REPLY-TO)
    ○       Reply to: (technical name: THeaderREPLY-TO)
    ○       Mail client program: (technical name: THeaderX-MAILER)
    ○       Send confirmation of receipt: (technical name: THeaderDISPOSITION-NOTIFICATION-TO)
    ○       Priority: (technical name: THeaderPRIORITY)
    ○       Importance of message: (technical name: THeaderIMPORTANCE)
       To transfer further header fields, set the relevant indicator for Variable Header. The technical names for the fields are XHeaderName1, XHeaderName2, and XHeaderName3.
    The parameters are included in the mail header under the names specified here.
    The attribute namespace for the adapter is http://sap.com/xi/XI/System/Mail.
    Thanks,

  • Compile and run  applications under win2000

    Hi, everyone!
    im a newbie in java. can anyone tell me how to compile and run java
    applicaions under win2000 enviroment. all my applications are saved in
    floppy disk.
    thanks!

    Install J2SE 1.4, and add c:\'Java directory path'\bin to your system path (right click 'My Computer', 'Properties', 'Advanced', 'Environment Variables')
    go to your favorite text editor, load up the java files from your disks, compile them by typing "javac nameofJavafile.java", and then "java nameofJavafile" to run the program.

  • Cannot send mail when out and about

    Hey all
    I recently got my Iphone4 and synced it to my mail on my computer. When using my iphone at home it send mail without a problems as it goes through my wifi I have. Internet is virgin media and mail is with windows mail by the way incase its important.
    When I am out and about I can recieve email without a problem but cannot send anything at all.
    What do I need to do so that I can send mail no matter where I am?
    Thanks
    Ant

    It's most likely exactly the same issue. Most ISPs only allow you to use their outgoing email server whilst connected to their internet service.
    With a mobile device like an iPhone you won't always be connected to your ISPs internet service. Sometimes it will be your mobile network provider (when on 3G), or on some other WiFi service like a public hotspot in Starbucks or McDonalds.
    When you are not connected to your ISPs internet service, you either have to use the SMTP server of the internet provider you are connected to (awkward to keep changing, even if you know it), or you "authenticate" your connection to your ISPs SMTP server (if they allow it) with a username and password so that they can verify it is you who is using their server and not some spammer.
    The best way to avoid all this, is to use an email provider that is totally independent of any internet provider and will therefore work from anywhere, regardless of how you are connecting to the internet.
    GMail and Apple's own MobileMe offer authenticated SMTP servers that work from anywhere.

  • Sending mail using IOS and alias

    I have an ipad and iphone that uses my name alias when I send mail "from" my devices and then my wife has an ipad and iphone that I would like for her to use her alias when she sends emails from her devices.  Currently even though I have both alias active to use with mail, when I select my alias on my devices it automatically uses that alias on my wife's devices.  She has to manually change the "from" address to her alias.  Is there a way to designate her alias as the "from" address on her device and I can use my alias in the "from" on my devices?  This is not a problem on my laptop using Maverick.

    http://forum.java.sun.com/thread.jsp?forum=43&thread=165268

Maybe you are looking for

  • After using Firefox/Android for a while, it just shows a black screen.

    Asus TF701 tablet (with keyboard dock) After navigating through several sites, Ffox-Android (v.34) displays only a black screen. When I look at the tab thumbnails, however, the sites seem to be rendered. But each time I select a thumbnail. the tab's

  • Reboot computer and lost everything in my iTunes and my iphone don't Sync

    Hi all, I had to reboot my whole windows 7 computer as it had some virus on it, But I have lost my itunes data and had to reload it all, but when i plug my iphone in to my computer and connected it up to my itunes nothing happens at all like itunes d

  • Adding my own music to iTunes Store

    i know i saw this information some place. Since it wasnt what i was looking for at the moment, i just glanced over it. What are the details for individuals to add their own music to iTunes, and make it available for purchase? Would ther requirements

  • How to view progress of a file in a hidden folder.

    We are pushing out a 7 ish GB .zip file from SCCM to around 1000 remote servers. I need to be able to check all 1000 servers for the temp file it puts the file in before it is completed. From what I have read all the file names could be different on

  • How to modify business rules?

    How to modify business rules using SOA composer? Please provide deatils.