I want to send mail when my po is save to numbers of users.

Hello all gurus,
                      Dose anybody know that how to send mail when saving po give me exits name and is there any function module or other option to send mail to number of users with  some test in body.
Thanks in advance..

Hi nainesha,
    Pls search the forum before posting a question.I think it has been already answered in some post . I dont remeber the thread.
you can go for Badi 'ME_PURCHDOC_POSTED' where u will find all fields in PO.To send mail u can use FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' or BCS methods.As you have nt told wat should be attached , you can have all fields in this Badi.
  Pls close the thread ASAP.
Br,
vinod.

Similar Messages

  • FTP Send mail when no file after 8 polling

    I want to send mail when the FTP Adapter tried polling for 8 times and no file is there in the directory. How can we acheive this.
    Thanks
    Sebin

    Hi Thomas,
    want to send mail when the FTP Adapter tried polling for 8 times and no file is there in the directory. How can we acheive this.
    >>i think this is not possible with xi without having any file in directory ......xi needs some data otherwise how u will get the error report which u want to send as a mail ............as per my knowledge there must be some file in directory ....for  xi to send back the responce ....empty directory i think it w'nt work ..........correct me if i am wrong .........guys !
    Regards,
    Azeez khan.

  • BADI OR User Exit for send mail when realize PO  in me29n

    Hi all,
    i need some enhancement to send mail when we release PO in me29n.We have release strategy of some levels.When first level release PO i have to send mail to the higher level group.
    I implement EXIT_SAPMM06E_013 but the program do not go there.
    Do anyone know some other solution?!?
    Thanks in advance.

    Hi,
    i have alredy implement EXIT_SAPMM06E_013 but the program do not stop there.Do i miss something?I activete the project and saw that  EXIT_SAPMM06E_007 EXIT_SAPMM06E_013 and EXIT_SAPMM06E_016 are implemented and active.

  • I can not send mail when at school. Please help

    I can not send mail when at school. Please help

    What is the email provider? If it is from your home Internet service provider, they usually block sending when not on their network. If this is the case, see if you can log into the smtp server with username and password. If they allow that, you can enter that in the email account settings.

  • Can't send mail when using mobile broadband

    Hi
    I am getting quite frustrated as I can't send mail when using my mobile broadband modem! I can receive mail, and surf the internet etc, but mail just wont send!(i get the usual cannot send try later/resend options). I thought this might be an issue with my mobile broadband but have recently reinstalled it. When at home on a wireless network I have no such issues.
    Any help appreciated
    Charlie

    Cgienke wrote:
    I am not using a SMTP it is a Pop3 domain name account from freeparking and uses mail.'NAME'.com for incoming and outgoing mail!
    Even though your e-mail service uses the same URL for POP3 and SMTP servers, in the software sense you actually do have separate POP3 and SMTP servers, although they may be hosted on the same machine, or the requests are routed via some "smoke and mirrors" to the right host.
    It is not related to my ISP at home, which is Virgin media. My mobile broadband provider is 3. I was thinking it might be that I need to change the port settings in mail when using my mobile modem, but don't know what to change them too(or how to do it!) or configure the modem differently but again not sure what to do there!
    Check with the freeparking online help to see if it supports port 587 or some such.
    Also try Mail's "Connection Doctor" (under the Window menu) when you're away from home to see if that shows anything useful.
    Since you can send e-mail from that SMTP server when you're at home but not when you're using your mobile broadband, I think one of two possibilities is likely: (a) Your mobile broadband provider is blocking your attempts to access the freeparking SMTP server and/or port. (b) The freeparking SMPT server for some reason doesn't like being communicated with via your mobile broadband provider. I'd check with each of them to explore these options.
    Does your mobile broadband provider have an SMTP server that you can use instead of the freeparking one?
    My modem(Huawei E220) is not particularly Mac friendly as it is, and I believe Mail can be quite sensitive when servers don't respond immediately?
    Yes. Mail seems to have a fixed time-out value for server responses.

  • HELP: Cannot send mail when off network??

    Hi we have set up the mail server on our Leopard server to host mail for our domain, we can successfully recieve and send mail when clients on on our internal network, and when off network can send as well. But when a client is not on the internal network (e.g. StarBucks or at home), they can not send mail using our server, even when on VPN. We have selected to use authentication, and the connection doctor in mail shows it is able to log in and connect with the server. any ideas?

    I see it's been a month with no on-line response to your problem from Apple or anybody. That may indicate there isn't one that works 100%. I am having the exact same problem with all of the same companies. Add to it that I cannot get e-mail on my PC at home/office when the I-phone is turned on. I too have been in contact numerous times with Charter and Verizon, and have received zero return phone calls from either when promised. It seems that many people have these problems, but so far nobody can fix them? And I paid for this phone? I never thought I'd be at a point where I would consider returning to my Blackberry.

  • I want to receive mails when my apple id is used

    i want to receive mails when my apple id is used, how can i do?

    You have to first create your account on an Apple device.  You are getting this message because you are trying to create an iCloud account on a PC by signing with your Apple ID.  You can only sign into an existing iCloud account on a PC.  You first have to create your iCloud account on an iOS device (iPhone, iPad or iPod Touch) running iOS 5 or higher, or on a Mac running OS X Lion (10.7.5) or higher.  After creating your account on one of these devices you will then be able to sign into the account using this ID on your PC.

  • Problem sending mail when out of town.

    So, I check in to the hotel w/ wifi and I receive mail but cannot send it. "Cannot send message using selected server" referring to my regular mail server. Gmail doesn't work nor does .mac even changing the port to 587.
    Are there any magic numbers I need to configure to accomodate this or is it just too bad.
    Thank you

    Do you have the authentication information filled in for the mail account? Open Mail preferences, click on Accounts icon in toolbar, click on Account Information tab. Click on the Server Settings button. Select Password authentication from the Authentication drop down menu. Fill in your email username and password.
    Some mail servers will not permit you to use them for sending mail when logged into another ISP account without authentication. Also be sure you are using the proper server for the mail account you are accessing, especially if you have multiple accounts and mail servers configured.

  • I am using iplanet messaging 5.2. I want to send mail using command line. Anyone knows exact command line syntax.

    I am using iplanet messaging 5.2. I want to send mail using command line. Anyone knows exact command line syntax.
    Thanks
    -Vasu

    #telnet 0 25
    mail from: user1 #email source
    rcpt to: [email protected] #email destination
    data #begin email content
    Subject: Hi, This is a test mail #optional subject
    Hi, Please don't pay attention to this email, just a test
    . #end email content
    quit #Quit SMTP
    #

  • Send mails when I watch thread...is not workin!??

    Could anyone tell me why I do not get email for threads that I watch (both "watch" options are checked as well as "send mail when I watch")?
    THX!

    Hi,
    I've just started to receive emails again.
    I went to my settings and changed the frequency to daily, saved the changes and then set it back to immediate. Then I got my emails. It's either that or someone, at the same time, resolved the issue - either way, I'm getting emails now!
    Regards
    Andy

  • I work in psd, i want to send mail to pdf,  with out pixel, how do i do ?

    i work in psd, i want to send mail to pdf,  with out pixel, how do i do ?

    Well it is difficult to understand your question so little information, and with an apparent language problem, but you can can Save As to the pdf format.  If you have any text layers, do _not_ flatten before exporting.  Use a High Quality Print preset in the PDF dialog box, unless file size is critical.
    If I have misunderstood your question, please give a lot more information, including what version of Photoshop.  You can use your own language if that is easier, and we'll use the forum Translate feature, but the more information you put in your post, the better chance of it being understood.

  • I want to be alerted when pdf is currently in use by another user?

    I want to be alerted when pdf is currently in use by another user?

    Currently in acrobat 10 it allows you to open a pdf that is in use. I would like to know how turn the alert on.

  • Since Photos, I notice that in Mail when I try to save a  picture it goes to iPhoto as before not Photos?  Is there a preference setting somewhere?  GH

    Since Photos, I notice that in Mail when I try to save a  picture it goes to iPhoto as before not Photos?  Is there a preference setting somewhere?
    GH

    How are you saving the picture.  Are you selecting the Export to Photos option in this contextual menu?
    Currently that contextual menu doesn't work.  You can drag the photo from the email window to the Photos icon in the Dock or drag the photo to the Desktop and import from there.  Then delete the copy on the Desktop.  Tell Apple about this bug in Mail/Photos via https://www.apple.com/feedback/photos.html

  • Selecting from which accout I want to send mail from

    On my 17" powerBook, when I go into mail and want to compose a new mail, in the header it gives me a drop down menu to select from which mail account I want to send the mail from.
    Now on my desktop G5, that DropDown menu is no where to be seen. I cannot figure out where or how to turn that feature on. I have both computers logged in at the same time and have compared all the settings between them and they all match.
    PLEASE
    how do I get that dropdown menu to appear on my DeskTop G5
    Thank you to anyone that can help

    So, if I understand this correctly, you have ONE physical account, and you have one or multiple aliases that point to the actual user@realAddress of this one physical account.
    In Mail>Preferences>Accounts>Account Information, it has:
    Account type:
    Description:
    Email Address:
    Full Name:
    What do you have listed in the Email Address field? Is it
    user@realAddress, aliasUserName1@aliasAddress1, aliasUserName2@aliasAddress2, ...???
    If so, I would have thought that that should normally enable the Accounts field that I talked about in my previous post.
    If that doesn't do it, why not create a second (temporary bogus) mail account? For example, you could create a temporary fictitious account using localhost as your smtp and imap/pop servers). It'll give you warning messages during setup because there is no server at localhost but that's okay, just continue onward to account completion.
    Or create a real mail account at AIM (AOL) -- they're free and you can give that one out when you're worried about disclosing your email address. Go to http://mail.aim.com and create one, then go to http://help.channels.aol.com/kjump.adp?articleId=219584, which has the directions to configure Mail.app account preferences.
    Then try the Customize header... thingy again. Then delete the fictitious account in Mail>Preferences>Accounts (or the free AIM account if you never intend to use it). Because once the multiple email addresses have been specified as your email addresses in the real original account, I would think that the Accounts field should stick. If not, I'm stumped for ideas.
    I noticed you marked this post as "answered." But not solved? If anything in this thread was helpful to you, and if you are still able to do so now that it has been marked "answered," please consider awarding points to anyone here that posted worthwhile assistance. I'm kind of speaking for all of us and maybe I shouldn't be, but we (okay, I) would be most appreciative. Of course, on the other hand, if none of these posts were of any use to you, then obviously they deserve no credit -- in which case, you probably shouldn't have marked this question as answered because there was no working solution given here for future readers experiencing similar problems to leverage on. And if you solved it on your own, irrespective of what we all posted, everyone that is experiencing a similar problem like this, that reads this "answered" thread, would undoubtedly like to hear how you eventually solved this issue. And I would, too, just to learn something new.
    Thanks, and I do hope that either something in this thread or your own self-discovery enables this functionality, one that Mail.app should be providing.
    (if this solves your problem, or is actually helpful towards arriving at a solution to your problem, please consider marking this reply as "helpful" or "solved" in order to award points. This would be in addition to (if applicable) marking this question as "answered")

  • Sending mails when save button clicked on KS01 - Cost Center creation

    I Want to send a email to my officials when i entered the data and  click a saved button in KS01 after or before creating Cost Center..

    Hi Ravi,
    The package for ks01 is KBAS.
    In this u have exit COOMKS02 before saving.
    So write logic to send mail in the function module of this user exit which is triggered before saving.
    Regards,
    Vineesh.

Maybe you are looking for

  • Pre-order is being axed...

    My friend just got a call from bestbuy that his pre-orders for white one is no longer guaranteed and they are not sure when he will get it. He is very upset because most of other places are now even taking pre-orders for black ones. Basically, he was

  • FSRM and Quota's showing incorrect values

    Hi, I have set up folder quota's, and on one folder I have set it to 100GB.  This Quota shows as 99% used, but the actual folder in Explorer shows only as 28GB used.  What am I missing, or set up wrong, or is there a fix that needs to be applied? (I

  • What is the max characters  memo field can hold on crystal Xi?

    Post Author: chulheekim CA Forum: General Can anyone help me with memo field that I have on crystal XI? I see only about 200 characters on a memo field. what is the max characters  memo field can hold on crystal XI? I've got to bring this answer to t

  • Mac Mini No Booti

    We have a small computer lab full of identical Mac Mini's, one of which now sports a new flashing folder with a "?". I inserted the install disk and booted with the C key pressed (to no avail,) there is nothing to suggest that it realizes that a disk

  • Help with X-fi I/O driver

    I am trying to hook up my tv's sound to my x-fi I/O, but I can't seem to get it to work. I hook the RCA cables from the output of TV and into the AUX2 input on the x-fi I/O, but no sound comes through. Any help would be appreciated. THANKS:smileytong