Send report result to mobile phone

Hi,
Is it possible to send report result information to a mobile phone via SMS/text?
Thanks,
Milind

For a complete mobile BW scenario check these docs
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d354ab90-0201-0010-5484-8fd287c30066
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/27ed0b95-0501-0010-63bb-dde7b5040910
hope  it helps
Andreas

Similar Messages

  • How Can I send SMS to a Mobile Phone within Oracle

    How Can I send SMS to a Mobile Phone within Oracle

    It depends on how you are planning to use this feature.
    You can set up a mobile using special software in order to interface to it programatically - you can then, via this software interface, use this mobile to send SMS's.
    Some service providers support an e-mail interface. Where you send the SMS as a the e-mail content and the mobile number as the recipient's address, or as the subject of the e-mail. However, many service providers have long since stopped providing this type of mail interface due to abuse. Remember that service providers are there to make money - not offer one a service via bulk SMS's can be send.
    Some service providers have dial-up servers that works like the old style bulletin board systems (BBS's) of the 90's. You use a telnet like interface, dial into this BBS, and is prompted for mobile number, message to deliver, and even delivery confirmation. You can expect the cost of this phone call to this system, to also cover the cost of sending the SMS.
    Some companies provide a software server to interface with one or more service providers - this allows you to fairly easily use this server gateway to send SMS's for you. Such a gateway server will typically support a telnet interface - allowing you to send SMS's via it from inside PL/SQL.
    I've used all these options, and I've found the best one to be the last option. It is the easiest to use from a programming perspective. It comes with various management and reporting tools. So you need to do the very minimal in managing this whole SMS interface.

  • Sending command to a mobile phone blugged into a pc to send an sms

    hi.
    i am new to this field, but i heard of "at command" that are helpful to control the mobile phone from a pc. And Java supports this...
    this is the case:
    1- a mobile with a valid sim card is connected via USB with the pc.
    2- an application is running at the pc (java application)
    on this application we need to add a module/class that sends command "at command" to our connected mobie with 2 parameters:
    1- the phone number
    2- the message
    MyClass.sendViaMobile("+962795940824", "we want to inform you that u got the help :-)");what i need is how to start this, what do i need to know,and what api's i need to use
    regards,
    bilal
    Message was edited by:
    bilal_RD

    hi mlk
    i found the rxtx api, but i got now a question,
    how to connect to a usb port?
    it seems that it is easy to deal with com port or serial port, but until this moment usb didnt work,
    in my case, the mobile is connected via usb port.
    this a code that uses the RXTX API, whaere do i need to modify to connect using usb?
    *note, the following code is written by someone else, it works via com port...
    //     SendMessage.java - Sample application.
    //          This application shows you the basic procedure needed for sending
    //          an SMS message from your GSM device.
    //     Include the necessary package.;c:\classpath\smslib.jar;c:\classpath\comm.jar
    package examples;
    import org.smslib.*;
    class SendMessage
         public static void main(String[] args)
              // Define the CService object. The parameters show the Comm Port used, the Baudrate,
              // the Manufacturer and Model strings. Manufacturer and Model strings define which of
              // the available AT Handlers will be used.
              CService srv = new CService("COM1", 19200, "Nokia", "6630");
              System.out.println();
              System.out.println("SendMessage(): Send a message.");
              System.out.println("  Using " + srv._name + " " + srv._version);
              System.out.println();
              try
                   // If the GSM device is PIN protected, enter the PIN here.
                   // PIN information will be used only when the GSM device reports that it needs
                   // a PIN in order to continue.
                   srv.setSimPin("0000");
                   // Normally, you would want to set the SMSC number to blank. GSM devices
                   // get the SMSC number information from their SIM card.
                   srv.setSmscNumber("");
                   // OK, let connect and see what happens... Exceptions may be thrown here!
                   srv.connect();
                   // Lets get info about the GSM device...
                   System.out.println("Mobile Device Information: ");
                   System.out.println("     Manufacturer  : " + srv.getDeviceInfo().getManufacturer());
                   System.out.println("     Model         : " + srv.getDeviceInfo().getModel());
                   System.out.println("     Serial No     : " + srv.getDeviceInfo().getSerialNo());
                   System.out.println("     IMSI          : " + srv.getDeviceInfo().getImsi());
                   System.out.println("     S/W Version   : " + srv.getDeviceInfo().getSwVersion());
                   System.out.println("     Battery Level : " + srv.getDeviceInfo().getBatteryLevel() + "%");
                   System.out.println("     Signal Level  : " + srv.getDeviceInfo().getSignalLevel() + "%");
                   // Lets create a message for dispatch.
                   // A message needs the recipient's number and the text. Recipient's number should always
                   // be defined in international format.
                   IOutgoingMessage msg = new COutgoingMessage("+5550000", "Message from SMSLib for Java.");
                   // Set the message encoding.
                   // We can use 7bit, 8bit and Unicode. 7bit should be enough for most cases. Unicode
                   // is necessary for Far-East countries.
                   msg.setMessageEncoding(IMessage.MESSAGE_ENCODING_7BIT);
                   // Do we require a Delivery Status Report?
                   msg.setStatusReport(true);
                   // We can also define the validity period.
                   // Validity period is always defined in hours.
                   // The following statement sets the validity period to 8 hours.
                   msg.setValidityPeriod(8);
                   // Do we require a flash SMS? A flash SMS appears immediately on recipient's phone.
                   // Sometimes its called a forced SMS. Its kind of rude, so be careful!
                   // Keep in mind that flash messages are not supported by all handsets.
                   // msg.setFlashSms(true);
                   // Some special applications are "listening" for messages on specific ports.
                   // The following statements set the Source and Destination port.
                   // They should always be used in pairs!!!
                   // Source and Destination ports are defined as 16bit ints in the message
                   // header.
                    msg.setSourcePort(10000);
                    msg.setDestinationPort(50000);
                   // Ok, finished with the message parameters, now send it!
                   // If we have many messages to send, we could also construct a LinkedList with
                   // many COutgoingMessage objects and pass it to srv.sendMessage().
                   srv.sendMessage(msg);
                   // Disconnect - Don't forget to disconnect!
                   srv.disconnect();
              catch (Exception e)
                   e.printStackTrace();
              System.exit(0);
    }

  • Is it possible to send report results as an email attachment in BW3.x ?

    Hi Friends,
    I have a requirement wherein I need to automate the process to run the report via Reporting Agent..and also to send the results as an e-mail attachment.
    Is it possible to do so in BW 3.x..?
    I was trying to see if I can run the report using the Reporting Agent Settings, using the Web Templates tab. However I did not see any follo-up actions available for Web templates, but found so for the Exceptions.
    Can you please help and let us know if there is a way to do that and what options are available..?
    Thank You
    Sri lz70d7

    3.1 version.
    try to follwong links
    loginto rsa1
    u will see tab of REPORTING AGENT, press that tab.
    u need to schedule the jobs as u schedule process chains,
    select ur query, make the time arrangement, select output format,
    output type i.e.
    http://help.sap.com/saphelp_nw04/helpdata/en/45/67bd3cad649f5ce10000000a114084/content.htm
    Reporting Agent Configuration
    After the two steps configuration
    1 - configure the agent settings for web templates
    2 - scheduling package which is a reporting agent scheduler
    In RSRAJ Starts a Reporting Agent Job
    SAP show-mw the folow information...
    All Reporting Agent settings processed
    My Questions is ---Where the system save the query data ????
    In RSRAM Reporting Agent Monitor in Schedule --> Execution Target --> i have information of aplcation Server.

  • Send a message to mobile phones

    Please help me how to write a program that can really send a message from a computer to a mobile phone (not a mobile simulator). If possible, please show me the mechanism of the system or where resources are.

    For that you'd have to know how to program. Programmers are skilled people, while you obiviously are not.

  • Send e-mail from mobile phone

    Hello all!!
    Please, could you tell me if i can send a e-mail message from mobile phone, using JavaME.
    Could I use Java Mail API on my mobile phone?
    Does Java ME support Java Mail API or what can I do to use it?
    If its impossible, how can I send a e-mail message from mob?
    Thanks for reply...

    JavaMail requires TCP and an email server.
    And it requires memory for the class files.
    So whether you can use it on your phone depends on both of the above.

  • Sending e-mails from mobile phone

    I received a Samsung Ace Mobile for Christmas.  My e-mail account was set up by my daughter and I am able to receive and view e-mails.  However, can't send messages.  They sit in outbox.  HELP  before I have a nervous breakdown!

    These are the settings to use, depending on whether you use IMAP (recommended), or POP3.
    Mobile phone settings -
    POP3
    Incoming server    mail.btinternet.com
    Port    995
    Security Type    SSL
    Outgoing SMTP server    mail.btinternet.com
    Security type    SSL
    Port    465
    IMAP recommended
    Incoming IMAP server    mail.btinternet.com
    Security type    SSL
    Port    993
    Outgoing SMTP server    mail.btinternet.com
    Security type    SSL
    Port    465
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Cannot send a file to mobile phone ????

    I have connected to my phone and browse the device.
    I can get the the files from my phone but cannot send any file to it
    What is the problems???? How can i fix it?
    My phone is W350i
    My mac is 10.4.11
    Thanks you
    Message was edited by: SM0715

    Hi,
    I am sorry to tell you that there is no such functionality. But of course, you could send URLs to the document locations via smartSync.
    Cheers, Stefan

  • Send unicode SMS from mobile phone .

    is there any way , to send SMS from moblie using j2me. i need to send my own language format, i mean unicode format.(my language is bangla).
    plz guys help me with code or provide url.

    Hello,
    I need some help for my project....I'm working to an application who send a SMS from a PC tu mobile....Onto mobile I need to install a j2me application that receive the SMS from PC and send that SMS to other PC (using infrared or bluetooth)... I wait for advices.
    Thank you!

  • How do I send photo to a mobile phone

    for adobe premiere 10 share    how do I send a photo to someones phone

    barb07
    I offer the following for you and SG to consider:
    Assuming that you do not have Photoshop Elements 10, just Premiere Elements 10 on Windows (presumed 7 or 8 64 bit).
    Where is this photo coming from? A photo that you have imported into Premiere Elements 10 workspace or still (freeze frame) from something you have on the Timeline?
    Either way, if it is generated or imported into Premiere Elements 10, it should be imported into its Elements Organizer automatically also. So, saying...
    Click on the Organizer tab at the top of the Premiere Elements 10 workspace to open the Elements Organizer. If you have not already, set up your email account. To do that, Edit Menu/Sharing and set the EMail Client. It can be Adobe Email Services or Windows Live Mail (possibly other). I have Windows Live Mail and that works for me so that I do that have to go through getting a verification code for the Adobe Email Services choice. Once done, close out of there.
    Next in the Elements Organizer, go to the Share header and select Photo Mail and follow the instructions. At the end of email creation, you should see the email Send Button that will send the photo mail via the Windows Live Mail choice if that was your selection..
    If you have any problems with the Send Button of the email, post with detail. There is a frequently overlooked detail for first use that involves maximizing a file in the Taskbar.
    Please let us know if any of that worked for you. Photoshop Elements should not be a requirement for this. The standalone Premiere Elements 10 and its Elements Organizer should do the task. We can talk about other variations on this if interested.
    Thanks.
    ATR

  • Send vcf files to mobile phone over bluetooth using Automator?

    I've gotten the whole phonebook (187 entries) off a Nokia 6600 and I need to put it into my new Samsung D600. Only the thing won't accept a multi-card cfs file. It only imports the first contact, ignores the rest.
    Now I've exported each of the 187 contacts as a separate cfs file on my Macintosh HD, and I am looking for a way to select all of them and choose Send via Bluetooth..., then select the Samsung D600 and do the job.
    Or do I have to do that with each one of them independently, throught the Send File command up on the Bluetooth menulet? It's tedious. But I opened Automator and didn't see any commands related to Bluetooth.
    Many thanks, as always.

    To the best of my knowledge (and I've done a fair bit of searching...) Samsungs don't live too happily next to Apples. Apparently their implementation of SyncML isn't compatible with the current versions of iSync, iCal, AddressBook and what-have-you. Hence the need to dismantle a perfectly backed up phonebook from a Nokia 6600 into hundreds of individual vcf files and then throw them one by one the Samsung's way. Pity it needs to confirm each and every transfer individually before it proceeds to the next.
    Still, I suppose it's better and faster than typing everything back in.
    I would, however, like to have an Automator action do all that for me. Anyone else?

  • How to Send SMS to a mobile in CRM

    Hi all,
    I need to create a Method in a class for sending SMS to a mobile phone in CRM with importing parameters as 'MOBILE_NUMBER' and 'MESSAGE'. Please help me in this regard.
    Thank you in advance.
    Regards,
    Ravi.

    Hi,
    are you sure you really want to implement this function within Mobile Sales/Service application?
    If from CRM system you should rather chose another accordant forum.
    Regards,
    Wolfhard

  • Sending text message/SMS from mobile phone to Skyp...

    Hi,
    This is going to sound rather complicated but I'll try to explain my question as clearly as I can. I'm currently in Singapore and using Skype to keep in touch with my boyfriend in the U.S. I set up a Skype caller ID number several days ago so that when I call my boyfriend through Skype, he can see that caller ID number and know it's me. My question is, is it possible for my boyfriend to text me on that caller ID number using his mobile phone? And if so, will I have to be signed into Skype to receive his message? How will I be charged?
    Thanks.

    hi,
    SMS API(WMA) is an optional package. It is not a MIDP1.0 or MIDP2.0 api's.
    There are phones which has WMA api with MIDP1.0 support .... Nokia 3650
    Seimens has some phone with their own api's to send sms.Check out seimens site for more info
    BTW, What do you mean buy sending SMS to Server????
    If you want to send message to server you can do it with Http.
    HTH
    phani

  • When I send a text message, the iPhone 4s sends it via email rather than to the mobile phone number I wish to message.  How do I change that default?

    My wife (who has a Droid) asked me to text a photo to her.  I went to Message on my 4s, selected my wife as the target for the text, selected the photo, and sent the text.  Rather than appearing on her mobile phone, the text went to her email.  When I selected my wife as the person I wanted to text, I was not given any choice of the target phone number or email address...it just defaulted to her email and did not tell me that is what it was doing!  I did find a solution, but it's more complicated.  I have to go to Contacts, select my wife, and then I'm given a choice of how I want to send the Message.  Why doesn't the iPhone do this in Messages in the first place?

    I am not sure what you mean.
    Do you mean the From field?
    You can change it by tapping it, it will give you options based on the other email accounts set up.
    You can set a default account here:
    Sttings > Mail, Contacts, Calendars > scroll down to the Mail section & you will see Default Account. You can change that to your gmail account.

  • Sending Email From Mobile Phone

    So I have Postfix working great and I've always used webmail if I needed to send email from PC's outside of $mynetworks. So fast forward to today where I got my 1st Android powered mobile phone and I can configure the Android mail client to send/receive IMAP email but my question is do I need to become an open relay to allow my random wireless providers dynamic range of IP's to send mail via Postfix? Seems extremely vulnerable and scary to think I would have to allow my providers IP range to relay mail via my MTA. I started reading a bit and I think I need SASL authentication (correct me please if I'm wrong) and since both Postfix 2.8.1 & Dovecot 2.0.11 are configured / using TLS, is there anything else I would need beyond SASL or that you recommend for sending email from my Android powered mobile?

    I'm in the same boat, except that I don't have a smartphone yet - but I'm already outlining the changes to my soho-network.
    I guess you have to secure the mailserver (using SSL + TLS looks ok to me) and also secure the server as a whole: configure iptables to lock it down completely, except for as little ports as necessary: IMAPS and SMTPS, maybe even on an other-than-default port...
    Maybe you are also interested in syncing your calendar: I will be doing that with davical on my server (running for 2 years now) and acal on my Android smartphone: no syncing, but native caldav between server and smartphone...
    The other option would be to install openvpn on your server and always work via your VPN.
    Last edited by zenlord (2011-03-24 17:57:54)

Maybe you are looking for