Vendor Email Address to be populated in the Communication Method of the PO

Hi,
We have a requirement where the vendor email address needs to get populated in the Cover Text of the Communication Method.
When the user changes the PO for eg  4500002984, the vendor mail address needs to get populated in the Cover Page Text of the Communication Method before Save of the Purchase Order.
This needs to happen after the output type is configured and the mail address needs to appear in the Cover Page Text of the Communication Method before the PO save .
Is there any exit or badi to do the same before the Purchase order is saved ?
Thanks in advance,
Anu

Pls check the OSS note Note 191470 - Purchase order as an e-mail
You may get some idea
Regards
MD

Similar Messages

  • To assign the Adobe form in the communication method of the output type.

    Hi Gurus,
    SAP has provided an option to assign the SAP script In the communication method screen which will use to print the layout (document) using this SAP script.  Internally it will overwrite the form name of the Nace transaction. SAP has not provided a field to assign the Adobe forms.
    Can any one help me to resolve this issue
    Thanks,
    Raju Singhireddy

    I don´t understand your problem. I always use Adobe forms in my NACE transaction. Otto

  • Vendor Email Address(Urgent)

    Hi,
    Can some one help me regarding extracting the vendor email address.Email can be obtained from ADR6 but need to know the lifnr and personal number.How do I get a unique personal number for a vendor so that i can query ARD6 and get the mail address.
    Thanks
    Shyam

    hi,
    i am not saying that adrnr number is same as personnumber you misinterpreted me.
    i was saying that for a particular adrnrnumber say 0000000145 , there exists  various person  number and these person number are in many cases same .
    Address Number Person numb
    0000000121               
    0000000145     0000001735
    0000000145     <b>0000002919
    0000000145     0000002919</b>
    0000000145     0000004153
    0000000145     0000004193
    0000000145     0000004211
    0000000145     0000004702
    0000000145     0000005050
    0000000145     0000005161
    0000000145     0000005184
    0000000145     0000005184
    0000000145     0000005186
    0000000145     0000005186
    0000000145     0000005190
    0000000145     0000005209
    0000000145     0000009182
    0000000145     0000010809
    0000000145     0000017254
    0000000145     0000017346

  • SAP MDM Vendor email addresses are not in order when sent to SAP R/3

    Hi Experts,
    We were trying to maintain vendor email addresses in this order in SAP MDM:
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: win@nexus
    Sequence Number: 002
    E-mail address: satita@nexus
    Sequence Number: 003
    But when saving the record, its order get mixed up like below: (I believe it was arranged alphabetically automatically---> is this the standard MDM functionality?!)
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: satita@nexus
    Sequence Number: 003
    E-mail address: win@nexus
    Sequence Number: 002
    When it gets syndicated to ECC, its order was maintained incorrectly with incorrect IDs:
    E-mail address             ID
    massupa@nexus        001
    satita@nexus              002   -
    > should be 003
    win@nexus                 003  -
    > should be 002
    we checked both the XML Files and the IDOC and found that it has the same order maintained in SAP MDM
    massupa@nexus        001
    satita@nexus              003
    win@nexus                 002  
    But how come the IDs were changed in R/3?
    Many thanks in advance!

    Hi Mike,
    As per your requirement, i feel that for ID either you can create a new field say sequence ID in this e-mail addresses table of MDM and thus can syndicate it or can also use ID as key using remote key concept. I mean for this e-mail addresses table, you can set property Key mapping = yes  in MDM Console and thus can use this IDs as key for this email address e.g. for massupa@nexus you can save ID as Key.
    So during syndication, map this field with target IDOC structure field and I mean Remote Key under e-mail addresses table with IDOC ID target field. In this way you can have correct IDs with their corresponding email addresses.
    Kindly let me know if you are looking for something else.
    Regards,
    Mandeep Saini

  • Replicated vendor email address from ECC 5.0 to SRM 5.0

    Hi All
    Currently, we are trying to replicate vendor email address from ECC to SRM. We use Vendor Master – General – Email (SMTP_ADDR) to store different email address
    1. ) Case One
    - Vendor email address for vendor account receivable
    - Vendor email address for procurement
    - Vendor email address for return invoice
    Our system : SRM will only replicate defaulted vendor email address ( Standard Number )
    Question : Is it possible to replicate all email address ( the above 3 email address).
    2.) Case Two
    When we only one email address for vendor account receivable, we don’t want to replicate to SRM.
    Question: Is possible to block this vendor email address and do not replicate to SRM ?
    Thank You
    Alex

    >>Will XI 3.0 able to work with ECC 6.0 without any change or any change is required in the XI configuration level, please specify?
    As far as I know, no change is required in XI configuration.
    Regards,
    Praveen Gujjeti.

  • Change Vendor Email Address

    Hi,
      I need to change the vendor email address, i found the table adr6 and i can join the table LFA1 with the Address number, but i don´t think that this the way to do it. Can someone have a function module to change the email address in massive way for migration data.
      The BDC is not helpful, because it doesn't show the field SMTP_ADDR.
         Thanks for the support,
             Cesar Felce

    Hi,
       I check the address an personal contact, but it doesn't display the SMTP_ADDR.
       When i run the transaction xk02 without the shdb, it appears perfect, checking just the address, but when i run with the shdb transaction it disappear the emailo address.
       Thanks,
          Cesar

  • Vendor email address in IDOC

    We are trying to create a vendor payment file to be sent to our bank in IDOC format.   The IDOC type we are using is PEXR2002.   We are not able to populate the vendor email address (from vendor master data - SMTP_ADDR) into IDOC segment E1EDKA1 even though the email address is shown on the vendor master.   All other vendor master address information, such as Phone, Fax, show up correctly in that segment.   Does anybody know how we can populate the IDOC with the email address? 
    Thank you.

    Thanks, Ravi.   We are trying to avoid creating a user exit and since all the other vendor info populates the IDOC correctly, we're hoping there's a 'standard' way of getting the email there as well.

  • Help with vendor email Address table

    Can someone help me with this issue.
    I am trying to pull out the vendor email address for all the vendors. Vendor email address are the one's which are entered in the First page on XK01. I checked on the table name and it brings up only a structure.
    Please help

    You can try something like this....
    Example...
    *Selecting the  ADRNE from LFA1...
    SELECT SINGLE ADRNR FROM LFA1 INTO I_ADRNR
              WHERE LIFNR =  ITAB-LIFNR.
    *Passing ADRNR to ADR6 to get Email...
        SELECT SMTP_ADDR INTO TABLE I_Z1EMAIL
            FROM ADR6 WHERE ADDRNUMBER = I_ADRNR.

  • BDC Upload Vendor email address

    Hi experts,
    Could you tell me how I can upload the vendor email address information with BDC.
    Best regards.
    Tks a million!
    David.

    Hi
    Use the transaction code MK02 to change the vendor details. For that first you have to do the recording in SHDB. Then generate a program from the recording and then pass your values to it.
    Regards,
    Vishwa.

  • Check on vendor email address change before saving PO

    Hi All,
        I need to check Is there any change in Vendor Email address in PO before
    saving. I am trying to find userexits.
    I found some like EXIT_SAPMM06E_012, But here I am not getting complete
    Vendor address...
    Req: I am maintaing multiple email address for Vendor at PO header level.
    Here is the path:  PO Header --> Address tab --> Click on Address Details
    --> Here we can maintain(Insert/ Delete/Change) multiple e mail address.
    So I need to check is there any change in email address before saving.
    Could you please any body help me on this....
    Thanks
    Rays

    Hello Rays,
    One base question,
    Are you going to check the vendor email address manually before saving the PO?
    The vendor address in the puchase order is copied from the vendor master so you can maintain email address (single or multiple) in the vendor master before creating the purchase order. At the time of purchase order creation/save, you can change the default email address and use this to trigger PO to vendor.
    By the way, user exit EXIT_SAPMM06E_012  (Check Customer-Specific Data Before Saving) is used for custom field not for SAP std field.
    Hope this helps.
    Arif Mansuri
    Reward the points if answer is helpful.

  • I have a Mac Pro using OSX 10.7.4.  When using apple mail I click on the address icon to obtain email address and nothing happens.  I've restarted both the application and the Mac but still won't open address book.  Any ideas please.

    I have a Mac Pro using OSX 10.7.4.  When using apple mail I click on the address icon to obtain email address and nothing happens.  I've restarted both the application and the Mac but still won't open address book.  Any ideas please.

    Assuming you have these accounts set up in Mail, open preferences and under Accounts tab, edit the SMTP outgoing server list. Do you have a .mac address in the list? If so, delete it.
    Are you using iCloud?
    For the troubled account, select the correct SMTP server for that account in the box and check the box to use only that server with that account.

  • HT5312 how can i add a secure email address to my account if i don't know the answers to my security questions?

    how can i add a secure email address to my account if i don't know the answers to my security questions?

    I don't know either! I NEED HELP CAUSE I PUT MONEY INTO IT and they ask for my SECURITY QUESTION ANSWERS! When I try to change my security questions, which i forgot, they askk me for the ANSWERS TO MY SECURITY QUESTIONS!!!!!!!!!! I CAN"T DO IT IF I DON"T KNOW IT!

  • I deleted my old email address and added a new one, after my iPhone died iCloud keeps popping up asking for the password of my old email address. I can't remember my password and the account is still gone, it pops up every few seconds. How can I fix this?

    I deleted my old email address and added a new one, after my iPhone died iCloud keeps popping up asking for the password of my old email address. I can't remember my password and the account is still gone, it pops up every few seconds. How can I fix this?

    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare(or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

  • My original Apple ID is associated with an email address that I no longer have access to. How do I reset the system to recognize my new email address as my primary point of contact and erase the other one?

    My original Apple ID is associated with an email address that I no longer have access to. How do I reset the system to recognize my new email address as my primary point of contact and erase the other one?

    If when you go to icloud.com and sign in with your current iCloud ID you see all your iCloud data there, you can safely sign out of the iCloud account on your Mac and choose Delete at all the prompts, then sign back in with the current ID.  This only deletes the data from your Mac, not from iCloud.  Your iCloud data will reappear on your Mac when you sign back in after a brief delay as it redownloads.  If you have automatically imported your photo stream photos to your iPhoto library you won't lose them either (if you haven't, save them to your library first).
    Again, only do this if when you go to icloud.com with your current ID you see your iCloud data there.

  • My username (email address) has changed. Apps that I purchased with the old username ca not be updated as the password from the old username no longer works and apple can not send me info to an addres that no longer exists. What can I do?

    My username (email address) has changed. Apps that I purchased with the old username ca not be updated as the password from the old username no longer works and apple can not send me info to an addres that no longer exists. What can I do?

    Try here...
    Frequently Asked Questions About Apple ID

Maybe you are looking for

  • IPhone 4S takes ages to refresh mobile signal

    My new iPhone 4S has just been delivered and I switched to use it from my old iPhone 4.  Despite the apparently better signal level of 4S, I found it is annoying that whenever I enter areas with no mobile coverage (e.g. Lift, underground carpark, etc

  • There's a hidden accelerometer in the N95

    There's a hidden accelerometer in N95's - could be interesting! http://research.nokia.com/projects/activity_monitor There is an application that uses this to its advantage: http://www.bysamir.fr/rotateme/ Only problem is that its not 'signed'. If any

  • 'System.IndexOutOfRangeException'  Error in VB

    Hello everyone, I'm trying to call a BAPI from VB. This BAPI is actually just a wrapper of the standard function module 'BP_JOB_READ'. Unfortunately, when I try to call this BAPI, I get this error message: ===================== An unhandled exception

  • File Names in iPhoto 6

    Filenames in iPhoto If I want to use iPhoto to import pictures from my digital camera, I can chose file names with sequential numbering. If I do not want to do this from the beginning I can batch rename the files afterwards. My question now is: How c

  • Question on how Bex transports work

    I need help understanding how Bex transport works.  We transport from Dev -> Q for testing -> Prod.  I make a change to Calc1 in Qry1 and transport to Q in Transport1.  During testing they decide Calc2 needs to be changed also.  So I  change Calc2 in