Gr message to Purchasing group email Ids

Hi There,
               I need to Gr message to Purchasing group email Ids using output type. I checked the output type MLGR, it is not sending the external email ids also it can send the message only to the user entered in the condition record. Also the GR posting is not accessing to the conditions given in the condition record table. It is fetching only the User detail from the condition table. Thanks for your valuable inputs for this issue.
Regards,
Vishnu

Hi,
Mail access / authorization is one of the reasons for not getting mails.Have you tried to give message manually inMB02? I think you should take a look at the problem of authorization. The process of using output type MLGR is that a mail is sent to the buyer through the purchase group entered in the PO. Check in IMG>MM>Purchasing>Creating Purchase Groups. An email address should have been maintained there.
Alternatively, try creating an output entry using Medium 7 (as you did), but partner function $1, BU or ME. This should trigger an email to the Buyer who created the order.
This may require you to configure these partner functions for the particular output type. I suggest you make a copy of MLGR.
I hope this will resolve your issue. Thanking you

Similar Messages

  • System message for purchasing group

    Hi Experts,
    I would like to control choosing diiferent purchasing group in one PO by end user?How can I do this
    Thanks in advance for your help

    the purchasing group in material master is just a default for requisitions that are created via MRP.
    user can enter whatever purchasing group they want in a requisition if they create one manually.
    the buyer usually looks in his worklist e.g. in ME57 by selection all requisitions that are assigned to him.
    However, if the buyer 101  is the holiday replacement to 102, then the general concept allows that buyer 101 can pull the requisitions of buyer 102 and change the purchasing group to 101 in the PO.
    If you dont want that, then restrict authorization based on object M_BANF_EKG (purchasing group in requisition)

  • "RFC 2822" error message when sending group emails

    I periodically send bulk emails to groups from my AddressBook, and have done so w/o glitches for years. Suddenly, I'm getting this weird error message: "Message does not conform to RFC 2822 standard". Earthlink tech support was unable to figure it out. Mac tech support said to cut down the number of contacts in my groups. Tried that. No go. I see others here have run into this. I tried the "BCC" workaround that some kind soul posted a few months back (Add the desired AddressBook group to the BCC field instead of the "To" field.). This did work (thank you, kind soul!), but it seems like a provisional solution. Has Mac or anybody else figured out what this RFC thing is all about and how to fix it for good?
    Any help would be much appreciated.
    MacBook   Mac OS X (10.4.8)  

    When you put the group in the BCC: field, are you also putting at least one address (usually your own) in the To: field?
    I would also make sure that there are no typos, and especially no spaces, in all the email addresses.
    Power Mac G5 1.8GHz DP, 1.5GB RAM   Mac OS X (10.4.8)  

  • Purchase Order - How to email to Purchasing Group instead of Vendor?

    Hi,
    I managed to setup the PO email PDF functionality according to note 191470.
    However it sends to the Vendor by using the email address in the vendor master.
    How can I have it sent to the email specified in the Purchasing Group instead?
    Can this be configured or do I need to user-exit for this?  Please let me know the name of the user-exit if so.
    Thanks for your help and advice!
    cheers,
    Patrick

    Hi,
    Thanks for the suggestion.
    The sending of the PO PDF to the purchasing group email is meant for a certain set of PO types only.
    I'm just wondering, from what i read in note 191470, you can replace the email in the purchase order header "Address" section and the email that i specify would be used instead.
    If this is possible, then i could write a small user-exit which is activated before the PO is saved to replace that email with whatever email i want.
    Would that work?
    thanks.

  • One Purchase group assignment to Mutiple Purchase Organisation in SRM 5.5

    Hi
    We have business requirement that one purchase group caters two purchase organisation in SRM 5.0
    Is it possible ? How?
    Regards,
    NNK

    Hi Nitin,
    You can not assign same purchasing group for two different purchasing  orgnisations in SRM. if you try to do then you will get below message.
    "Purchasing group 101 in system QASCLNT500 already assigned to New organizational unit
    Thanks
    Ravi

  • STO error: No Purchasing Group determined

    Hi,
    There is one *STO error message* occurred when i creating optical service order.
    I am trying to create a Optical Service Order and when I going to save it as completely billed, STO error occurs with message: No Purchasing Group determined.
    Could somebody help me in this regard and explain the steps to solve the issue.
    Thanks in Advance...
    Ur Help will be highly beneficial......
    Regards
    Amandeep K. Dhaliwal

    Hi
    product category are directly related to purchase group. depends upon the settings in the organisation structure , the system determines which purchase group is responsible for procuring this product category.
    so back track your product category and purchase group link and this purchase group is made a link with purchase organisation. since product category responsiblity is a mandatory in srm.
    Can you update here . where your user was positioned in org structure?
    hope that you made a link between purch organ with purchase group?
    po1
      --> pg1
    and moreover check following settings. are you try to procure via describe (spl request)?
    Purchase group - responsibilty tab what are the product category you mentioned?
    have you maintain Organisation responsibility under the responsibility tab?.
    still you find difficulty ?
    regards
    muthu

  • Email PO as a PDF  document to Buyer-Purchasing Group

    Hi MM expert,
    is it possible to send an Email to Buyer (Purchasing group) as a PDF Document once we create the PO
    if yes Please let me know the Custamization settings
    Thanks in advance
    Priya

    yes it can be the output message like NEU but select medium number 7 simple email, then system will send the email who create the PO as buyer but in the profile management the creator email should be define so through ssytem it will go to his outlook system. first it can be seen in your SAP office then if in profile the outlook email is defined then through system it will go to outlook.
    regards,
    qsm sap

  • Auto emailing of PO's of  particular purchasing groups to common mail Id

    Hello All,
    There is a need to have all the PO's created with multiple purchasing groups to be sent to a common mail Id.
    For Example ,  there are various purchasing groups like PG1, PG2, PG3,....and so on & the need is to send all the PO's created with these purchasing groups (PG1,PG2,PG3....) to be sent to a common mail ID
    Kindly advise how to proceed further regarding this.
    Thanks & Regards,
    Ravindra
    Edited by: Ravi Bhalerao on May 5, 2011 8:41 AM

    Yuo can have this as follows:-
    Create a customized program which choose PO detail based on PO PR group. Then write a funtion module to send mail to external mail ID POs as PDF attachment.
    Here is the sample code for Function module:-
    REPORT ZREPORT_TO_EMAIL NO STANDARD PAGE HEADING LINE-SIZE 200.
    DATA : BEGIN OF ITAB OCCURS 0,
    PERNR LIKE PA0001-PERNR,
    ENAME LIKE PA0001-ENAME,
    END OF ITAB.
    DATA: message_content LIKE soli OCCURS 10 WITH HEADER LINE,
    receiver_list LIKE soos1 OCCURS 5 WITH HEADER LINE,
    packing_list LIKE soxpl OCCURS 2 WITH HEADER LINE,
    listobject LIKE abaplist OCCURS 10,
    compressed_attachment LIKE soli OCCURS 100 WITH HEADER LINE,
    w_object_hd_change LIKE sood1,
    compressed_size LIKE sy-index.
    START-OF-SELECTION.
    SELECT PERNR ENAME
    INTO CORRESPONDING FIELDS OF TABLE ITAB
    FROM PA0001
    WHERE PERNR < 50.
    LOOP AT ITAB.
    WRITE :/02 SY-VLINE , ITAB-PERNR, 15 SY-VLINE , ITAB-ENAME, 50
    SY-VLINE.
    ENDLOOP.
    Receivers
    receiver_list-recextnam = 'EXTERNAL-MAIL-ID'. "-->
    EMAIL ADDRESS
    RECEIVER_list-RECESC = 'E'. "<-
    RECEIVER_list-SNDART = 'INT'."<-
    RECEIVER_list-SNDPRI = '1'."<-
    APPEND receiver_list.
    General data
    w_object_hd_change-objla = sy-langu.
    w_object_hd_change-objnam = 'Object name'.
    w_object_hd_change-objsns = 'P'.
    Mail subject
    w_object_hd_change-objdes = 'Message subject'.
    Mail body
    APPEND 'Message content' TO message_content.
    Attachment
    CALL FUNCTION 'SAVE_LIST'
    EXPORTING
    list_index = '0'
    TABLES
    listobject = listobject.
    CALL FUNCTION 'TABLE_COMPRESS'
    IMPORTING
    compressed_size = compressed_size
    TABLES
    in = listobject
    out = compressed_attachment.
    DESCRIBE TABLE compressed_attachment.
    CLEAR packing_list.
    packing_list-transf_bin = 'X'.
    packing_list-head_start = 0.
    packing_list-head_num = 0.
    packing_list-body_start = 1.
    packing_list-body_num = sy-tfill.
    packing_list-objtp = 'ALI'.
    packing_list-objnam = 'Object name'.
    packing_list-objdes = 'Attachment description'.
    packing_list-objlen = compressed_size.
    APPEND packing_list.
    CALL FUNCTION 'SO_OBJECT_SEND'
    EXPORTING
    object_hd_change = w_object_hd_change
    object_type = 'RAW'
    owner = sy-uname
    TABLES
    objcont = message_content
    receivers = receiver_list
    packing_list = packing_list
    att_cont = compressed_attachment.

  • I just got the new Iphone 5 and when I send a message in a group text it keeps sending it as an email and as my phone number. The people in the group text are complaining that it is creating a new group message everytime I text. How do I fix this?

    I just got the new Iphone 5 and when I send a message in a group text it keeps sending it as an email and as my phone number. The people in the group text are complaining that it is creating a new group message everytime I text. How do I fix this?

    Read http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    If you wish to share an Apple ID with family members then read: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/

  • Attachments in a group email sent from outlook 2007 do not show in the message

    iPad doesn't show attachments in a group email sent from a Windows 7 PC using outlook 2007. Doesn't matter what the attachment is, if it is sent to a group created in Outlook the attachments do not come through. Is this a bug in iOS? My Google Nexus 4 phone handles the attachments just fine.

    ''Toad-Hall [[#answer-670403|said]]''
    <blockquote>
    Is the 'in the clear' bar code number part of an image, it may be not shown because it was remote content?
    What happens if you read the email using 'PlainText view' ?
    'View' > 'Message body as' > 'Plain text'
    Do you have anti-virus software scanning emails?
    If yes, then switch it off to see if it is effecting the emails when it downloads.
    </blockquote>
    Thank you very much Toad-Hall. That is the information I needed. Perfect!

  • How do I send a group email messages then save it for later???

    How do I send a group email messages then save it for later???is there a way that i can save couple of people for whenever want to send an email for them by clicking on my save group get access easily to specific people.
    Thankssss

    You can set up email groups in Contacts. The articles says Address Book (Contacts old name), but it still works.
    Contacts – Create Mail Group

  • Group messaging issue with messages being sent to email rather than mobile

    Hi,
    I have an iPhone 4s running iOS 6.0.1. I tried to send out a large group message today by opening up messages and clicking on the + button (top right corner) and selecting a number of recipients one by one in the list.
    What I noticed was that when selecting some contacts, I was prompted for a delivery address while other contacts were automatically selected and I couldn't change the delivery path. Unfortunately the phone was automatically sending the messages to the recipients email rather than their mobile phone (I checked my mobile usage records). I couldn't select the recipient in the list and change the delivery method either... I also noticed that the message would change from an sms to mms message automatically because the iphone was automatically choosing an email address to send to. This is really annoying!!! Does anyone know a work around?
    I tried disabling mms messaging in settings-messaging but I would get an error saying:
    Cannot Send Message: MMS Messaging needs to be enabled to send to an email address
    This is incredibly frustrating. Why doesn't the iphone allow you to select the delivery address for each contact rather than automatically selecting an email address? I thought the iphone would be smart enough to select their mobile number since it is a mobile messaging device...
    Any ideas?

    Is there a solution to this issue?

  • Emailing PO script to both Purchasing Group and Vendor

    Hello All,
    Is there a way to email PO SAP script to both Purchasing Group and Vendor?
    i searched the form and endup with no luck.
    Regards,
    Sree

    Hi
    in the print program  the funciton module which you used for sending the mail add the email id of vendor and purhcasing group to the receiver list and it will send to both the parties
    regards
    m.a

  • Send email as PDF to Purchasing group & the vendor

    Requirement :
    To send PO as PDF through email to the Vendor's email address & the purchasing group at the time of saving.
    Is there an Exit for this ? Or How do I go about it ?
    Thanks
    SMS

    You can do this through standard output control in MM.  Define the medium as 5 (external Send).  Configure your system for email (transaction SCOT), and define the conversion rules.  The standard is OTF to PDF.  You do not have to program anything.   If you really want to do this all through program, here is what you have to do.
    When calling OPEN_FORM, in the options parameter set the flag for the field TDGETOTF.
    When calling CLOSE_FORM get the otfdata .
    Call the 'CONVERT_OTF_2_PDF'
    Call one of the download FM / cl_gui_frontend_services=>gui_download, and download the PDF file.
    Albert

  • Limit to I just recieved this message when trying to email a itunes gift certificate, "This purchase would exceed the maximum Gift Certificate purchase amount for this Apple ID".Why I am limited to gift certificate and not other purchases.?

    I just recieved this message when trying to email a itunes gift certificate, "This purchase would exceed the maximum Gift Certificate purchase amount for this Apple ID".Why I am limited to gift certificate and not other purchases.?

    Chris CA,  62,910 points.  Dang...that's a lot of support.  Before I start, let me say Thank You!  You need to answer a lot of people's questions to achieve that.
    1)  You slightly misunderstood my letter through no fault of your own.  It was a generic compilation of information submitted by members of this discussion turned into a letter by me for use on the Apple Feedback site.  I myself did not receive an e-mail.  I actually was prevented from purchasing any more iTunes gift cards at a certain point and was given a cryptic response from the iTunes store that my request could not be processed.  It was only after investigation on my part that I found out the reason was the $100 max per 30 day rule.  I'd try to find where in the Apple's support site I did find that information...but, well, you are just going to have to trust me.  However, others in this discussion stated they received the information in an e-mail.  I used that fact in my letter as it seemed to create a less "cumbersome" feedback submission.
    2)  "Why look for iOS apps?"  That's a good very good question!  I miswrote.  I should have said "OS X apps."  That is where iTunes is located on the Feedback Site.  Good catch.  As you know (62,910 points is a lot of "knowing"), when you submit feedback you must click on the item of which you are going to write.  I must be so ramped up for the impending release of the new iPhone that I had iOS on the brain.  My bad. :-)
    3)  In all the time this discussion has been alive (over a year), and in all my googling, I never read about an option to contact iTunes support and ask them to remove this limit from my account.  It is too bad you didn't come to this discussion when it started in May of 2011 to offer that piece of advice!  Surprisingly, that information wasn't anywhere on the Apple site where I read about the $100/30 day limit.  Maybe it is there now.  But, it sure wasn't there when I read it.  It would have been very helpful.
    4)  You say "(which they can do and often have done for many people here)."  I am curious, what do you mean by "here."  Not "here" as in "here in THIS discussion forum."  Right?  I don't see anyone in this discussion aware of that information and posting it for others to read.  By "here" I assume you mean the ENTIRE Apple Support Community.  Unfortunately, until you arrived on the scene, none of those from that gigantic "here" came across THIS discussion to share their good fortune and knowledge about removing the $100 limit on iTunes gift card purchases per 30 days.
    Well, I think that wraps it up for another day.  I am off to iTunes support to get this limit removed from my account.
    Adios amigos!
    Mr. Luigi

Maybe you are looking for

  • ITunes 10.5.2 doesn't open on my macbook running OSX 10.6.8

    I have a macbook white unibody running Snow Leopard 10.6.8. I've recently upgraded the iTunes to its newest version but it simply won't open. I tries to load for a while and then crashes. I've already run the Disk Utility to try to repair the disc or

  • Case Sensitive problem in Select Option for wild card search

    Hi,      Can anyone please let me know how to make the wild card search in any select-option non case-sensitive. What I mean by this is for eg. we want to find out all the POs with short text containing the word  'process', what we do we populate a r

  • Realplayer download

    I have a realplayer download – "untitled.flv" from facebook I would like to edit the movie and be able to burn it to a DVD. IDVD and Disk Utility will not let me import. I tried to open in QT Pro – says, "The file is not a movie file." VLC will open

  • Xmlbeans, xmlobject and how to switch between them

    I have a WLI JMS control that I use to send a created xml document to a topic (using the sendTextMessage(XmlObject xmlpayload) method). On the other side I have a standalone java process that reads from the topic. I expected an xmlmessage to come acr

  • Using multiple drives with Windows 7 Backup

    I have a customer with a new PC running Windows 7 Pro. He has 3 Seagate 1TB USB drives that he swaps out nightly for backups. Currently, backups are being done using the built-in Windows 7 Backup. His previous PC ran XP and used the program which is