Backgroung job and sending via email

Hi All
We have started sending reports via email by background processing of jobs. Back ground job was defined in SM36. By giving ABAP program name, variant, state date / time, periodic daily, spool to distribution list ( distribution list have list of emails to which report is to be send. All the reports are got correctly. But now there is a issue a second mail is received after some time for the same jobs with no content in the report. In SM36 i have checked duplication of job but found non
Can any body please explain why is it occurring
With Regards
Arun

Check TCode SCOT to see what is being sent.
Also see your ABAP/BASIS teams
PeteA

Similar Messages

  • Encrypt file and send via email

    Hi,
    I have a file which I wish to encrypt and send via email. I know how to send by email but wish to send the file (csv), protected. I have read a few boards that say you could zip the file and add password protection. But sadly none of the forums show how to do this, does anyone have any code examples of what packages I would need?
    Any help would be greatly appreciated.

    See the JavaMail Third Party Products list at http://java.sun.com/products/javamail/Third_Party.html.
    Bouncy Castle is a popular package to handle secure email.

  • Convert Script to PDF using RVADOPFO, w/o using spool and send via email

    I want to convert output type script to pdf using the standard include RVADOPFO in the program. The output type is defined as medium '5' and comm starategy is also defined as INT(email) as want to send the output via email.
    Now the Include RVADOPFO contains ADDR_KEY-ADDRNUMBER & ADDR_KEY-PERSNUMBER. Where to maintain this info and how to pass in the include..below code is in the include..
    IF NOT NAST-TCODE IS INITIAL AND NAST-NACHA EQ '5'.
      ... use stratagy to get communication type
        CALL FUNCTION 'ADDR_GET_NEXT_COMM_TYPE'
             EXPORTING
                  STRATEGY           = NAST-TCODE
                ADDRESS_TYPE       =
                ADDRESS_NUMBER     = VBDKA-ADRNR
                PERSON_NUMBER      = VBDKA-ADRNP
                  ADDRESS_NUMBER     = ADDR_KEY-ADDRNUMBER
                  PERSON_NUMBER      = ADDR_KEY-PERSNUMBER
             IMPORTING
                  COMM_TYPE          = LVS_COMM_TYPE
                  COMM_VALUES        = LVS_COMM_VALUES
           TABLES
                STRATEGY_TABLE     =
             EXCEPTIONS
                  ADDRESS_NOT_EXIST  = 1
                  PERSON_NOT_EXIST   = 2
                  NO_COMM_TYPE_FOUND = 3
                  INTERNAL_ERROR     = 4
                  PARAMETER_ERROR    = 5
                  OTHERS             = 6.
    Please provide solution asap. Thanks in advance

    Hi,
    Check this links:
    Sending Mail from SAP
    https://wiki.sdn.sap.com/wiki/display/sandbox/SendMailwithPDFAttachment?showChildren=false#children
    Thanks.

  • Reg: Converting Standard Payslip (PC00_M99_CEDT) to PDF and send via email

    Dear Experts,
    Please provide me a solution to convert the standard Pay slip (PC00_M99_CEDT) Remuneration statement to PDF and send it via email to individual employee by fetching the email ids through the info types.
    I checked the forum, few answers our complete but they have not given the solution.
    Thanks in advance
    Abdur
    Moderator message: moved to requirements forum (points-free!)
    Edited by: Thomas Zloch on Feb 7, 2011 11:53 AM
    Moderator message: moved back to ABAP General.
    Edited by: Thomas Zloch on Feb 9, 2011 1:03 PM

    Dear Experts,
    As suggested, I have written the below code.
    REPORT  ztest_period.
    DATA : td_listobject LIKE abaplist OCCURS 0 WITH HEADER LINE.
    DATA: txtlines(1024) TYPE c OCCURS 0 WITH HEADER LINE.
    DATA: list_tab TYPE TABLE OF abaplist,
          lt_objbin TYPE TABLE OF solisti1 WITH HEADER LINE.
    SUBMIT rpcedtx0 VIA SELECTION-SCREEN EXPORTING LIST TO MEMORY AND RETURN.
    CLEAR td_listobject. REFRESH td_listobject.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = td_listobject
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    *IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *ENDIF.
    CHECK sy-subrc = 0.
    CALL FUNCTION 'TABLE_COMPRESS'
    TABLES
    in = td_listobject
    out = lt_objbin
    EXCEPTIONS
    compress_error = 1
    OTHERS = 2.
    &code&
    I'm getting the raw data from FM 'LIST_FROM_MEMORY' Please tell me how should i convert it to normal data.
    Once i get the data, I need to send an email for individual personnel number for the respective month.
    Please advice me the next step.
    Thanks and Regards,
    Abdur Rafique
    Edited by: abdur rafique on Feb 21, 2011 11:39 AM

  • Producing a narrated slideshow, save and send via email attachment?

    I'm wondering if one can produce a slides show in keynote, add narrative to it, save it in a iMovie or some other format, and be able to send it as a stand alone presentation to someone via email attachment or clickthrough on a website.
    Is it possible to do with within the Apple family of products? If so, how do you add the narrative and in what format should it be saved?
    I need to be able to give clients a sample of a live presentation. Not the talking head, but the slide content with voice over.
    Any suggestions or experience would be greatly appreciated.

    Garageband, iMovie, iPhoto and QuickTime Pro can make your file and save (export) to a QuickTime file format. Keynote could "make" the video portion (export to QuickTime formats). QuickTime Pro can "record" audio (supported device required). A "mix and match" use of these apps could help reduce the file size.
    Things to consider:
    Email has file size limits on attachments and even a very short file would probably exceed them. You could post your file on any "server" and just send a link to the file in your email.

  • Online php form (inserts) in pdf form and send via email

    So first hello all.
    There are 4 PDF Forms amd 4 php forms on a website.
    The user should be able to fill out the php form, click on send and the inserts from the user should be stored in the pdf form and send to an email adress.
    I know that there are 3rd party tools, the convert it to a image, draw the inserts and convert it back.
    But i want to know, how to do it with acrobat itself.
    Is there any way to put varaibles in the pdf where php can set (fill)
    If this is impossible:
    I have heard, that there is a server version from acrobat who can manage this.
    The information about this is rarly like i dont understand how much the costs are.
    First : price x (for the server software itself)   
    Second: price y (for every processed document)
    Many thanks in advance
    IT Technik Schiedt

    You cannot use Acrobat on a server in that manner. Acrobat is licensed for one user one system at a time.
    You can create and FDF file with the form field data and use that data to fill-in a PDF. You needd to create a unique PDF that could be added to an email and then deleted. You could also accumulate the data in a database.

  • Script to merge data from Numbers into Pages document, export as PDF and send via email

    Hi,
    I am wondering if it would be possible to achieve the following with an applescript:
    1. Merge Names from Numbers into a multi-page Pages document.
    2. Export each page of the resulting document as a PDF
    3. Attach each of these PDFs to an email with specific text in the body of the email, setting the subject, the 'from' email address, as well as the 'to' email address from a field in the Numbers document.
    4. Optionally send the emails automatically.
    I would be glad to know if this is possible before I embark on trying to write such a script, and for any advice/script that would help me on my way.
    Thanks,
    Nick

    Thanks Bernard.  Sorry if my original post wasn't that clear.  I think you've pretty much got it in your paragraph starting "So, I think you're asking for", but will explain more in the hope that it will be clearer:
    I have a Numbers table with 2 columns: Name and Email.  I have say 50 people in this table and I need to email each person a version of a one page Pages document which would be identical except for their name.
    The Name field is the only field that needs to be merged into the Pages document (one time only).
    Once the merging has taken place the versions of the one page Pages document need to be exported as a PDF and attached to emails, one email from each person in the table in the Numbers document, with each email going to the email address corresponding to the name in the Numbers document.
    The text in the email would be identical except for the name again.  The text for the email body, subject as well as the 'from' field would be contained in the script (i.e. generated by the script).
    It would also be good to have the option of sending the emails automatically or manually, so that I could check that the emails that are generated are correct before sending.
    I hope that's clearer!
    Nick

  • When I export files in .dxf, and send via email, the client says they show up empty, although I see them in my attachment.

    Can anyone help me with the right sequence of saving and sending?  I select the entire design and save for export.  Then I attach the file as usual.

    On Mac (Yosemite) you can right-click (or control-click) on the file in the Finder and choose "compress ..." -- this makes a zip file.
    Not sure on Windows, but it should be something similar.
    Zipping a file doesn't change its format. Rather, zip puts it in a wrapper, also removing anything that can be compressed, to make the file smaller. When the receiver gets it and unzips it, the file is unwrapped and returned to its original format.

  • How do I convert a VLC file to imovie. I have managed to download the mini dvd disc from the video camera onto a USB and have saved the file on my desktop but have no clue how to get it into iMovie so I can edit and send via email. Any ideas!!!

    How do I convert a VLC file to iMovie.
    I've managed to download the mini dvd from the video camera onto a USB and have save onto my Desktop.
    But have no idea how to convert to iMovie so I can edit and attach video to an email and Facebook.

    Edit WMV
    http://www.microsoft.com/windowsxp/using/moviemaker/getstarted/default.mspx
    and http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx
    Also... I have NOT used those products, I only forward due to other mentions
    Convert http://premierepro.wikia.com/wiki/FAQ:How_do_I_convert_my_files%3F
    Edit Vob http://premierepro.wikia.com/wiki/FAQ:How_do_I_import_VOB_files_/_edit_a_DVD%3F
    $99 http://www.corel.com/servlet/Satellite/us/en/Product/1175714228541#tabview=tab0
    $99 http://www.womble.com/products/mvw.html
    $80 http://www.nchsoftware.com/prism/index.html
    $75 http://www.videoredo.com/en/index.htm
    $75 http://www.magix.com/us/movie-edit-pro/
    $70 http://www.nchsoftware.com/prism/index.html Converter
    $40 http://www.daniusoft.com/dvd-ripper.html#135
    $40 http://www.deskshare.com/dmc.aspx Digital Media Converter
    $00 http://www.squared5.com/ MPEG Streamclip Converter
    $00 http://www.erightsoft.com/SUPER.html Multi-Converter
    $00 http://www.virtualdub.org/ Mpeg to AVI Converter

  • Automatically generating reports and sending via email...

    How do you create a background job to automatically, periodically run a specific report that will generate a spreadsheet that can be emailed to various personnel?

    Answer - Use the Broadcast funtionality under the "Business Analytics" tab.

  • I am having issues uploading and sending via email pictures and videos today. Anyone else having this problem? Also, anyone know how to upload multiple pictures to Facebook at one time?

    Post relates to: Pre 2 p102eww (Verizon)

    Jneklason wrote:
    ~snip~
    I know this email is confusing and really hard to understand...perhaps now you will know how i've been feeling--lost and confused with all the mis-information, with a hit and miss phone, and out of time with all the 1 1/2 hr to 2 hrs EACH wasted on this issue.
    On top of all this, I can't even find out how to file a complaint with anyone higher up than Customer Service.
    I hate to tell you this, but you didn't write an email. You wrote a discussion post on the Verizon Wireless Community forum which is a public peer to peer forum. Unfortunately since you didn't mark your post as a question, the VZW reps that roam this community won't ever see your post. Before you re-post it, don't. Duplicate posts get removed from the community.
    I see there were several missteps both by the reps and yourself in your post. First you should have insisted on returning the phone within the 14 day return policy period. Second which Samsung Galaxy mini model did you purchase? The S3 mini or the S4 mini? Did you do any research prior to deciding on this device. The reps at that time deflected the easiest course of action, by trying to get you to replace the phone under insurance instead of returning the phone. The Early Edge payment option requires the current phone on the line using the early Edge must be returned to Verizon Wireless. Did you once considered going to a third party site like Swappa to purchase a gently used device for your daughter?

  • How to automate sql server querry and output to send via email alerts

    Hi,
    I have MS SQL 2005 server. Daily i m running sql querry at 10:30 pm. i want to automate this process & output need to send via email. Please suggest what are the options availble.
    Thanks in advance
    ...Umesh

    Create a job and put the query in , then schedule it... You can email an output by using data base email feature
    EXEC msdb.dbo.sp_send_dbmail 
         @profile_name = 'Admin', 
         @recipients = '[email protected]', 
         @query = 'SELECT COUNT(*) FROM AdventureWorks.Person.Address', 
         @subject = 'Error Log Count', 
         @attach_query_result_as_file = 1 ;
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • The problem is with the new operating system  and sending photo via email when used in my iPad.   From photo I selected 3 photos to send via email. I choose the upload key and choose to send by email. Typing text on the email is very slow.

    The problem is with the new operating system  and sending photo via email when used in my iPad.
    From photo I selected 3 photos to send via email. I choose the upload key and choose to send by email. Typing text on the email is very slow. This is solved by saving the email as a draft and opening the email again from mail.
    Can you amend he system to allow emails to be sent from photo as previously.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off"

  • When i go onto iPhoto and choose a photo to send via email, i click send and the photo is sent and received but doesn't appear in my email sent items ?

    when i go onto iPhoto and choose a photo to send via email, i click send and the photo is sent and received but doesn't appear in my email sent items ?

    This is not the iPhoto forum. In any case in iPhoto>Preferences select Mail or whatever email program you are using to email as the desired choice. You are probably sending directly through iPhoto.

  • When new pix is taken and want to send via email it is received upside down, why?

    has anyone have this problem, when you take a picture and want to send via email the picture is received upside down? does anyone know how to fix this?

    Better yet, check out the two day gathering of professional photographers who are passionate enough about the iPhone 4S to put together a seminar on iPhoneography.
    http://www.creativelive.com/courses/iphoneography-jack-hollingsworth
    All the Links!
    KateHaileyJanuary 3, 2012 - 1:55pm 
    Hi everyone,
    I just wanted to take a moment to share numerous links that may be referenced over the 2-Day iPhoneography workshop with Jack Hollingsworth.
    Please feel free to add to it as you think of other things that might be of great reference to all the iPhoneographer's out there!
    Apps:
    Adobe Photoshop Express: http://itunes.apple.com/us/app/adobe-photoshop-express/id331975235?mt=8
    Best Camera: http://itunes.apple.com/us/app/best-camera/id329800600?mt=8
    Camera+: http://itunes.apple.com/us/app//id329670577?mt=8
    Filterstorm: http://itunes.apple.com/us/app/filterstorm/id363449020?mt=8
    Instagram: http://itunes.apple.com/us/app/instagram/id389801252?mt=8
    Luminance: http://itunes.apple.com/us/app/luminance/id443465287?mt=8
    Minimal Folio (iPhone): http://itunes.apple.com/us/app/minimal-folio-for-iphone-design/id4124111...
    Minimal Folio (iPad): http://itunes.apple.com/us/app/minimal-folio-design-photo/id385429744?mt=8
    Photoforge2: http://itunes.apple.com/us/app/photoforge2/id435789422?mt=8
    Picfx: http://itunes.apple.com/us/app/picfx/id417563413?mt=8
    Pocket Portfolio: http://itunes.apple.com/us/app/pocket-portfolio/id419455189?mt=8
    Snapseed: http://itunes.apple.com/us/app/snapseed/id439438619?mt=8
    Accessories:
    Diff (case): http://www.diffcase.com/DiffCase.html
    Glif (tripod access): http://www.studioneat.com/products/glif-for-iphone-4
    Gymbl (iPhone Tripod): http://www.youbiq.com/
    iPik (case): http://www.ipikcase.com/
    iPro Lens: http://iprolens.com/
    the joy factory (Rain Ballet): http://www.thejoyfactory.com/rainballet-iphone-4-waterproof-case-with-in...
    kogeto (dot lens): http://kogeto.com/dot.php
    mCam: http://www.almlive.com/store/
    Modahaus (Steady Stand): http://www.modahaus.com/store/steady-stand-200/
    Mophie Juice Pack Plus (iPhone4/4s): http://www.mophie.com/mophie-juice-pack-plus-iPhone-4-battery-case-p/116...
    Mosy Mount (tripod): http://www.mosymount.com/
    olloclip (tripod access): http://www.olloclip.com/
    Photojojo: http://photojojo.com/store/
    pixeet (app/lens): http://www.pixeet.com/
    snapmount: http://snapmountforiphone.com/
    sites, blogs and reference material:
    1197.is: http://1197.is/
    the App Tutor: http://theapptutor.com/
    Chase Jarvis: The Best Camera – Book: http://www.amazon.com/Best-Camera-One-Thats-You/dp/0321684788/ref=sr_1_1...
    EyeEm: http://www.eyeem.com
    eyephoneography: http://eyephoneography.com/
    FiLMiC Pro: http://www.filmicpro.com/
    Flickr – iPhoneography: http://www.flickr.com/groups/iPhonephotography
    Instagram: http://instagr.am
    Instatips: http://instatips.tumblr.com
    iPhoneArt: http://iphoneart.com
    iPhone Camera Essentials: http://iphonecameraessentials.com/
    iPhone Obsessed (Book/App): http://marcolinaslate.com/iphoneobsessed/
    iPhoneogenic: http://iPhoneogenic.tumblr.com
    iPhoneography (Glyn Evans): http://iphoneography.com
    iPhoneorgaphyCentral: http://iphoneographycentral.com/
    iShowcase Vol.1 (App): http://itunes.apple.com/us/app/ishowcase-vol.01/id409042603?mt=8
    iShowcase Vol.2 (App): http://itunes.apple.com/us/app/ishowcase-vol.02-w/id455932142?mt=8
    Just What I See: http://www.justwhatisee.com/
    Life in LoFi (Marty Yawnick): http://lifeinlofi.com
    LoFi MODE: http://lofimode.com/
    MobiTog: http://mobitog.com
    Mobile Photo Group: http://www.mobilephotogroup.com
    Mobile photography awards: http://www.mobilephotoawards.com
    p1xels: http://pixelsatanexhibition.com
    Tiny Tutorials:http://www.danburkholder.com/Pages/main_pages/tutorials_main_page.htm
    What I See Now: http://www.whatiseenow.com
    Your Camera Loves You (eBook): http://www.peachpit.com/store/product.aspx?isbn=0132776308

Maybe you are looking for

  • How do I edit clips in iMovie (or Premiere Elements 10)?

    I am new to Mac. Used to have no problem at all editing and converting movies on my PC. Have both iMovie and Adobe Premiere Elements 10 on my new Mac. Even as a borderline PC geek, I can't seem to figure how to clip and edit and merge videos on my Ma

  • Report to be sent to FTP server

    Hi friends, I have a requirement where i have to send the report output(downloaded into file) to FTP server from where it will be send to the users through sms.. please, guide me as how to send it to ftp server thanks, -pankaj

  • One problem about ECL Viewer

    We marked the checkbox - Greyscale 24bit(for TIFF) to get a better picture quality in EDS setting(options->colors), but seems the EDS-Viewer cannot “memorize” this setting – when closing the document and reopening, the viewer still has bad quality ag

  • How to improve Ni-IMAQ LVDS Sequence Capture Frame Rate?

    Im trying to collect 300 consecutive  frames off a 60hz, 320x240 16 bit camera on Win2000 (1.5Ghz, 512MB). Using the HLSequence vc++ sample project as the baseline, Im just changing  the NUM_SEQUENCE_BUFFERS to 300, and use GetTickCount (10ms granula

  • Captivate 5: How to make PF 10 key work on in Firfox browser after publish

    I've learned to turn "Caret Browsing" on to allow almost all other PF Keys to work, however PF 10 doesn't work still, and I believe Captivate 5 publishing process might have something to do with it... Please Help