Dunning email and print at same time.

Hi all,
  My client need to send Dunning document as email to the customer, at the same time they want to generate
  printout also for the same.   I have successfully send an email to customer email address.
  But i am unable to generate print out for the same.
  They need to generate email and print out out for the dunning..
My question is:  can we generate both email and print out at the same time for the single run of F150 for one customer.
                         If it is possible please let me know how can we do it.
Thanks,
Raghav

it's not possible.
rohit

Similar Messages

  • Dunning email and print both at a time

    Hi all,
    My client need to send Dunning document as email to the customer, at the same time they want to generate
    printout also for the same. I have successfully send an email to customer email address.
    But i am unable to generate print out for the same.
    They need to generate email and print out out for the dunning..
    My question is: can we generate both email and print out at the same time for the single run of F150 for one customer.
    If it is possible please let me know how can we do it.
    Thanks,

    No,
      I have by pass the dunning doc to generate the email instead of printing using BTE concept.
      but my client need to print and email both at time at the time transaction F150 triggering.
      Hope there is no way to change dunning standard print program to create in SAP. since it wont take any customer program to print
      dunning documnets..
      So, is there any way to get the print and email for the same dunning document.
    Thanks,

  • F110 - program RFFOAVIS_FPAYM email and print at the same time

    Hello all,
    we are using program RFFOAVIS_FPAYM program for print and email paymnet advice. but the current scenario at a time only one process is woking email or print payment advice.  but the user want to get the print and email adivce at the same time, but current only one thing is working.
    kidly advice how to get email and print payment advice at the same time.
    Thanks in Advance.
    Abhilash

    I Have the same problem
    Any help is welcome

  • Delete records in a table and at the same time print out for reference

    I am working on a req to delete some records from a table and at the same time, record/print the deleted records in the outstream (DBMS_OUTPUT.PUT_LINE)
    DECLARE
    v_rec_po hst_po%ROWTYPE;
    BEGIN
    DELETE FROM hst_po po
    WHERE abbrpoid = '&opportunity_code'
    AND updatedby = (SELECT employeeid
    FROM tes_employee
    WHERE name = &emp_name)
    AND audittimestamp BETWEEN TO_DATE ('&start_timestamp',
    'DD-MON-YYYY HH24:MI'
    AND TO_DATE ('&end_timestamp',
    'DD-MON-YYYY HH24:MI'
    END;
    I was thinking of using returning into and then using DBMS_output to pull out the delted records, but there will be multiple rows deleted fro this statements. I am stuck here..Can anyone help

    How about:
    SQL> create table t
      2  (x int)
      3  /
    Table created.
    SQL> insert into t
      2  select rownum
      3    from all_objects
      4   where rownum <= 10
      5  /
    10 rows created.
    SQL> declare
      2     cnt pls_integer;
      3  begin
      4     delete from t;
      5     cnt := sql%rowcount;
      6     dbms_output.put_line ('Removed: '||to_Char (cnt));
      7  end;
      8  /
    Removed: 10
    PL/SQL procedure successfully completed.Edited by: Alex Nuijten on Jun 4, 2009 8:58 AM

  • How to collect form responses in adobe formscentral and at the same time receive form responses through email

    My client wants to have the form that I created in FormsCentral to be able to collect email responses. So to do this, I downloaded the form as PDF then imported it into Acrobat. I created a button in Acrobat (this will be for the email response part). I used this script for that function:
    // This is the form return email. It's hardcoded
    // so that the form is always returned to the same address.
    // Change address on your form to match the code below
    var cToAddr = "[email protected]"
    // First, get the client CC email address
    var cCCAddr = this.getField("ClientEmail").value;
    // Now get the beneficiary email only if it is filled out
    var cBenAddr = this.getField("BennyEmail").value;
    if(cBenAddr != "")
    cCCAddr += ";" + cBenAddr;
    // Set the subject and body text for the email message
    var cSubLine = "Form X-1 returned from client"
    var cBody = "Thank you for submitting your form.\n" + "Save the filled form attachment for your own records"
    // Send the entire PDF as a file attachment on an email
    this.mailDoc({bUI: true, cTo: cToAddr, cCc: cCCAddr, cSubject: cSubLine, cMsg: cBody});
    I got it from here: http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address
    I'm still kinda not sure how it works but I'm getting the idea. Now what I'm having trouble with is, how do I make it so that the user will be required to click on the scripted button and at the same time, also click on the FormsCentral's generated submit button? Because as I see it, the user can click on the scripted button but they can just close out the form without submitting it to FormsCentral.
    Is there any way to make my idea work?
    Any help is very much appreciated!
    Thanks!

    I do not know or have time right now to look up NDP format.
    To write to NTFS from Mac, you need a driver.
    And to write to HFS from Windows also.
    I strongly recommend Paragon drivers for both.
    That way you can access anything from any platform.
    Paragon Software for Mac

  • Since upgrading to ios 8.0.2, airprint will give error (no printer found" After a reboot, it locates and prints, then next time same error code. Any ideas?

    Since upgrading to ios 8.0.2, airprint will give error (no printer found" After a reboot, it locates and prints, then next time same error code. Any ideas?

    Hi bdtcop,
    I understand that you are experiencing an issue with AirPrint. Here is an article for you with some troubleshooting steps that may be helpful for resolving this issue:
    About AirPrint
    http://support.apple.com/kb/ht4356
    If you're unable to print
    Check these things if you are unable to print, or if you see the message "No AirPrint Printers Found."
    Make sure your printer has paper, and enough ink or toner installed.
    Make sure your printer is connected to the same Wi-Fi network as your iOS device.
    Make sure your printer has power and is turned on. Try turning your printer off and then back on again to see if it resolves your issue.
    Check to see if your printer has any error lights or indicators displayed on the printer's control panel. Check the documentation that came with your printer to clear any errors displayed.
    Check with your printer's manufacturer to see if any firmware updates are available for your printer. Check your printer's documentation or contact the printer vendor for more information. A firmware update may be available, even if you just bought your printer.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • To upload a RTF and a PDF file to SAP R/3 and print the same through SAP

    Hi,
    I have a requirement to upload a PDF file and a RTF file to SAP R/3 and print the same.
    I wrote the following code for uploading a RTF file to SAP R/3 and print the same. However, the problem is , the formatting present in the RTF document( bold/italics..etc) is not being reflected when I do the 'print-preview' after the executing the code below :
    report z_test_upload .
    data: begin of itab occurs 0,
             rec type string,
          end of itab.
    data: options like itcpo.
    data: filename type string,
          count type i.
    data: filetype(10) type c value 'ASC'.
    DATA: HEADER  LIKE THEAD    OCCURS   0 WITH HEADER LINE.
    DATA: NEWHEADER  LIKE THEAD    OCCURS   0 WITH HEADER LINE.
    DATA: ITFLINE LIKE TLINE    OCCURS   0 WITH HEADER LINE.
    DATA: RTFLINE LIKE HELP_STFA OCCURS   0 WITH HEADER LINE.
    DATA:   string_len TYPE i,
            n1 TYPE i.
    selection-screen begin of block b1.
      parameter: p_file1(128) default 'C:\test_itf.rtf'.
    selection-screen end of block b1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file1.
      CALL FUNCTION 'F4_FILENAME'
           IMPORTING
                file_name = p_file1.
    start-of-selection.
    move p_file1 to filename.
    call function 'GUI_UPLOAD'
         EXPORTING
              filename                = filename
              filetype                = filetype
         TABLES
              data_tab                = itab
         EXCEPTIONS
              file_open_error         = 1
              file_read_error         = 2
              no_batch                = 3
              gui_refuse_filetransfer = 4
              invalid_type            = 5
              no_authority            = 6
              unknown_error           = 7
              bad_data_format         = 8
              header_not_allowed      = 9
              separator_not_allowed   = 10
              header_too_long         = 11
              unknown_dp_error        = 12
              access_denied           = 13
              dp_out_of_memory        = 14
              disk_full               = 15
              dp_timeout              = 16
              others                  = 17.
    if sy-subrc <> 0.
      message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    loop at itab.
      string_len = strlen( itab-rec ).
      n1 = string_len DIV 134.
      ADD 1 TO n1.
      DO n1 TIMES.
        rtfline-line = itab-rec.
        APPEND rtfline.
        SHIFT itab-rec BY 134 PLACES.
      ENDDO.
    endloop.
    HEADER-TDSTYLE = 'S_DOCUS1'.
    HEADER-TDFORM = 'S_DOCU_SHOW'.
    header-tdspras = 'E'.
    CALL FUNCTION 'CONVERT_TEXT'
      EXPORTING
      CODEPAGE               = '0000'
        DIRECTION              = 'IMPORT'
        FORMAT_TYPE            = 'RTF'
       FORMATWIDTH            = 72
        HEADER                 = header
        SSHEET                 = 'WINHELP.DOT'
        WITH_TAB               = 'X'
        WORD_LANGU             = SY-LANGU
        TABLETYPE              = 'ASC'
      TAB_SUBSTITUTE         = 'X09  '
      LF_SUBSTITUTE          = ' '
      REPLACE_SYMBOLS        = 'X'
      REPLACE_SAPCHARS       = 'X'
      MASK_BRACKETS          = 'X'
      IMPORTING
        NEWHEADER              = NEWHEADER
      WITH_TAB_E             =
      FORMATWIDTH_E          =
      TABLES
        FOREIGN                = RTFLINE
        ITF_LINES              = ITFLINE.
      LINKS_TO_CONVERT       =
    if sy-subrc <> 0.
    endif.
    CALL FUNCTION 'PRINT_TEXT_ITF'
      EXPORTING
         HEADER        = newheader
         OPTIONS       = options
    IMPORTING
      RESULT        =
      TABLES
        LINES         = itfline.
    if sy-subrc <> 0.
    endif.
    Any hints or suggestions to solve this problem will be highly appreciated.
    Thanks,
    Avra

    Hi Vishwas,
    Check out the thread [Efficient way of saving documents uploaded|Re: Efficient way of saving documents uploaded by users; and check the blog by Raja Thangamani.
    Also check the thread [Export Images through Function Modules   |Export Images through Function Modules;.
    Hope it helps you.

  • How to open 2 separate Yahoo email accounts at the same time? I can do this in IE by clicking File | New Session. I dont see how to do this in Firefox.

    How to open 2 separate Yahoo email accounts at the same time, without using an add-on or plug-in? I can do this in IE by clicking File | New Session. I dont see how to do this in Firefox.

    You need two independent set of cookies to achieve this and only an extension can do this.
    * Multifox: http://br.mozdev.org/multifox/
    You can get a second set temporarily by switching to Private Browsing mode and keep the current session open, but that still allows you to only one access one account at the time and you need to login again after reverting to the first account by stopping PB mode.
    *https://support.mozilla.org/kb/Private+Browsing
    * https://wiki.mozilla.org/Firefox3.1/PrivateBrowsing/SecurityReview#Configuration
    *browser.privatebrowsing.dont_prompt_on_enter
    *browser.privatebrowsing.keep_current_session

  • Is there a way I can stream video from my 2012 AirMac to the Apple TV using airplay and at the same time stream the audio to an air speaker?

    Is there a way stream video from a 2012 MacBook Air to a TV using Apple TV and at the same time steam the audio to an air speaker. Also the same question but using an ipad

    You can try one thing. Follow these steps:
    1. On your Mac, turn on AirPlay Mirroring and connect it to the Apple TV, so audio and video will stream from the Apple TV.
    2. Turn off the sound of the TV where you have connected the Apple TV.
    3. Then, make sure that you have turned on the AirPlay speakers. Then, open System Preferences > Sound > Output, and choose the external speakers, so sound will stream from these external speakers.
    This should work correctly

  • Recording Video and Audio at Same time with simultaneous sync

    I want to record a keyboard performance into garageband and at the same time record the playing of that performance with my video camera. Then I want to create a movie using the music from garageband and the video from the camera. I was thinking that if I can sync the video and audio when I'm recording the session, then that part is taken care of. Or, maybe this is easier than I think it is?
    Is there a way to do this so that I can use the garageband record performance and have it synced to the video on the camera?
    I don't want to use the audio from the video camera because the performance that is captured in Garageband will be much better and I can do editing of the individual notes in GB.
    In the end, I just want to make a movie and/or podcast of the performance.
    I'm a newbie regarding this, but I did search the forums and couldn't find anything specific. Mostly it was about importing video into GB3 and then syncing new audio. I'll basically have audio and video from the same performance in two separate locations and I want to bring them together perfectly in Garageband.
    Thanks for any help you can provide.
    Powerbook G4 - DVI   Mac OS X (10.4.9)  

    Okay. I got the video and audio all together. I told you I'd link to it when it was up.
    http://www.youtube.com/watch?v=FxssYpUNJm8
    There's also a copy of it at http://www.myspace.com/bonjimmy/
    And as a quick side comment, even though I uploaded the same video to both YouTube and MySpace, the MySpace version is much better. YouTube must do something to the video after it's uploaded.
    What I learned doing this project:
    I recorded the video first (which gave me the sequencing of the piano performance) and then I dubbed the audio in later. However, there wasn't a good way to sync the video and the prerecorded piano, so there are some spots where the dubbed audio vocal isn't accurate to the video. I'm not sure what the pros do for this. I was hoping I'd remember how I sang for the video but when a couple weeks go by before re-doing the audio, it's about impossible. I tried, though.
    I remember working with an old 4-track and smpte to a sequencer a long time ago. With the way it is now, it's pretty cool that you can record digitally and mix and match and everything falls together perfectly as long as you have a place to match the video and the audio. It's pretty cool.
    What else???
    Does anyone have suggestions that would have made it better? Also, if you have suggestions on my performance or whatever, I'd love comments, but you can do that on the linked page.
    Thanks again for all your help. (The point of the video is because I'm thinking about getting back out there and doing some more playing... I'm looking for a band or something else interesting...)
    Powerbook G4 - DVI   Mac OS X (10.4.10)  

  • My Epson photo 1280 will only print 1/2 of a page from a document in Pages program. First print was fine. Have printed out a Mac templet and printer does same thing. Cleaned heads, checked nozzels etc. Any ideas?

    My Epson photo 1280 will only print 1/2 of a page from a document in Pages program. First print was fine. Have printed out a Mac templet and printer does same thing. Cleaned heads, checked nozzels etc. Any ideas?

    Hello, I have exactly the same problem. I could have written the same text. And I have'nt found solutions. Except, perhaps, change this printer (and quit HP?).
    Any suggestions would be really much appreciated.
    Thank you for your possible responses.

  • How can I copy documents from a Sharepoint On Premises library to a Sharepoint Online library and at the same time preserving their metadata?

    How can I copy documents from a Sharepoint On Premises library to a Sharepoint Online library and at the same time preserving their metadata?
    I use the Open Explorer Windows to drag and drop the files, but the metadata are not copied. Thanks.

    To maintain the metadata you'll need to use one of the third party tools that does this kind of migration.  Metalogix has a product with a free trial that we have used before.  (Don't remember whether the free version maintains metadata or not).
     You can read about it here:
    http://www.metalogix.com/Products/Content-Matrix.aspx
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Is it possible to record and play at same time in swift, is there a option to record without storing the file

    I am making a microphone, is it possible to record and play at same time in swift, is there a option to record without storing the file

    Its pretty simple with FMS. You just need to do following things:
    Publish using FMLE with following settings: (just telling which are needed , rest you configure based on your needs)
    Video codec: H.264
    Audio Codec: <of your choice>
    Server ip: rtmp://<server-uri>/<app-name>
    Stream Name: mp4:<stream-name>.f4v
    Application : Server-side code
    application.onPublish = function(myclient,mystream){
         mystream.record();
    application.onUnpublish = function(myclient,mystream){
         mystream.record(false);
    Have a client , which subscribes in following live mode:-
    ns.play("mp4:<stream-name>.f4v",-1,0,true);   // this is subscribing in live mode
    In this way even if file is recorded, your clients are subscribing in live mode so all will be in sync.
    Now if you want to disallow any clients who will try to subscribe to "recorded" file when live event is going on, you can achieve using auth adaptor. (let me know if you want to enforce such requirement)
    But i think above solution solves your primary problem. Also please let me know if there are any issues in getting it work , i have given bare minimum which is required.

  • Bluetooth seems like working since last week and at the same time I can't manage the Wi-Fi

    Bluetooth seems like working since last week and at the same time I can't manage the Wi-Fi. I have already restored.

    This entire thing is a hair over four months old, I don't think it should be acting up this much. Plus, this problem happens only once out of every 40 or 50 times I start this thing up. It's very infrequent, but it's there, and it just bothers me, I guess.
    That said, I would try reinstalling, but I wouldn't be able to tell if it'd worked unless the problem never cropped up again in a long, long time. Sadly I also don't have access to my OSX discs at the moment (I'm out of the country).

  • Connecting Gigaworks ProGamer G500 to TV and PC at same time?

    Yeah well thats my question. Is it possible to connect both to TV and PC at same time, and get 5.1 sound out of each? (not at same time though). Message Edited by mefi on 10-11-2007 03:47 AM

    OOps sorry I wrote the wrong thing. It's been redone now.
    Message Edited by mefi on 10-11-2007 03:48 AM

Maybe you are looking for