Change Customer address in Notification

Dear All,
I am developing a Webdynpro application for Service notifications. In create and Change Notifications, standard SAP allows to change the Business partner (Sold to party) and a new Adress number is created in table IHPA.
How can I incorporate the same functionality in my custom application?
Thanks,
Sharmila

Hi,
You should be able to find IHPA record for the notification, use object number of the notification (available in QMEL).
Then use IHPA-ADRNR number to read ADRC table.
-Paul

Similar Messages

  • Change Customer Address format with specific customer group

    Dear all,
    May I ask is it possible to change customer address fomat for a specified customer group or Company code only.
    Normally, the format is Street, City and Country. for a special cusomer group, i wan to change the format to street , street 2, street 3 and street 4.
    Is it possible to change the format without affect other cusomer group and also not affect Vendor address format?
    I have seached in the format, some discussions provides method to change address format by country. But no discussion mention about change cusomer specified customer group only.
    Can anyone advise?
    Many thanks
    Sunny

    Hi,
    Did you try for
    1.By changing field status in it account groups through transaction code OBD2.
    2. In transaction code OB21 for company code.
    Regards,
    Tejas

  • Changing customer address also update customer orders address

    Hi,
    when yoiu create a customer order, the addressnumber of the customer (KNA1-ADRNR) is copied to the order (VBPA-ADRNR). if you change the customer adress (i.e. with VD02), the new address is saved under the same address number. so all orders, which are referencing to the addressnumber are als changed! Sometimes this is ok, but we prefer another behaviout.
    Is it possible to save the new customer addres under a new addressnumber? This wolud have the effect, that the existing customer orders are unchanged and the new address will olny influence new orders in futire.
    Does anybody know a user-exit or customizing for this? perhaps an enhancement?
    Best Regards
    Torsten

    Hi
    No I don't think it, but it can change the address in the sales order in order to restore the old one, so the system will generate a new address number but fir the sales document instead of customer
    Max

  • Change customer address in sales order

    Hi,
    is there any possibility to change the address in an sales order
    for the customer in Field sold-to party.
    i don't want to change it via xk02.
    i don't want to use another ship-t party customer.
    Only one customer shell be used and the address shell only be changed
    for a specific sale-order.
    Any idea?
    thanks.
    regards, Dieter

    if you want to change address in VA01,or VA02 Transaction manually then
    double click on sold to party number ,here you can change -> manually
    if you want to change programtically -> use MV45AFZZ Include ->
    FORM USEREXIT_SAVE_DOCUMENT_PREPARE.
    ENDFORM.
    write the code above routine ,first get the data adrnr from vbpa,then update into ADRC Table
    Thanks
    Seshu

  • Function module for displaying customer address changes detail

    Hi ,
    Can anyone tell me any code or function module which gives me customer addresses before changes or after changes customer address.
    Regards,
    Gaurav T.

    GT,
    First check acustomer in 'XD04' which has got some change doc history. See all changes in XD04 for that customer.
    Then go to CDHDR table,
    OBJECTCLAS = 'DEBI'.
    OBJECTID      = Customer Number (10 digit with 0 padding).
    UDATE           = Update/change date (Take from XD04).
    Run the table & put the same values in CDPOS along with the CDHDR-CHANGENR & get the field wise changes in Customer with new & old values.
    Try this out or else call me.
    Regards,
    SP.

  • Dunning letters generation when customer address is changed

    Hi,
    For some customers no dunning letters were generated. After investigation inactive bill-to site should be activated as invoices were assigned to this bill-to.
    How is possible to make that dunning letters generated when customer address is changed and customer can receive letters to new address for all its invoices?
    Any help will be appreciated!
    BR, JC

    hi
    I have created one sales order example X and i created the another sales order Y with respect to X
    Is this X sales document is closed????
    And I also changed the address of the ship to party in sales document Y.
    Did you assgined another SP to sales Document Y
    If you have chnaged the address for SP in customer master then it will reflect to both
    Also it will not chnage the ADRESS NO in VBPA table, but it will update the address

  • Change Customer master Address Data using Structure biadd2 in report rfbide00.?

    hello
         i want to change Customer  Master Address Data using using RBIDE00 report program but when i execute the report it will accept input from batch file
    but the same is not getting updated in  customer master .
    please  help me to resolve this issue .
    thanks & regard
    laxmikant soni

    Found the answer from SDN - not possible unless using some BUS.
    RFBIDE00 - Address data issue
    Thread closed.

  • Any BAPI or FM to use to update the Customer Address with change log?

    Hi, does anyone have used any BAPI or FM that will update the customer address (Central Address management fields) and the change will be logged in the change history of customer master? I have tried several FM that can update the fields but none of the change will show up in the change history of the customer master.
    So far, I have tried the following FM:
    ADDR_MAINTAIN_COMPLETE
    ADDR_UPDATE
    BDC is not acceptable due to high volume of data. However, the change log is also required.
    Please share any advice.
    Thank you,

    Hi Minami,
    for chenge address use FM : BAPI_BUPA_ADDRESS_CHANGE       (SAP BP, BAPI: Change Address)
    otherwise check with below FM ,for address related information
    BAPI_BUPA_ADDRESSES_GET              SAP BP, BAPI: Determine All Addresses
    BAPI_BUPA_ADDRESS_ADD                   SAP BP, BAPI: Add Address
    BAPI_BUPA_ADDRESS_CHANGE                 SAP BP, BAPI: Change Address
    BAPI_BUPA_ADDRESS_GETDETAIL             SAP BP, BAPI: Read Address
    BAPI_BUPA_ADDRESS_GET_NUMBERS    SAP BP, BAPI: Read Address Numbers
    BAPI_BUPA_ADDRESS_REMOVE                    SAP BP, BAPI: Delete Address
    Regards,
    Tutun

  • Can anyone help me with changing email address for resetting password notification

    Can anyone help me with changing email address for resetting password notification?

    If you know the answers to your security questions, you can change your rescue email address as shown in step 6 in this article: http://support.apple.com/kb/HT5312.
    If you don't kow the answers to your security questions or need other assistance doing this, either contact Apple for assistance by going to https://expresslane.apple.com, then click More Products and Services>Apple ID>Other Apple ID Topics>Lost or forgotten Apple ID password, or contact the Apple account security team: http://support.apple.com/kb/HT5699.

  • FM to change the customer address

    Hi Guys,
                 I am looking for FM to change the customer address.
    I found SD_CUSTOMER_MAINTAIN_ALL from here.. but the guys says its dumping..
    Can I get some source code with the FM.
    Thanks
    Senthil

    Use this.
    Data:gt_kna1   LIKE kna1  OCCURS 1000 WITH HEADER LINE,
           gt_bapiaddr1 LIKE bapiaddr1 OCCURS 1000 WITH HEADER LINE,
           gt_bapiaddr2 LIKE bapiaddr2 OCCURS 1000 WITH HEADER LINE.
    LOOP AT gt_kna1.
            CLEAR: gt_bapiaddr1, gt_bapiaddr2.
            READ TABLE gt_bapiaddr1 WITH KEY addr_no = gt_kna1-adrnr.
            IF sy-subrc NE 0.
              READ TABLE gt_bapiaddr2 WITH KEY addr_no = gt_kna1-adrnr.
            ENDIF.
            CALL FUNCTION 'SD_CUSTOMER_MAINTAIN_ALL'
              EXPORTING
                i_kna1                     = gt_kna1
                i_bapiaddr1                = gt_bapiaddr1
                i_bapiaddr2                = gt_bapiaddr2
                i_maintain_address_by_kna1 = 'X'
                pi_postflag                = 'X'
              EXCEPTIONS
                client_error               = 1
                kna1_incomplete            = 2
                knb1_incomplete            = 3
                knb5_incomplete            = 4
                knvv_incomplete            = 5
                kunnr_not_unique           = 6
                sales_area_not_unique      = 7
                sales_area_not_valid       = 8
                insert_update_conflict     = 9
                number_assignment_error    = 10
                number_not_in_range        = 11
                number_range_not_extern    = 12
                number_range_not_intern    = 13
                account_group_not_valid    = 14
                parnr_invalid              = 15
                bank_address_invalid       = 16
                tax_data_not_valid         = 17
                no_authority               = 18
                company_code_not_unique    = 19
                dunning_data_not_valid     = 20
                knb1_reference_invalid     = 21
                cam_error                  = 22
                OTHERS                     = 23.
            IF sy-subrc <> 0.
              MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            ENDIF.
          ENDLOOP.

  • Customer Address change on the Open orders

    We are unable to make a customer address change on the customer whenever an open order exists with the customer, is it intended functionality? Is there any workaround available to update the customer info whenever an open order exists.
    Thanks,
    Srini C

    Hi
    It is not possible to maintain address as validity period. Print program is always considering the current address.

  • Plant Address Changing [Replaced by Customer Address]

    Dear Experts,
    I am facing the problem of Plant Address Changing automatically.
    It is taking the address of the Customer.
    and when i am changing the address of the plant, system is changing the address of Customer in sales and distribution.
    After changing the customer address again system is taking customer address for the plant.
    Please suggest me the solution on the issue.
    Thanks in Advance

    Hi,
    this seems to be correct if your plant is a Retail Site and the customer is a Retail Customer.
    In that case, yes it is true that both are sharing the same address.
    The vendor could also be in that case.
    Start transaction WB02, open the plant and check if the customer is related.
    Technically speaking,
    ADRC-ADDRNUM = KNA1-ADRNR = T001W-ADRNR
    and
    T001W-KUNNR = KNA1-KUNNR
    and/or T001W-LIFNR = LFA1-LIFNR
    Some other relations also exists.
    I'm not sure there is a solution from the transaction to remove such link.
    But from a technical perspective, broke the above links and remove the useless ADRV links could be enough.
    I would suggest that you open a SAP customer message in market place to let experts investigate before changing any data.
    BR
    Alain

  • How can I change my Skype email notifications to E...

    My email notifications from Skype are received in Spanish, apparently because I live in a Spanish-speaking country (Panama).  Since I do not speak nor read Spanish, it would be greatly appreciated if these notifications could instead come in English.  My account is set up with English as the language and Skype works just fine that way.  The problem is that whenever I receive a notice via email from Skype, it is in Spanish.  Is there a way to change that?

    I will try writing Customer Service, thanks for the idea.  I'd like to reply to the following message which came to my email address, but has yet to show up here, to say that there does not appear to be any option regarding "language" in the Subscriptions & Bookmarks section.
    Subject:  
    Re: How can I change my Skype email notifications to English?
    Author:
    Skype-User (Reliable Adventurer)
    Date:
    18-03-2013 15:28
    View
    To manage your subscriptions or to change your subscription options, click here.
    If this link doesn't work:
    Log on to Skype Community.
    Click My Profile.
    Click the Subscriptions & Bookmarks tab.
    Change your settings and click Save Changes.
    Thanks for being a Skype Community member.
    Your Skype Community Team
    Skype Community sent this message to *edited for privacy*

  • How can I change email address RIM sends mail to?

    I have two emails, one that's strictly friends and family, and one for everything else. A while back I changed the "everything else" address to gmail. Although I've never submitted my personal address to RIM (other than setting up that email on my phone), they've begun spamming my personal mail with daily "notifications." I don't mind getting the mail, but 1. I don't want it coming to my personal address, and 2. I find it very disturbing that RIM harvested my personal account info to use at their convenience. I see in the emails I receive I can "unsubscribe," although they'll still send me mail they deem important. I don't want that, I want to give them my new everything address, so they'll stay out of my personal acct. I have thoroughly searched their site, but see no way to submit this new address, or to set up my acct preferences for my interaction with RIM. Please tell me how to change my address with RIM, or to at least contact them, not about my phone, but about their service (there doesn't appear to be any such option among the "Contact Us" selections they offer). Thanks very much!

    Notifications of what?
    I promise you, from all I've seen, you would have had to check a box in something stating you want to receive updates, etc., from BlackBerry. They certainly haven't "harvested" your email address from simply being loaded to your BlackBerry.
    You need to unsuscribe from the current emails you're getting. Even if you don't want to.
    You probably downloaded an OS or file update or Desktop Software somewhere that you clicked to agree to receive updates.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can't change MAC address of my wireless card on Windows XP

    Dear Forum Members,
    I have recently bought a notebook, Lenovo IdeaPad G550L (I haven't found section for the G series here on the forum) and would like to use its WiFi adapter (BCM4310 according to Everest) with explicitly changed MAC address. I installed the recommended driver, available from Lenovo's website, version 5.10.38.14. I tried the common way to change the MAC address, went to Control Panel -> Network Interfaces -> Broadcom Wireless Network Adapter -> Configure... -> Advanced -> Locally administered MAC address, and changed it to a different address (without ":" or any separator characters). Unfortunately this common solution won't work at all. Although, no error messages are produced when changing it (so it seems successful) my wireless router shows me the original MAC address of my integrated wifi card. Tried to restart my computer, my router, everything.
    * Tried different drivers, downloaded a driver from HP which had a separate wireless configurator, Broadcom Wireless Utility. It worked like the driver from Lenovo (except this one hasn't got the utility), but I was still unable to change my MAC address.
    * Tried a different driver from SoftPedia, version 5.10.79.14 (this is newer than Lenovo's), it didn't work either.
    * Tried Nathan True's MACShift utility. It seemed to change the MAC address, but my router showed the original, so it didn't.
    * Tried to look for official Broadcom drivers on www.broadcom.com but found nothing for BCM4310.
    * Finally, I booted my alternative OS, the latest Ubuntu Linux, and used the kernel driver b43 for my wireless adapter. I tried to change my MAC address using the command ifconfig wlan0 hw ether .... and connected to my network. It worked, my router showed the changed MAC so the hardware (or the firmware) is capable of doing this by the right driver/firmware.
    I tried to address Broadcom with the issue, sent them a letter like this post they replied that they are not competent, they wrote the following (I guess this was an automatically generated message because it got back in 10 seconds ) from [email protected]:
    "As the chipset supplier, Broadcom provides driver support to our customers - the manufacturers of wireless devices - that ultimately provide products to end customers, such as wireless LAN vendors, cable modem vendors, and notebook providers. It is up to these manufacturers to provide product-specific drivers and software support to their end customers. Please contact the manufacturer of your wireless device for their current drivers"
    Then I addressed Lenovo with the problem, their answer:
    "Dear ******,
    Thank you for contacting Lenovo, the makers of ThinkPad and ThinkCentre products. As I understand, you have purchased a Lenovo IdeaPad G550L and would like to use its WiFi adapter (BCM4310 according to Everest) with explicitly change MAC address.and you would like to know is there an official driver for Windows XP that allows you this basic feature like b43 in Linux. We apologize,Please do speak with our Idea pad technical Team at 877-453-6686 Option 1-2-1-2 for further assistance.
    If you have further questions or concerns, please feel free to contact us at 866-42-THINK (84465) option number 2. We will be happy to assist at that time.
    Once again, thank you for contacting Lenovo.
    Sincerely,
    Lenovo Websales/CustServe"
    So this means I should call them and spend extra money for phone bill of international calls because of their fault of providing a basic feature that is to be expected from every single wireless card in the market. Should I believe that a guide over the phone is more efficient than a step-by-step solution or a link to an alternative driver? I'm getting kind of disappointed. At least they have understood (or copy-pasted) my problem, dutch comfort though.
    Any ideas? Anyone experienced the same problem and solved it? Is there an official (or even unofficial) driver for this device for Windows XP that allows me this basic feature (like b43 in Linux)?
    Thanks in advance,
    str4ngS

    Yes, I have posted this thread to different forums after I realized that Lenovo "customer care" is not likely to help me out and even wirelessforums.org members couldn't come up with any ideas for days, that's why. I have already written that helper applications like SMAC (or etherchange or macshift) don't work, because they do the same thing in the system as I change it in the driver panel, so they use the same method which simply does not work.
    Locked? Definitely not. If yes, why can I change the MAC of my adapter under Ubuntu Linux using b43 open-source driver if it's really locked? Or you mean it's locked from software, because Lenovo or Broadcom didn't want their users to change their MACs or they just forgot to release a fully-functional driver? Well, then I would like to have a driver in which it's not locked, because this is a basic feature of my adapter of which the hardware is capable.
    I have already contacted Broadcom, see their (automatically-generated) answer in my initial post, but I will try to do that again with more foresight.

Maybe you are looking for

  • To many undo redo button

    Hi to everyone!!! I need your advice for my problem!! when I cliked new in the file to create a new JTextPane the undo redo button will multiply and if I have so many JTextPane then I have many undo redo in my toolbar here is my code. import java.awt

  • How can I put text into a cell with a formula?

    I'm trying to sort a budget in Numbers 3.1. I have a sum of column of cells that I'm adding up. The cell that has a total number looks like this: =SUM(F). I want to have that sum have a $ sign in front of it. I've ready everywhere that I could do ="$

  • HT2534 I cant find iTunes on my ipad!

    Can somebody help me !!

  • Error During Solaris 8 Installation

    Hi I am getting the following error message while installing solaris 8 on my intel based computer. Error : Could not mount filesystems . Error : could not opern /a/etc/vfstab . and the installation halts and the prompt comes up. The packages are part

  • Custom icons dont show up in the finder sidebar

    hi. i always replace my icons to make the folders more colourful and relevant to whats in them. they show up fine in their location but they just turn into blank document looking icons when i drag them into the sidebar. any ideas why?