Customer Email Address Update

Hi People,
Could anyone let me know how can Cusomter Email Address be updated in R/3 without using BDC and LSMW? Is there any function module specifically to update email address of a customer?
Cheers

Hi,
Use the below BAPI
'BAPI_CUSTOMER_CHANGEFROMDATA1'
Regards
Sudheer

Similar Messages

  • Possible to use custom email address for eprint?

    I have recently picked up an e-print capable printer. From what i see, i have to use the randomly generated @hpeprint.com address. Is it possible to use a custom email address for this printer? If not, will a feature like this be added in the future?
    I would prefer to have it connect to my smtp server to recieve mails from an address of my chosing rather that using the hpeprint domain.

    The best that can be hoped for right now is to set up a secondary email address such as gmail that you keep private and use only for eprint emails. Set up your new email account to forward all received emails to the ePrint email address of your printer. I am in the process of testing this myself after reading another thread here suggesting it.
    Edit: I had hopes for this, but no luck! Get message in Eprint center about too many recipients.Wish HP could fix this.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Custom email address doesn't work in Maverick

    Configured Apple Mail on a new iMac running Maverick 10.9.1 but my email is custom for business purposes rather than gmail, yahoo, etc.  I'm not able to send or receive on this custom address though others work fine.  Get an error that it can't connect to the internet despite identical settings to my MacBook Pro which works.  Nothing turned up on the web domain side.  Help! 

    jaydog69 wrote:
    Hi, I've been assigned a new BT Yahoo email address and password, but they won't work. Does that get activated when my broadband becomes active? I go live with BT on Monday but surely if a yahoo email has been setup I should be able to log in now?
    Also, do I have to use this email account? Will BT email me at the address I have refisted with My BT if they need to contact me?
    Thanks
    Hi.
    Indeed, the email account tends to become active on the day the BB starts to work. However it may not be until late in the day. If the email address can't be accessed on the go live day, check the day after - and if it still fails, you can contact a moderator who should be able to unlock the email account.
    You don't have to use the email account, but it may get sent service emails from BT.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Customer Email Address

    Hi All,
    I need to fetch the email address of the destination customer in case of an Internal Order. Could anyone provide the tables and joins for this. Let me know in case anyone needs more info.

    HI Umesh,
    1) This address data where you wan to print if you want to print on smartform please use address window .
    From  KNA1  take ADRNR  and pass this value to  ADR6  you will get the complete address.
    Post if need more help in this.
    Regards,
    Madhu.

  • 0Employee/Vendor/Customer Email Address

    Hello,
    Does anyone know how to get the email address into BW for an employee, vendor, or customer?  The email address resides in the R/3 table ADR6, however, the email address is not referenced by the employee/vendor/customer number.  So I'm not sure how to make the link from employee/vendor/customer master data to the corresponding email address.  Any suggesstions would be greatly appreciated.  Thanks!

    Hi Shelly,
    Create a generic funciton module on tables KNA1,.LFA1..with ADRC..
    Example:-
    For customers go to KNA1 table..for a customer number..and get the field <b>ADRNR</b>.. Retrieve the email info from table ADRC field <b>FLAGCOMM6</b> based on the address number <b>ADDRNUMBER</b>. Check if the SMTP info is populated in this field for given address number..
    Same is the case with vendors..
    Go to KNA1 get the addressnumber and retrive the mail info from ADRC table based on address number
    Regards
    Manga(Assign points if it helps!!)

  • Computer authorized to old (defunct email address), updated Adobe ID.  Digital Editions (reinstalled twice)  won't decrypt and add downloaded PDF books

    iMac Intel running OS 10.6.8   I downloaded purchased books from Google Play/Books in EPUB and PDF.  They are encrypted (.pdf.acsm).  Adobe Digital Editions reader will not add them to my library because, I suspect, my computer is authorized with an Adobe ID that uses a now defunct email address.  I have updated my ID on the Adobe web site, redownloaded and reinstalled Adobe Digital Editions but my computer remains authorized to the old Adobe ID.  How do I decrypt these purchased books and read them in Adobe Digital Editions on my computer? 

    Ok so, I finally managed to remove the failed activation and then I reactivated after which I could read the ebook.
    I used this method here: I can't de authorize my computer. It just keeps saying to try again later.
    to deactivate, and then repeated the activation process.
    Adobe, surely many many people have this problem with a new install, and to have to resort to editing the registry in order to fix it is just madness.
    Why does the activation fail the first time, and why then does deactivation also fail? PLEASE FIX YOUR PRODUCTS.

  • PayPal and Customer Email Address

    Ok ive got the whole paypal system working and coldfusion,
    the IPN works perfectly.
    But I want to record a customers email address before sending
    the informatiton to paypal, I have a simple form with email address
    and an onto paypal button.
    How can I pass the email address to my database then the rest
    of paypal info to paypal.
    Thought of passing it to another cfm page, which would
    automatically then goto paypal, but how do I get the pay to
    automatically send a form.

    This could be a bit trick since you basically want to actions
    for you
    submit. Leaving out an Ajax solution which you could possibly
    capture
    the e-mail field and post it to a page separately from the
    form submit.
    Without bringing in another buzz word I see two options which
    may work.
    Submit to a CFML Action page that captures the email field
    and then
    ONE: uses cfhttp and cfhttpparameter tags to build a request
    and send it
    to the paypal action url.
    TWO: creates a new <form ...></form> block but
    with all hidden fields.
    Then on the onload event trigger a JavaScript submit of the
    form.
    Either of these could have problems, but it's the best I can
    come up
    with off the top of my head.
    stuart1231 wrote:
    > Ok ive got the whole paypal system working and
    coldfusion, the IPN works
    > perfectly.
    >
    > But I want to record a customers email address before
    sending the informatiton
    > to paypal, I have a simple form with email address and
    an onto paypal button.
    >
    >
    > How can I pass the email address to my database then the
    rest of paypal info
    > to paypal.
    > Thought of passing it to another cfm page, which would
    automatically then goto
    > paypal, but how do I get the pay to automatically send a
    form.
    >

  • Enforce custom email address, field cannot be blank

    I am preparing forms and want to require only the school email is entered. I am currently using the default javascript for email validation, but would like to enforce the email end with @school name.edu, and field cannot be left blank. 
    I am using the onblur action. Here is what I currently have which gives a fill-in box if they try to leave the field empty, but still allows them to put in a personal email address and they can hit the cancel key and move to the next field leaving the email field blank. I know I am missing something.  Am new to javascript so any help would be appreciated.  Using Acrobat XI Pro
    // report error if there is an invalid email address when the field is not empty.
    if (! eMailValidate(event.value) && event.value != "")
    event.rc = false;
    app.alert({
    cMsg: "Invalid email address - Please try again",
    nIcon: 0,
    nType: 1
    } // end if validation test
    var t = event.target;
    var cResponse = app.response({
    cQuestion: "Type your University email address",
    cTitle: "Universityemail",
    cDefault: "email not added",
    cLabel: "Type your University email"});
    if (cResponse == null) { //if cancel is selected
    app.alert ("You cancelled adding your email?");
    cResponse = "";
    else
    app.alert ("You typed your email as: \""+cResponse+"\" \n\n Tab out of the field to register your email",2);
    t.value = cResponse; //places the data from the dialog to the target field

    You can easily check it by using something like this as one of the conditions in your if-statement:
    /@schoolname\.edu$/.test(event.value)
    I would suggest getting rid of the pop up message, as you're just making your work more difficult, since you now need to validate that email address as well.

  • Possible?: Send OS X Error Report to custom email address?

    Hi,
    I was wondering is it possible to somehow tweak OS X so that instead of sending software error reports to Apple, it would send them to my email?
    I would use this as a part of our helpdesk ticketing system.

    Hi,
    I was wondering is it possible to somehow tweak OS X so that instead of sending software error reports to Apple, it would send them to my email?
    I would use this as a part of our helpdesk ticketing system.

  • Contact Person Email Address Update

    Hi Experts,
    May we know where in the SRM Portal we can see the relationship of a contact person to a vendor.
    Thanks,
    Abi

    the best way to do this is log in to the SAP GUI of SRM system
    use Transaction BP - type in the BP number for the vendor and then go to contact person
    you can see the same in the Portal ("Settings" tab/link) -> Business Partners
    (you can only see this Settings link- if you have the appropiate access rights)
    thanks
    -Adrivit

  • F.27(Statement should be emailed if customer master contains email address)

    Hi All,
    I am working for the tcode f.27. A standard form F140_ACC_STAT_01 is assigned to tcode. Here my requirement is i need to do some changes in the form and output should be in pdf format and statement should be emailed if customer master contains email address.
    Can any body please help me how to send the email if the customer master contains email address.
    Please reply.
    Thanks,
    Nagendra

    Hi Nagendra
    change the customer email address on home and bussiness email field first and then make following changes to function module 'Z_CORR_PROCESS_00002310' or whatever name you  have got , this is working for us, let me know if y ou have any problem, You might have to tweak a code a bit , here we are decide whether to send customer statements to two email or not based on customer group selection
    data: w_output_type(10).  "Output type
       data: w_kunnr like i_kna1-kunnr.
       data: w_ktokd like i_kna1-ktokd.
       data: l_addressdtls type zaddressdtls.
       data: l_atype(1).  " Address type
    DATA: w_mailtxt TYPE finaa-namep VALUE 'ZCITY_STATEMENT_MAIL_BODY'.
    * Variables are imported - set in ZFKORD10_STUD
    * Import variable w_output_type from memory
       clear: w_output_type.
       IMPORT w_output_type FROM MEMORY ID 'ZOUTPUT_TYPE'.
       move 'B' to  l_atype.      "Business e-mail
       if w_output_type = 'EMAIL'. "Email option chosen
         c_finaa-nacha = 'I'.
         c_finaa-tdfaxuser = sy-uname.
          c_finaa-namep = w_mailtxt.
    * Get the Relevant e-mail address
         move I_KNA1-KUNNR to w_kunnr.
         clear: l_addressdtls, c_finaa-intad.
         call function 'Z_GET_CUSTOMER_ADDRESS'
              EXPORTING
                   kunnr                   = w_kunnr
                   atype                   = l_atype  "B Business H Home
              IMPORTING
                   addressdtls             = l_addressdtls
              EXCEPTIONS
                   invalid_customer_number = 1
                   no_customer_partner     = 2
                   invalid_address_type    = 3
                   others                  = 4.
         if sy-subrc eq 0.
           if l_atype = 'H'.  "Home e-mail address
             c_finaa-namep = w_mailtxt.
             c_finaa-intad = l_addressdtls-home_email.
           else.
             c_finaa-namep = w_mailtxt.
             c_finaa-intad = l_addressdtls-business_email.
           endif.
         endif.
         concatenate i_kna1-kunnr
                     'Account statement from City University'
                      into c_itcpo-tdtitle separated by space.
         c_itcpo-tdfaxuser = sy-uname.
         if ( c_finaa-intad is initial            " No email address
              and c_itcpo-tdpreview is initial ). " and not print preview
           c_finaa-nacha = '1'.        "Print output type
           c_itcpo-tdgetotf = 'X'.     "Do not print
           c_itcpo-tdpreview = space.  "No print preview
           c_itcpo-tdnoprev = 'X'.     "No print preview
         endif.
       endif.
    if w_ktokd = 'stud'.
        move 'H' to  l_atype.      "Business e-mail
       if w_output_type = 'EMAIL'. "Email option chosen
         c_finaa-nacha = 'I'.
         c_finaa-tdfaxuser = sy-uname.
         c_finaa-namep = w_mailtxt.
      "Get the Relevant e-mail address
         move I_KNA1-KUNNR to w_kunnr.
         clear: l_addressdtls, c_finaa-intad.
         call function 'Z_GET_CUSTOMER_ADDRESS'
              EXPORTING
                   kunnr                   = w_kunnr
                   atype                   = l_atype  "B Business H Home
              IMPORTING
                   addressdtls             = l_addressdtls
              EXCEPTIONS
                   invalid_customer_number = 1
                   no_customer_partner     = 2
                   invalid_address_type    = 3
                   others                  = 4.
         if sy-subrc eq 0.
           if l_atype = 'H'.  "Home e-mail address
             c_finaa-namep = w_mailtxt.
             c_finaa-intad = l_addressdtls-home_email.
           else.
             c_finaa-namep = w_mailtxt.
             c_finaa-intad = l_addressdtls-business_email.
           endif.
         endif.
         concatenate i_kna1-kunnr
                     'Account statement from City University'
                      into c_itcpo-tdtitle separated by space.
         c_itcpo-tdfaxuser = sy-uname.
         if ( c_finaa-intad is initial            " No email address
              and c_itcpo-tdpreview is initial ). " and not print preview
           c_finaa-nacha = '1'.        "Print output type
           c_itcpo-tdgetotf = 'X'.     "Do not print
           c_itcpo-tdpreview = space.  "No print preview
           c_itcpo-tdnoprev = 'X'.     "No print preview
         endif.
    endif.
    endif.

  • TS4139 How to update your current, preferred email address?

    This article seems accurate, but it doesn't explain how to change your preferred email address. I have a mac.com account that expired before I activated it with iCloud. (I have iTunes purchases, want to to keep the account.) I've added my new email to the account, and verified the email address, but I'm unable to change the Apple ID to my new address. The "Edit" link that should appear next to "Apple ID and Primary Email Address" is missing.
    You cannot rename your mac.com and me.com Apple IDs. If you no longer use your mac.com or me.com email address, update your Apple ID information with your current, preferred email address.
    This paragraph seems self-contradictory. What do I do with my Apple ID that I've been using with iTunes for years?

    This article seems accurate, but it doesn't explain how to change your preferred email address. I have a mac.com account that expired before I activated it with iCloud. (I have iTunes purchases, want to to keep the account.) I've added my new email to the account, and verified the email address, but I'm unable to change the Apple ID to my new address. The "Edit" link that should appear next to "Apple ID and Primary Email Address" is missing.
    You cannot rename your mac.com and me.com Apple IDs. If you no longer use your mac.com or me.com email address, update your Apple ID information with your current, preferred email address.
    This paragraph seems self-contradictory. What do I do with my Apple ID that I've been using with iTunes for years?

  • Delete/Re-Use Custom Printer EMail Address

    I have a LaserJet Pro CM1514fnw. I successfully connected and personalized my printer's email address and it was working great for about 2years! Last night my printer auto rebooted during initalization when I was forced to do a NVRAM Initialization. When the initalization finished my printer when back to the defaults and assigned a new printer code. When I logged back into ePrintCenter, my "past custom email address & printer" was gone! I was able to reconnect the the printer code however it said my customized email address was in use! Of course it was because I was the one using it. How am I able to delete and my old email address so I can reassign the same one to my new printer code?

    Hi QDeath,
    I understand that you want to keep your ePrint email address.  Once the reset was done on your printer your current ePrint settings was lost.   The ePrint email address that you were using is unavailable for six months.

  • My email address is rejected as invalid when i try to sign up for eprint

    i am  connected to internet have printer code but cannot connect to eprintcenter.com to enter printer code. is the code the same as the email address for the printer? Very confusing instructions with this hp all in one j611 printer..also this printer is listed for eprint capabilities.the set up for wireless on my home network has been a real trip connecting to windows vista..thanks for any help or advice....joan

    Hey joanpc,
    HP ePrint Setup Steps
    1. Enable Web (Cloud) Services on your ePrint enabled HP printer.
    a. For assistance navigate to www.hp.com/support and enter your printer’s model number.
    2. When the printer connects to the ePrint servers, shortly after, a HP ePrint Mobile Printing page will
    print.
    a. A Product Update may be needed in order to continue to enable Web Services.
    3. Bring the ePrint page mentioned in step 2 to a Web connected computer.
    4. Open an Internet Browser on the Internet connected computer.
    5. Navigate to www.eprintcenter.com in the Internet Browser.
    6. Select the Blue button that reads “Sign In” on the Home Page at ePrintcenter.com.
    7. After selecting “Sign In” a window will open. Select “Sign Up” in Blue letters at the top of the window.
    8. After selecting “Sign Up” a window will open allowing you to enter information to create an account.
    9. When your account has been created successfully, the account owner will be prompted to “Add
    Printer”.
    10. On the ePrint Page, from step 2, you will find a Printer Code just right of the Blue number 2. Use this
    Printer Code to “Add Printer”.
    11. Once the Printer has been added successfully you will be given the option to setup.
    12. In the Setup options you have the option to enter a Custom email address.
    a. Erase the original Printer code from the custom email address field and enter the customized
    email address of your choice.
    b. You will not have to enter the domain, @hpeprint.com.
    c. Example: [email protected]
    d. Click “Check” to confirm that the custom email address is available for use.
    13. In the Setup options you can select a security type: Allow Everyone or Authorized users only.
    a. Note: No ePrint jobs will print on your printer unless you give the customized email address to
    someone. Allowing everyone simply allows whomever you give the printer email address to
    send ePrint jobs to your printer.
    14. At the top of your home page confirm that your printer name is displayed and there are green check
    marks beside “Connected” & “Ready”.
    15. Congratulations you have done an Outstanding Job! Now you should be able to send ePrint jobs to
    your printer!
    Your printer code will be the printer's email address. (e.g. [email protected])
    Although I am an HP employee, I am speaking for myself and not for HP.
    If I have resolved your issue, feel free to provide Kudos and make sure you mark this thread as solution provided.

  • How do I use a previous email address with my printer?

    How do I use a previous email address with my printer?  I reset my printer and want to use the same email address as before.Thanks

    At this time the printer's email address will not be available for for re-use for 6 months. This is a security measure once an email has been disabled. After that time, one can go into their account and then change the customized email address for the printer. 
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

Maybe you are looking for

  • Activation Issues on MacBook Pro

    Hi, first time I have come across this problem, and it truly is baffling. 1) New Macbook Pro - Mid 2014 model - i7 with 2.8Ghz CPU and 16gb RAM 2) Installed CC Desktop app 3) Signed in, and downloads the Photoshop App 4) Installation complete 5) Clic

  • How to read from MS  Excel file ?

    Which is the best way to read from a MS Excel file ? I need to read both "column-wise" and "row-wise". Is there any free software or java api which does this. I have come across some paid softwares which do that, but i would prefer using something wh

  • Trouble with Server 9.2 Avitek Tutorial 10

    I'm running through the WebLogic Server 9.2 Tutorial, "Avitek Medical Records Development Tutorials". In Tutorial 10, "Using EJBGen to Generate EJB Deployment Descriptors", Step 4, "Use the EJBGen utility to regenerate the deployment descriptor and E

  • How to  restrict the output of 0VENDOR by excluding the # value in rows?

    We generated a query whose InfoProvider is 0Vendor. Run the query, find the last row shows # as Vendor number and the description of it is "Not Assigned".  Then we go to this query design screen, pick 0Vendor in the rows frame, right click and select

  • CMT question.

    weblogic8.1's transaction setting always confuse me. I have some cases, hope I understand right.           TxDataSource on 8.1, this is set when 'Honor Global Transactions' is set to true. Am I right? this will enable the transaction like what JAVA/J