Purchase order sent as a mail

CAn anyone please tell me the basic settings for the Purchase order output to be sent as the mail.

Hi,
Refer SAPNote 191470 - Purchase order as an e-mail
Basically there are two mail types: Internet mail (external mail) and SAPOffice mail.
Mail is sent via the output determination in both cases.
If you use the external mail, the message for the purchasing document is converted into a corresponding text file which is sent to the vendor via the Internet.
SAPOffice mail is sent only within the R/3 System and has mainly the function of providing information.
In particular, it is not possible to attach a message (form) for a purchasing document to a SAPOffice mail.
When using external mail , the following basic settings are required:
1. You must maintain an e-mail address in the address in the vendor master.
2. The same applies to your own user master. You also have to specify an e-mail address there in order to identify the sender.
o Note that it is not possible to change the e-mail address of the vendor via the SAP purchase order transaction (ME21N, ME22N, and so on).
o You can only make a permanent change using the vendor master transactions XK02 or MK02.
o You can use a temporary email address in Transaction ME21N.
3. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the Customizing
via the following path: (SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy).
As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
4. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
5. In the condition records for the output type (for example, Transaction MN04), use medium '5' (External send).
6. You can use Transaction SCOT to trigger the output manually. The prerequisite for a correct sending is that the node is set correctly. This is not described here, but it must have already been carried out.
7. To be able to display, for example, the e-mail in Outlook, enter PDF as the format in the node.
To use the SAPOffice mail, the following basic settings are required:
1. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can branch to the maintenance of the communication strategy via the input
help.
2. Use the SAP standard environment (program "RSNASTSO" and FORM routine "SAPOFFICE_AUFRUF") as the processing routines.
3. In the condition records for the output type (for example, Transaction MN04), use medium '7' (SAPOffice) and also partner role 'MP' (mail partner).
Additional settings:
Problem:
How can you both change the mail title and text for the sending of a mail message and maintain a replacement parameter, for example a document number.
Solution:
1. The replacement routine is maintained in the Customizing for the output type in the detail screen on the 'General data' tab under 'Replacement of text symbols' (for Release < 4.6B, this can be found on the 'Mail' tab page).
Program: SAPMM06E
FORM routine: TEXT_SYMBOL_REPLACE
2. If you work with the new Enjoy Transaction ME21N, ME22N or ME23N, Notes 370522 and 420066 are required.
3. Maintain mail title and text.
o If you want to send a purchase order within an R/3 system using the SAP office, you can maintain both the mail title ('Re:') and also a mail text in the Customizing for the output type To do this, select the directory mail title and text for the corresponding message type.
o If you want to send a purchase order as (external) mail, for example, to a vendor, you have to maintain the mail title in the condition record for the output type (for example in Transaction MN05) on the 'Communication method' tab page. Enter the mail title in the 'Text for cover page' field. You cannot maintain an additional mail text.
o Note that the values from the mail title are used to create the description for the attachment.
4. The replacement parameters must be enclosed by &. Example: You want to enter the title 'PO number 450000001'. For this you have to enter the following in the Document Title field (Message Customizing -> sub-option: Mail title and texts) 'PO number &EKKO-EBELN&'
o Note that the replacement via TEXT_SYMBOL_REPLACE can only be executed as of Release 4.6B.
If you also want to use the purchase order number in a release < Release 4.6B, refer to Note 120474 - as an alternative, you have the option of implementing the text replacement functions by Consulting, priced separately
Problem:
You send a purchase order by e-mail and want to attach the document as a file type (for example, PDF).
Solution:
The file type is maintained in the corresponding node in SAPConnect (Transaction SCOT). If you have any further questions, contact your Basis administration.
Attaching purchasing documents to e-mails is only possible for external (Internet) mails. This is not possible with SAPOffice mails.
Problem:
Although LET (print) for example is still set as the alternative to INT (e-mail) in the communication strategy, a program termination occurs because of a missing e-mail address.
Solution:
See Note 310234.
Problem:
When you send a mail message for a purchase order, a short dump occurs if the purchase order was created with reference to an outline agreement.
Solution:
See Note 502250

Similar Messages

  • Approve a purchase order from an e-mail

    Greetings experts
    Is there any way to approve a purchase order from an e-mail which was sent to the approver from SAP?
    Please if anyone knows how to do help me.
    In advance thanks a million.

    Extended Notifications.
    Please search the forum before posting.

  • Program to send Purchase Order SmartForm by e-mail

    Hi,
    I need a program to send my Purchase Order SmartForm by e-mail. With the program I use, the output keeps appearing in my spool list in stead of in SOST... Does anyone have a sample code that I can use?
    I am working in a ECC 6.0 system. Package SMB40 is nog available in this system.
    Thanks!
    Patrick

    Hi Patrick.
    By a simple search on this forum i found this.
    Maybe you can use it
    check this code tutorial on how to send smartform output thru email.
    https://wiki.sdn.sap.com/wiki/display/Snippets/emailsendthroughoutputcontrols
    success., Gr., Frank

  • Configuration of Purchase order to send thro' MAIL

    Dear Experts,
    Please let me know the configuration process of Purchase order to send the same thro' EMAIL.
    Regards,
    B.Sudharsan

    Hi
    You need to do some configuration for this.
    Goto NACE .
    Select EF and click on OUTPUT TYPES.
    Then select Output Type NEU and click on processing routines .
    In that you have to add a new entry - medium 5 .
    Then you need to assign a program, form routine and form.
    You can use the standard program i.e. SAPFM06P, FORM routine is always ENTRY_NEU and standard MEDRUCK.
    Then in PARTNER FUNCTION you need to add a new entry : medium - 5 and function - VN .
    For subject of the mail goto Mail Title and Texts. In title give PO No. &EKKO-EBELN& .
    Under General data -> Replacement of text symbols give programm as SAPMM06E and Form Routine as
    TEXT_SYMBOL_REPLACE .
    Now the subject will be PO No. 1800004202.
    You need to maintain your email id in tcode SU01 and also the vendor's email id.
    Now while creating a new purchase order , change the medium to External Send .
    Then goto Communication Method and select CS01 . ALSO make sure that the Cover Page Text has value PO No. &EKKO-EBELN& .
    Goto tcode ME9F .
    Execute.
    Select the checkbox and click on Output Message.
    You will get a message MAII 00000000000001 generated .
    If the BASIS guys have made the necessary configuration for sending mail then the mail will go .
    You can see the status and what is sent via tcode SOST.
    Hope it helps
    Best Regards

  • Purchase Order to vendor through mail

    Hi Experts,
    Now I am creating Purchase Order .As per my configuration the pos will go to vendor only through mail and conformation for send user.
    But my client wants send that mail like CC to some other departments (officials) at the same time.
    Please advise me how I can send mail to other departments.
    Thanks in advance,
    Nagi Reddy

    Thanks for your replay,
    Now I am maintaining more than 1 mail id in vendor master. But email itu2019s going to one email id only.
    Now i am maintaining 3 email ids. But system will send PO to only one mail id (which mail id is having standard number is activated.)
    i am trying to maintain standard code for all mail ids. But system is accepting for only one mail.
    Please advise me how can solve this problem
    Thanks in advance,
    chandhu

  • Purchase order form: external send (mail)

    Hi experts
    when creating a purchase order, if the medium used is external  send, the system generates a mail with the purchase order form. What I would like to know if it is possible to customize the system in order to specify the subject of the mail and the body of the mail (like a brief introduction).
    Best regards

    Yes, it is possible by doinng small config change.

  • Vendor not getting purchase order automatically  by E-Mail .

    Dear All ,
                                                                                    User hd crtd a Purchase Order for merchandising catalogue , but user notices that vendor had  not get the purchase order thru e mail , althought i hv chkd in messages , then it is found that the output is successfullt processed , here the medium is External .As per user , he says that creator of P.O is having always a problem when creating merchadising  Purchase Order .
    Any relevant help will be appreciated .
    Rgds,
    sap11
    Edited by: sap11 on Sep 8, 2009 8:18 AM

    Hello Sap11,
    Please make sure that the 'sender' (e.g. user, that creates PO) has got a valid email address in the user master record (SU01).
    Also, try to send from the users Id a test mail to a valid internet email address.
    You could do this via SBWP --> New message. The recipient should be the valid email address and the 'Recip. type' = Internet.
    This should create an entry in SAPConnect (SCOT).
    Good luck,
    Franz

  • How to check a Purchase order sent through EDI?

    Dear All ,
                                                                                    I have created a P.O and in Message tab there is a green indicator which shows that this P.Ois succsfully sent through EDI , also Condition records are well created before creating this P.O , but vendor says that he does not recoeved the P.O by EDI Process.
    can you please help me out that how n where to check that this P.O is sent through EDI. I had then manuallly given the condition in Message for sending this P.O by E MAIL and it had worked , also i did chkd in trxn in SOST , this p.o sent through e mail.
    Thanx in advance.
    Rgds,
    sap11

    Dear,
    For SCOT settings check with BASIS team..
    OR
    Use SCOT, double-click the INT node.
    Use the 'Set' button in the supported address types section.
    In the 'address area' enter the pattern you want, like email@removed as per
    your example. "*" is a wildcard.
    Any email sent which does not match the pattern will fail with a "no
    route" error (seen in SOST).
    Have you checked WE02 Tcode...??
    Utsav

  • Purchase order smart form - e-mail smartform output and item attachments

    Hi,
    Our release is ECC5.0. By configuration the PO smartform can be e-mailed to vendor as PDF attachment by standard output medium,external send. And this already works. However, the additional functionality required is:
    1.) The documents attached to the actual PO line items should also be e-mailed as attachments to the vendor.
    How can I accomplish this?
    Do I need to write addition logic in my print program to retrieve these attachments by PO number and send them as a seperate e-mail with attachment? OR
    Is there any way to send these attachments on the same e-mail where the PO is sent as a PDF attachment. OR
    Can this be done by configuration?
    Regards,
    K..

    Hi Ahmad ,
    I got the same problem with a little more complexity because the mail can b send to several mails adresses ( some in copy ).
    For the requirement to send also the document linked in PO's item , there's no standard solution . So you need to write a specific program for this .
    You can have a look at this Sending DMS documents  as Email attachments , you will find information on how to retrieve the content of the document.
    Let me know if you need more explanation.
    Best regards.

  • IDoc to File Conversion(Purchase order sent to XI mapped to a file )

    Hi,
    I have a requirement whr in i need to map the IDOC(ORDERS.ORDERS04) to a file....in IR I have created the data type,message type....in Message Mapping step ..i have mapped 1-1 as follows :-
    E1EDK01/BELNR  - -- > mapped to DT_ORDER/ebein
    E1EDP01/NETWR - - --> mapped to DT_ORDER/metpr...similarly
    so my problem is tht when iam defining the MESSAGE INTERFACE..I have given the source message,target message and hit read interfaces....
    in these step am not able to load the MESSAGE MAPPING created earlier...no mapping program found is the error am getting when iam checking for errors..please help me in this regard..let me know if u have any questions
    Regards,
    Kiran

    >
    Kiran Kumar wrote:
    > Hi,
    >
    > I tried wht ever u have mentioned....this is the error am getting...
    >
    > " Check Result for Object IM_Orders_Mapped_File   Mapping program Message Mapping MM_Orders_To_File | http://IDoc2FileScenario does not match request target message IDoc ORDERS.ORDERS04 | urn:sap-com:document:sap:idoc:messages. Target message Message Type MT_ORDERS_TO_FILE | http://IDoc2FileScenario of the message mapping is different ".
    > Please let me know if u need any other information...
    >
    >
    > Best Regards,
    > Kiran
    from the above it seems you have mixed the source and target in either the mapping or the interface mapping.
    confirm.
    in message mapping
    source should be ORDERS.ORDERS04 and target message should be MT_ORDERS_TO_FILE
    in interface mapping, source interface should be ORDERS.ORDERS04 and target MI_ORDERS_TO_FILE
    if it is as mentioned above, try to refresh the cache and if the error still exist try creating the interface mapping with a different name and try

  • Purchase order as an e-mail

    Dear All
    Our customer's requirement is to send PO through Email for some specific vendors
    I am referring  the SAP Note 191470. But unable to get anything
    Plz suggest
    Regards
    Arun

    Hi,
    For the output, you want to send as email, fiest enable the email option in NACE transaction. Enable email option means add the required form and program.
    Then maintain the output condition records (email as the medium) for the vendor /Doc type/pur org combination.
    After this, system will automatically add the output with email as medium for the selected vendors when PO is created.
    Regards,
    AMV

  • E-Mail Purchase Order - Text and PDF to include EKKO-EBELN

    Hi All,
    I am triggering purchase order layouts via E-mail. I want the e-mail subject line to have some static text whilst referencing the PO number (EKKO-EBELN).
    I also want the PDF file to be called include the same text and reference number
    How can I include EKKO-EBELN?
    Is this something that I can simply add to the text line &ekko-ebeln& or do I have to build the rule into the processing program and entry form
    Points will be rewarded
    Cheers
    Steve

    The vendor e-mail address is picked up from the master data and the purchaser's e-mail would be picked up from their user account. The problem is that I don't know at what stage in the program SAPFM06P, used for sending the purchase order, I could set up the distribution list.
    If I set the vendor address to name.address@somewhere; name2.address@somewhere else this works and both name and name2 receive the e-mail. But it would mean the purchasers ammending the vendor e-mail address each time, which just isn't practical.
    I probably should have said that I'm using SAP version 46c and the e-mail is sent using standard SAP settings for 5-External send using program SAPFM06P and form MEDRUCK.
    Thanks for the advice
    Karen
    Message was edited by: Karen Dean

  • Purchase Order generate mail with custom attachment

    Hi
    I have a requirement to create an output type for Purchase Order document. The mail should be sent with attachment file .CSV, which I will generate in my own Z- program. As I understand I have to create a new output type (NACE), make the customizing for output determination on vendor level (VOFM), and to write my own Z-type program and form, where I generate my attachment, and then I execute the function module to send an email - so everything is done manually during output determination. Can I use somehow standard functionality to achieve something like that?

    no clue?

  • Send purchase order by e-mail with address of bad partner order

    I have a supplier with 3 addresses of order of which I choose 1 during the creation of the order.
    The creation of message NEU is done with the new partner.
    The sending by e-mail is done with the address of the initial partner.
    I do not find any note OSS on this problem.
    We are with the version SAP ECC 6.0.
    Did somebody already encounter this problem?
    Thank you in advance for your assistance.
    Frédéric Blaise

    Hi Frédéric,
    Sorry about the mess, SDN does this some times. I'll try it again.
    I have attached a very useful note 191470 regarding the steps you need to setup to enable message determination in the PO via email.                                                                               
    191470 - Purchase order as an e-mail                                                                               
    1.  You must maintain an e-mail address in the address in the vendor      
         master.                                                                               
    2.  The same applies to your own user master.You also have to specify a  
         e-mail address there in order to identify the sender.                                                                               
    o  Note that it is not possible to change the e-mail address of the  
            vendor via the SAP purchase order transaction (ME21N, ME22N and   
            so on).                                                                               
    o  The system only uses the e-mail address of the vendor that is     
            maintained in the vendor master!                                  
    However a suggested workaround would be in that transaction XK02          
    you can enter several e-mail addresses and select the standard one.       
    When you create a purchase order in ME21N, in 'address' tab, click on     
    'address details', there you have the possibility to select another       
    e-mail address than the standard one.                                                                               
    Also regarding the partner functionality and message determination        
    I would advise you to review the help documentation online via            
    http://help.sap.com/.                                                                               
    Help documentation - vendor master (partner roles)                                                                               
    Logistics -> MM -> purchasing -> master records -> vendor master ->       
    partner roles in purchasing.                                              
    Message determination                                                                               
    If you want to have partner roles taken into account in the message          
    determination process, you must select the New Partner Role                  
    Determination indicator in Customizing when assigning the message            
    determination schema.                                                                               
    To do so, choose Messages -> Output Control -> Message Determination         
    Schemas -> Define Message Schemas for  in Customizing for Purchasing.                                                                               
    If you select the indicator, all partners maintained in the purchasing       
    document will be passed on to the message determination facility. For        
    each partner role, the latter then searches for condition records            
    containing the relevant role. 
    Hope this helps,
    Kind Regards,
    Matthew

  • Purchase order through External Send to include a CC address

    Does anyone have any idea how to get the e-mail of a purchase order sent through External Send to include a CC address in the e-mail?
    I have searched the forum and found a few questions regarding sending a purchase order to more than 1 e-mail address using external send, but not solutions.
    We have got this working to send to the vendor, but the purchasing manager won't use it until we are able to cc the purchaser into the mail. This is to allow the purchaser to keep track on what has been sent. It seems like an obvious thing to want to do. Is it possible in standard SAP? If not, where should I start to get this to work? Is there a customer exit or another area of code somewhere that I can change to trigger a second e-mail. Alternatively can I run this through workflow somehow?
    Any suggestions will be greatfully received and rewarded.
    Thank you
    Karen

    The vendor e-mail address is picked up from the master data and the purchaser's e-mail would be picked up from their user account. The problem is that I don't know at what stage in the program SAPFM06P, used for sending the purchase order, I could set up the distribution list.
    If I set the vendor address to name.address@somewhere; name2.address@somewhere else this works and both name and name2 receive the e-mail. But it would mean the purchasers ammending the vendor e-mail address each time, which just isn't practical.
    I probably should have said that I'm using SAP version 46c and the e-mail is sent using standard SAP settings for 5-External send using program SAPFM06P and form MEDRUCK.
    Thanks for the advice
    Karen
    Message was edited by: Karen Dean

Maybe you are looking for