If i send a report via icloud how am i notified

if i send a report via iclod how do i get my response please

Yes. On your phone make sure it is set to send messages from your phone number, not your apple id or other email address. That way when they reply it will go to your phone.

Similar Messages

  • How to send a report via e-mail

    Hello All,
               I want to send a report via e-mail.
               What should I do for that?
                Please help me out...
    Regards,
    Ravi Khattar.

    Hi,
      Please check the below code....
    data: t_objpack    like sopcklsti1 occurs 1 with header line,
            t_objhead    like solisti1   occurs 1 with header line,
            t_objtxt     like solisti1   occurs 0 with header line,
            t_objbin     like solisti1   occurs 1 with header line,
            t_reclist    like somlreci1  occurs 1 with header line,
            t_lobj       like abaplist   occurs 0 with header line,
            t_listobj    like abaplist   occurs 1 with header line.
      data: v_tab_line1  type i,
            v_tab_line2  type i,
            v_docsize    type i,
            v_len        type i,
            v_line(1250) type c,
            v_subj(132)  type c,
            v_cr(1)      type x value '0D',
            v_linefd(2)  type x value '0D0A',
            v_docdata    like sodocchgi1.
      clear: t_objpack[], t_objhead[], t_objtxt[], t_reclist[], t_listobj[].
      concatenate 'This email is generated from a SAP' sy-sysid '-'
         sy-mandt '- batch environment.' into t_objtxt separated by ' '.
      append t_objtxt.
      t_objtxt = 'Please do not respond to this email.'. append t_objtxt.
      v_docdata-obj_name = 'SAMPLE_TEST'.
      concatenate 'Sales Order Status Attachment -' sy-datum '-' sy-uzeit
             into v_subj separated by ' '.
      v_docdata-obj_descr = v_subj.
      describe table t_objtxt lines v_tab_line1.
      read table t_objtxt index v_tab_line1.
      v_docdata-doc_size   = ( v_tab_line1 - 1 ) * 255 + strlen( t_objtxt ).
      t_objpack-head_start = 1.
      t_objpack-head_num   = 1.
      t_objpack-body_start = 1.
      t_objpack-body_num   = v_tab_line1.
      t_objpack-doc_type   = 'RAW'.
      append t_objpack.
      clear v_line.
      if p_type = '1'.
        loop at t_list.
          concatenate v_line t_list v_linefd into v_line.
          v_len = strlen( v_line ).
          do 4 times.
            if v_len ge 255.
              if v_line+254(1) = v_cr.
                v_line255     = v_line254.
                v_line+254(1)  = ' '.
              endif.
              t_objtxt = v_line(255).
              v_line   = v_line+255.
              v_len    = v_len - 255.
              append t_objtxt.
            else.
              exit.
            endif.
          enddo.
        endloop.
        if v_line ne ' '.
          t_objtxt = v_line(255).
          append t_objtxt.
        endif.
        describe table t_objtxt lines v_tab_line2.
        t_objpack-doc_size   = ( v_tab_line2 - v_tab_line1 ) * 255.
        t_objpack-body_start = v_tab_line1 + 1.
        t_objpack-transf_bin = ' '.
        t_objpack-doc_type   = 'TXT'.
      else.
        t_objbin[] = html[].
        describe table t_objbin lines v_tab_line2.
        t_objpack-doc_size   = v_tab_line2 * 255.
        t_objpack-body_start = 1.
        t_objpack-transf_bin = 'X'.
        t_objpack-doc_type   = 'HTM'.
      endif.
      t_objpack-head_start = 1.
      t_objpack-head_num   = 1.
      t_objpack-body_num   = v_tab_line2.
      t_objpack-obj_name   = 'SAMPLE_TEST'.
      t_objpack-obj_descr  = 'Test'.
      append t_objpack.
      loop at s_email.
        t_reclist-receiver = s_email-low.
        t_reclist-rec_type = 'U'.
        append t_reclist.
      endloop.
      t_reclist-receiver   = sy-uname.
      t_reclist-rec_type   = 'B'.
      append t_reclist.
      call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                document_data = v_docdata
                put_in_outbox = ' '
           TABLES
                packing_list  = t_objpack
                object_header = t_objhead
                contents_bin  = t_objbin
                contents_txt  = t_objtxt
                receivers     = t_reclist.
      if sy-subrc = 0.
       endif.
    Cheers,
    Bujji

  • When i send a text via icloud my e-mail address is sent at the same time ?

    when i send a text via icloud my e-mail address is sent at the same time instead of the reciever getting my number or if i am in their phonebook they should get my name

    Welcome to the Apple community.
    Check your settings> messages and see if iMessages is turned on and if so how many 'receive at' addresses you are using, it may well be that your email address is entered as one of these addresses.

  • Error to send a report via mail with BI Publisher

    Hello,
    I am working with BIP 10.1.3.4 over Windows Server 2003 Standard Edition, and I would like to send a report via mail.
    I added one Email server navigation via Admin>Delivery Configuration > Email with the server name and host.
    Then Send report via Email, got error.
    oracle.apps.xdo.service.delivery.DeliveryException: oracle.apps.xdo.delivery.DeliveryException: smtp
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToEmail(DeliveryServiceImpl.java:228)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1190)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: oracle.apps.xdo.delivery.DeliveryException: smtp
         at oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler.submitRequest(Unknown Source)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToEmail(DeliveryServiceImpl.java:222)
         ... 4 more
    Caused by: javax.mail.NoSuchProviderException: smtp
         at javax.mail.Session.getService(Session.java:764)
         at javax.mail.Session.getTransport(Session.java:689)
         at javax.mail.Session.getTransport(Session.java:632)
         at javax.mail.Session.getTransport(Session.java:612)
         ... 7 more
    I have followed this SR, and I applied the solution, but it isn't solved the issue (ID: 1072742.1)
    https://support.oracle.com/CSP/ui/flash.html#tab=KBHome%28page=KBHome&id=%28%29%29,%28page=KBNavigator&id=%28from=BOOKMARK&viewingMode=1143&bmDocTitle=BI%20Publisher%20With%20JDE%20Fails%20To%20Send%20Email,%20Error:%20javax.mail.NoSuchProviderException:&bmDocID=1072742.1&bmDocType=PROBLEM&bmDocDsrc=KB%29%29
    Regards,
    Mónica.

    Hi Christian.
    You could put the lines of your list in a table of type SOLISTI1 and then use the function module SO_NEW_DOCUMENT_SEND_API1 to send the content of this table. You have to fill the table RECEIVERS with the address you want to send the report to.
    Hope that helps,
    Timo.

  • How configure sending CDR reporting via ftp server

    hi
    i want to send the CDR reporting automaticly to FTP billing server each 1H.
    i have add the billing server
    i don  t know how or when can i configure the automatique sending CDR report to this server
    Thanks for your help

    You'll need a SFTP server instead of FTP.
    For instructions, please see here:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/service/7_1_2/admin/sacdrm.html
    Thanks!
    Michael
    http://htluo.blogspot.com

  • IOS sends Calendar invites via icloud to known icloud users

    I am having a lot of difficulty with our company phones and tablets with regard to calendar invites.  Users are complaining that they are not getting calendar invites from other users, and when they do they don't end up on their exchange calendar.  I believe this is the issue:
    1.  iPhone user creates a calendar invitation to their default calendar (which is an exchange calendar) via their iOS device
    2.  The email addresses they specifiy match with Apple somehow as account email with iCloud
    3.  The invitation is sent via iCloud somehow to users that Apple has matched as having an email matching their iCloud account calendar email
    This presents multiple problems: If a user isn't subscribed to their iCloud calendar on one of their devices (say it's on for a tablet and not their phone) they will never receive the invitation.  More of a problem is that when the calendar invite is sent (by apple's servers apparently) in that manner, it will come into their iOS device on their device's consolidated calendar (calendar overlay of numerous calendars) but can never of course be sync'd to their exchange calendar which is used on their desktop/laptop. 
    I'm hoping I'm missing something here as it's a disaster in a corporate environment; it isn't an issue where they can simply use an alternate email address to send the invitation as the majority of users have configured icloud (specifically for icloud backup ONLY, they don't give a darn about the iCloud calendar) with their company email addresses.  This results in calendar invites that are accepted from a user's iOS device from never showing up on their exchange calendar. 
    The preference would be to either be able to configure a device never to send invitation in that way, OR to configure a receiving device to only accept emailed calendar invitations/configure iCloud not to match and send invites to their iCloud calendar but instead to always deliver to the associated email address.  I'm not sure if this is solvable, I've got to believe with how widely deployed iOS is and the fact that for companies of any size Microsoft Exchange is the de facto standard...there must be a workaround.
    Suggestions?

    You are not missing anything, you are referring to integration of Apple product - icloud and Microsoft product - exchange. They do not integrate, were never intended to do so by either of the companies - as far as I know.

  • Error while sending a report via alert

    Hi,
    I have created an alert to send a message which includes a report link. The alert worked fine, i did receive the report via email.But then once i started creating new alerts , i started getting errors in alert launching.I checked up with the services and found out that Event engine shows up an error which is
    EventEngine:Clause inconsistency between EventEngine and Satellites
    Start Unloading rules.
    Also i have got troubles with the user generated already and which was working well all these while. Now the error i see in Login management of Adminstrator is
    Login information for "NT AUTHORITY\NETWORK SERVICE". This login is not currently known to be a valid login.
    I would be really thankful if someone could help me with this.
    Regards,
    Lathika

    Login information for "NT AUTHORITY\NETWORK SERVICE". This login is not currently known to be a valid login.
    You get the above error message whenever you configure IIS to allow anonymous authentication for the web directory OracleBAM, using the NETWORK SERVICE profile for anonymous logins. You'll need to disable anonymous login for the BAM web directory.

  • Send from gmail via iCloud mail?

    I have set up forwarding of my Gmail to iPad no problem. But is there anyway I can send a reply to an email I have received from this forwarding setup from my Gmail account via iCloud mail either by way of tweeking the smtp server settings or adding new ones. I see from the mail settings in the icloud section in iOS 5, these settings are greyed out so you can't amend them. Is there any other way this can be done?
    Thanks

    Yep, exactly the same problem we are having, you managed to sum it up more neatly than I did compared to my long winded original post, lol.
    Hopefully some tech messiah will be able to tell us of a way to make this happen? I hope anyhow, otherwise I won't use my iCloud mail at all.

  • HT4539 iTunes on iPhone via iCloud--How to Do It

    I'm trying to get my itunes purchases to play on my phone via iCloud.  I have an iCloud account.  I've gone round and round on Apple Support's web resources.  Haven't found instructions that worked yet.  iphone 4S.  Appreciate any help.

    You download them:
    http://support.apple.com/kb/HT2519

  • Using SRW package to send a report via email

    Hi,
    Please can someone please help me resolve this issue I have been facing in using the srw package
    I have configured a report server and was trying to use the srw package to send a report out to our customers when there is an update on a particular table.
    I have succesfully use this same procedure to generate the same report to an output file and it was ok but anytime I try to generate the report as a mail and send to a DESNAME, i get mail server unavailable.
    Below is the procedure i try to execute:
    procedure testrep(new_name in varchar2) as
    myPlist SRW_PARAMLIST;
    myIdent SRW.Job_Ident;
    BEGIN
         myPlist := SRW_PARAMLIST(SRW_PARAMETER('',''));
    srw.add_parameter(myPlist,'GATEWAY','http://technorth4:7780/reports/rwservlet');
    srw.add_parameter(myPlist,'SERVER','rep_technorth4');
    srw.add_parameter(myPlist,'REPORT','c:\gens\name.rdf');
    srw.add_parameter(myPlist,'USERID','gens/[email protected]');
    srw.add_parameter(myPlist,'AUTHID','orcladmin/password1@orcl');
    srw.add_parameter(myPlist,'DESTYPE','MAIL');
    srw.add_parameter(myPlist,'DESFORMAT','PDF');
    srw.add_parameter(myPlist,'FROM','[email protected]');
    srw.add_parameter(myPlist,'DESNAME','[email protected]');
    srw.add_parameter(myPlist,'T1',new_name);
    myIdent := srw.run_report(myPlist);
    END;
    when i now start debugging i got this error:
    SQL> set serveroutput on
    SQL> exec srw.start_debugging
    * WELCOME TO EVENT-BASED-REPORTING API *
    * API-Version : 9i *
    * (C) Oracle Corporation, 2000 - 2002 *
    * Debugging turned ON **************************
    PL/SQL procedure successfully completed.
    SQL> exec testrep('TOPE');
    *** Length of Paramlist : 1
    OK : Parameter added : GATEWAY=http://technorth4:7780/reports/rwservlet
    *** Length of Paramlist : 2
    OK : Parameter added : SERVER=rep_technorth4
    *** Length of Paramlist : 3
    OK : Parameter added : REPORT=c:\gens\name.rdf
    *** Length of Paramlist : 4
    OK : Parameter added : USERID=gens/[email protected]
    *** Length of Paramlist : 5
    OK : Parameter added : AUTHID=orcladmin/password1@orcl
    *** Length of Paramlist : 6
    OK : Parameter added : DESTYPE=MAIL
    *** Length of Paramlist : 7
    OK : Parameter added : DESFORMAT=PDF
    *** Length of Paramlist : 8
    OK : Parameter added : [email protected]
    *** Length of Paramlist : 9
    OK : Parameter added : [email protected]
    *** Length of Paramlist : 10
    OK : Parameter added : T1=TOPE
    Starting run_report: building url
    *** Building URL (RUN_REPORT)
    OK : URL built :
    http://technorth4:7780/reports/rwservlet?SERVER=rep%5Ftechnorth4&REPORT=c%3A%5Cg
    ens%5Cname%2Erdf&USERID=gens%2Fgens%40technorth%2Eworld&AUTHID=orcladmin%2Fpassw
    ord1%40orcl&DESTYPE=MAIL&DESFORMAT=PDF&FROM=tope%5Folowosale%40gtbplc%2Ecom&D
    *** Submitting HTTP Request
    *** using URL
    :http://technorth4:7780/reports/rwservlet?SERVER=rep%5Ftechnorth4&REPORT=c%3A%5C
    gens%5Cname%2Erdf&USERID=gens%2Fgens%40technorth%2Eworld&AUTHID=orcladmin%2Fpass
    word1%40orcl&DESTYPE=MAIL&DESFORMAT=PDF&FROM=tope%5Folowosale%40gtbplc%2Ecom&DES
    OK : Request submitted - Return stream : <?xml version = '1.0' encoding =
    'ISO-8859-1' standalone = 'yes'?>
    <serverQueues>
    <error code="50138"
    component="REP" message="Mail server is not available"/>
    </serverQueues>
    OK : Request submitted - Length of stream : 182
    *** XML-Parsed - Following Structure discovered :
    *** Checking elements!
    serverQueues ()
    *** Checking attributes!
    error
    *** Checking attributes!
    __code = 50138
    __component = REP
    __message = Mail server is not available
    *** Finished Parsing XML
    Getting value for element: job
    Getting value for element: error
    *** Requesting value for Attribute error.component [REP]
    Getting value for element: error
    *** Requesting value for Attribute error.code [50138]
    Getting value for element: error
    *** Requesting value for Attribute error.message [Mail server is not available]
    REP-50138:Mail server is not available
    BEGIN testrep('TOPE'); END;
    ERROR at line 1:
    ORA-20999:
    ORA-06512: at "GENS.SRW", line 284
    ORA-06512: at "GENS.SRW", line 815
    ORA-06512: at "GENS.TESTREP", line 17
    ORA-06512: at line 1
    Please can someone help me with this. I can connect to the mail server using the telnet mailservername port,i get a 220 message with ***** .
    I have updated d report configuration file with the mailserver name, and d proxyinfo.xml too.I put it to bypass proxy for d mail server address and also inlclude the proxy ip and port.
    Kindly assist me as it is urgent.
    Thank you.

    You are in the wrong forum. Please try the Reports.<br><br>
    Regards,
    Rob.

  • SEND ALL REPORTS VIA EMAIL

    http://www.fileuploadx.de/228589
    If I youse the sending option in this screen I only can send one report. But I want to send all reports.
    Is there a way to select all reports ?
    Markus
    Edited by: Markus Schreiter on Jul 18, 2008 2:43 AM

    SMTP server has worked for HFM to send mail.
    I have a question. Where are the area's that I need to modify the file.
    I update.
    1. fr_global.properties file with SMTPmailserver
    2. Navigate -> Administer ->Notification
    a. Mail server host name for sending email notifications:
    b. Email account name for sending email notifications:
    note: I was able to send the test mail.
    3. Restarted the services
    4. Ran the batch where in I gave my office mail address for sending.
    I do not get mail and when I check logs I see this.
    Successfully generated the PDF
    Error sending e-mail
    Batch "BatchTest" finished at Friday, September 11, 2009 2:48:48 AM EDT
    09-11 02:48:54 ERROR JavaMailer     Error in sending E-Mail: 553 5.5.4 <->... Domain name required for sender address -
    javax.mail.MessagingException: 553 5.5.4 <->... Domain name required for sender address -
         at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)
         at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:716)
         at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:388)
         at javax.mail.Transport.send0(Transport.java:151)
         at javax.mail.Transport.send(Transport.java:80)
         at com.hyperion.reporting.util.JavaMailer.initialize(Unknown Source)
         at com.hyperion.reporting.util.JavaMailer.<init>(Unknown Source)
         at com.hyperion.reporting.scheduler.EmailAction.sendSuccessEmail(Unknown Source)
         at com.hyperion.reporting.scheduler.EmailAction.sendMail(Unknown Source)
         at com.hyperion.reporting.scheduler.EmailAction.performAction(Unknown Source)
         at com.hyperion.reporting.scheduler.JobServiceThread.runFinalActions(Unknown Source)
         at com.hyperion.reporting.scheduler.JobServiceThread.executeBatchForBursting(Unknown Source)
    Thanks
    Hemanth

  • I can log on icloud on pc but when i enter password on my ipad mini first gen with ios8 it tells me wrong password. and i can receive mail but cannot send any mail via icloud, gmail, yahoo never had to set this up with ios7. how do i resolve this?

    I updated my ipad mini first gen 32gig (4.3gig free) to run ios8 8.0(12A365) and i have a problem sending emails. i can receive mail but when i send it fails. my dropbox works fine, safari, and other apps work fine on the internet just the receiving of mail. Do i need to add a new outgoing server, though i dont remeber having to do this when i updated to ios7. how do i resolve this?

    Here's a troubleshooting article from Apple:  iOS: Troubleshooting Mail
    It doesn't seem to cover your specific issue, but have you tried using a different network (either a different wi-fi network, or switching from wi-fi to cellular or vice-versa if you have a wi-fi+cellular iPad)?
    For GMail, iCloud and Yahoo, copies of messages are stored on their respective servers, so you could try deleting the account on your iPad, then re-adding each account one at a time to see if that resolves the issue.

  • Send Daily Reports via E-mail from MARS

    Hi!
    I want to know if the MARS can send via email daily reports to a specific account.
    Thanks for any help.

    well, you could start by logging into the MARS CLI as pnadmin. Use tcpdump to monitor the SMTP traffic.
    [pnadmin]$ tcpdump -X port 25
    Now select the report and click "resubmit". You should see the SMTP traffic to the mail server. You can probably troubleshoot by looking at the ASCII output from tcpdump. If not, look at the tcpdump output and at least make sure the connection is to the right IP address and that some data is exchanged after the initial TCP handshake. Now take a look at the mail server logs, which should give you an idea of what to do next.

  • If You Sync Notes Via iCloud, How Can You Make Local/On My Mac Notes?

    I've you're using the Notes app in Mountain Lion, and your Notes are stored in iCloud, is it possible to make notes that are just On My Mac and not in iCloud? If so, how do you do it?

    Choose Apple menu > System Preferences, and then click Mail, Contacts & Calendars.Open Mail, Contacts & Calendars preferences
    Set up an account with Notes:
    For an existing account:
    Select the account, and then select the Notes checkbox.
    For a new account:
    Click an account type, enter your account information, and then follow the onscreen instructions.
    I didn't need to set it up in ML but here's what Help has to say...

  • I can not send/receive email via Icloud

    mail on icloud is not working anymore only on imac not ipad
    keep getting message "can not send message using smtp.mail.me.com can not be contacted port 993"
    any tips to get this sorted?
    thx

    Go to System Preferences>iCloud, turn Mail off, restart your Mac and turn Mail back on.

Maybe you are looking for

  • How to change CUE ip address?

    Hi, We moved to a new location and using comcast as ISP. I was setting up the phone system today and met a few problems. 1. First of all, all the phones are connected and working(total of 4), but I can only see 3 of them showing up in the CCA. Whats

  • Not able to repair small thumbnails in iPhoto

    Hi, Im trying to repair the small thumbnails of my iPhoto library and all of the sudden before the end of the process, iPhoto quits unexpectedly and gives me this error report: Process:         iPhoto [317] Path:            /Applications/iPhoto.app/C

  • Distinguish between different checkboxes/links in onInputProcessing

    Hi everybody, I've got a form with two links and two checkboxes. I would like to trigger a serverside event handling when any of these elements is pressed. So I use Javascript: the page attribute 'navigate' is filled with different values on client s

  • Iphone and ipod itunes

    ive just downloaded the new iTunes update and both my iPhone and ipod not being recognised in the iTunes I also had this problem with the last iTunes update I don't know what to do both of my devices are in good condition since I downloaded this upda

  • Youtube video is not working in my nokia c6

    hello sir..! online youtube video is not working in my nokia c6. It only shows the flash symbol only. How can i solve this problem. Please say the solution for this.