Change Invoicing address for number of PO's

Hi
We have a requirement to change the invoicing address for all PO's existing in the system.
How can we achieve it? 
Please help.

Hi, 
There is no invoicing party mentioned in PO header.
Company procures raw material from one comapny code to another c.code.
c.code is coming as delivery address not invoicing address.
The invoicing address mentioned is of Customer.
There is the requirement that invoicing address has been changed and all po that were subjected to send to previous address need to get updated with new invoicing address.
I know that address is getting updated from adrnr field in adrc table but dont know how to change for mass po's.
Please help.

Similar Messages

  • Steps to change IP address for SAP B1 server

    Dear Guru
    My company is going to change the IP address of SAP B1 server, because I am very new in this area, so pls clarify for me the following doubt
    1. May I change the IP address with the SAP B1 is running?
    2. If I need to stop the B1 services, how can I stop it? Stop at windows service level? or is there any console for me to stop the service like SAP R3?
    3. Do I need to stop the MSSQL service as well?
    4. Do I need to reboot the server before I startup the SAP B1 service?
    Regards
    Guodong

    Dear Guodong,
    Just assuming you have only one question since that is the forum rule.
    To change IP address for SAP B1 server, you need to Stop and restart the server to prevent the potential problem.  B1 is not the same as R/3, you have to stop all B1 related services.
    Thanks,
    Gordon

  • Regarding invoice address for document type

    Hi friends,
    I want to know how to print the INVOICE ADDRESS for a perticular document type if user-id  is not exist.
    Please suggest me the suitable code for the above requirement.
    Regards
    Kumar

    Hi,
    Check Table RBKP & Field name RMWWR for Gross invoice amount & BLART for document type.
    Regards,
    Biju K

  • Change of address for existing Plant -

    Hello,
    The requirement is to change the address for an existing Plant. Is this opkay to do - does this impact any other MM/Production processess.
    Thanks,
    RT

    Hi,
    Change in address will not impact on anything except the TAXES
    In address detail country,region and tax jurisdiction is maintained and this fields area in use for calculation of tax then it will impact.
    If region and tax jurisdictions is not in use for tax calculation then you can change.
    kapil

  • 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.

  • Change IP address for WLC

    I want to change IP address for WLC in production, should I convert Access Point from LWAP to IOS then convert again to LWAP ?
    Regards,

    Hi Friend,
    The best way is configure your controlelr as primary controller for all APs. You can do so going to wireless tab and then click on each AP detail and configure this controller as primary controller.
    Also if you have WCS you can do the same in one go for all APs and after that even if controller ip address is changed they will stay join to this controller.
    HTH
    Ankur
    *Pls rate all helpfull post

  • How can we change background colour for number of photos which are in a folder?

    how can we change background colour for number of photos which are in a folder?

    Same for you please show an example. Also it is wise to create your own thread. Keep it in mind next time.

  • Old email is closed.  I have no access to it.  Cannot change email address for icloud in system preferences,does anyone have a way this can be corrected?  I don't have access to icloud.

    Old email is closed.  I have no access to it.  Cannot change email address for icloud in system preferences,does anyone have a way this can be corrected?  I don't have access to icloud.

    Hi Joycars,
    Can you not simply sign out of the iCloud account with the incorrect email? Not sure I'm following?
    GB

  • Change company address for report: PC00_M40_PTX - Form 5

    Dear Experts,
    I want to change company address for report PC00_M40_PTX - Form 5. Can you please help me?
    Note: Personnel area address already maintain
    Thanks and regards,
    Mayur
    Edited by: Mayur114 on Jul 20, 2011 3:04 PM

    Hi,
    I checked the program, in which Include - PCPTXIN6_PDF line no 57 is used for checking the address & displaying in the output.
    In that CONCATENATE sadr-name1 sadr-name2 is used for the Empr address part. Check in ur case Name2 is having any entry or not.
    The name1 & name2 is 35 character length and it can be maintained in V_T001. Select the Company code & SHIFT+F5, both the fields are on top of the Name header. You can mention the details there & do a test run to check by using both the Function modules.
    Regards,
    Prasad lad

  • Changing the Address for Shipto party for a Service Order..... pls respond

    Hi friends,
    When i create a Service Order, using CRM_ORDER_MAINTAIN, I want to pass Ship to party number and its address.(its not Master data from BUT000, ADRC tables.).
    THe address data what i mean is when we go to Partners tab, the address you see is not master data.
    I want to update this address.
    Somehow i was able to create with my Shipto party , but im not able to give the address in the IT_PARTNER parameter of Crm_order_maintain.
    How can i give the address aswell, when i create Service order, or even changing a service order.
    Basically i want to change the address of ship to for a SO.
    kindly respond....
    thanks in advance,
    Niraja

    THis is the code i wrote to update the street: . but its not updating.. :((((((((((
    pls hlp fnds...
        CLEAR: ls_input_fields.
        ls_input_fields-objectname  = 'PARTNER'.
        ls_input_fields-ref_kind    = c_a.
        IF p_header-guid IS INITIAL.              
          ls_input_fields-ref_handle = c_handle.
          ls_sconf_partner-ref_handle = c_handle.
        ELSE.
          ls_input_fields-ref_guid = p_header-guid.
          ls_sconf_partner-ref_guid   = p_header-guid.
        ENDIF.
        ls_partfieldnames-fieldname =  'ADDR_NP'.
        INSERT ls_partfieldnames INTO TABLE lt_partfieldnames.
        ls_partfieldnames-fieldname = 'ADDR_NR'.
        INSERT ls_partfieldnames INTO TABLE lt_partfieldnames.
        ls_partfieldnames-fieldname = 'ADDR_ORIGIN'.
        INSERT ls_partfieldnames INTO TABLE lt_partfieldnames.
        ls_partfieldnames-fieldname = 'ADDR_TYPE'.
        INSERT ls_partfieldnames INTO TABLE lt_partfieldnames.
        ls_partfieldnames-fieldname = 'STD_BP_ADDRESS'.
        INSERT ls_partfieldnames INTO TABLE lt_partfieldnames.
        ls_partfieldnames-fieldname = 'KIND_OF_ENTRY'.
        INSERT ls_partfieldnames INTO TABLE lt_partfieldnames.
        ls_partfieldnames-fieldname = 'STREET'.
        INSERT ls_partfieldnames INTO TABLE lt_partfieldnames.
        ls_input_fields-field_names = lt_partfieldnames.
        CONCATENATE '000000000055 ' p_header-shipto_no '        BPBP'
               INTO  ls_input_fields-logical_key.
        INSERT ls_input_fields INTO TABLE lt_input_fields.
        ls_sconf_partner-ref_partner_handle = '0001'.
        ls_sconf_partner-ref_kind = c_a.
        ls_sconf_partner-ref_partner_fct = c_00000055.
        ls_sconf_partner-ref_partner_no  =  p_header-shipto_no. "'0010017295'.  "
        ls_sconf_partner-ref_no_type = 'BP'.
        ls_sconf_partner-ref_display_type = 'BP'.
        ls_sconf_partner-kind_of_entry = 'C'.
        ls_sconf_partner-partner_fct = c_00000055.
        ls_sconf_partner-partner_no  =  p_header-shipto_no. "'0010017295'.  "
        ls_sconf_partner-no_type = 'BP'.
        ls_sconf_partner-display_type = 'BP'.
        ls_sconf_partner-mainpartner = 'X'.
        ls_sconf_partner-addr_nr = '0000060435'.
        ls_sconf_partner-addr_np = ''.
        ls_sconf_partner-addr_type = 1.
        ls_sconf_partner-addr_origin = 'B'.
        ls_sconf_partner-relation_partner = '48222495E5735887E1000000CC9AA02A'.
        ls_sconf_partner-std_bp_address = ''.
        ls_sconf_partner-street = 'helloteststreet'.
        INSERT ls_sconf_partner INTO TABLE lt_sconf_partner.
    Can somebody give me any hints. pls ......
    thanks in advance,
    Niraja

  • Change email address for my notes?

    I have recently changed my email address and set my new IMAP email address on my iPhone 4. However iTunes won't sync Notes to my iPhone now as all the previous notes are shown as being my old email address. How do I changed the registered address for the Notes?
    Thanks
    Tony

    Hi @TFZ,
    Welcome to the HP Support Forums. I see that you would like to learn how to change the ePrint email address your printer currently has.
    To better assist you, would you please provide some additional information:
    What model/product number of HP printer do you have? How Do I Find My Model Number or Product Number?
    How is the printer connected (USB cable, ethernet, or wireless)?
    What operating system are you using on your computer? whatsmyos.com
    Are you getting any error messages? If yes, what do they say?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Changing email address for Preferences???

    Hi Everyone,
    This question actually has nothing to do with SQL! I am having trouble working out how to change were my email alerts are being sent to! I login with my hotmail account, but email alerts (concerning my threads) are being sent to my work address. I can't
    work out how to change were alerts are sent to...such a seemingly simple thing! However the MSDN site isn't the easiest to set preferences in!!!
    Primarily I use the MSDN site for learning about SQL so I am specifically interested in changing where alerts related to the following URL -http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ are sent to...
    Of course I have Googled this, but with NO LUCK (admittedly I didn't get super desperate and Bing Search!).
    Any help here will be greatly appreciated. If your an Administrator with enough skill to move this thread can you please share instructions on how to change the notifications email address???
    Kind Regards,
    David

    Hi David,
    You can change the email address notifications are sent to via 'My settings'. To get there, click on the 'Quick access' dropdown in the upper left (under the 'Ask a question' button) and then click on 'My settings'.
    There's a 'Configure alerts' section there where you can change the address.
    Just as a heads up (you don't have to worry about this, but I'll post this for future people who find this thread), making any changes in 'My settings' mangles all HTML tags in your signature block. You'd need to paste in fresh HTML before saving the changes
    to ensure that your signature doesn't break.
    EDIT:
    I just learned that you'll also need to confirm the new address that you enter into the 'Configure alerts' section before notifications will start being delivered to this new address. The confirmation email may take quite a while to appear.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Changing Email address for BTWiFi-with-FON

    Is it possible to change the username/email address for logging in to BTWiFi-with-FON as the btinternet.com email address I got lumbered with is very long (29 characters) and awkward to key in on a smartphone?
    Solved!
    Go to Solution.

    A1944 wrote:
    pottyperson wrote:
    Keep the phone's Wifi switched off until you actively want to use it. That will probably save on battery usage as well.
    Thanks for the idea, but unfortunately that would not help as I use it on the WiFi at home quite a lot, especially when I have the PC switched off.
    Sorry, I got the wrong end of the stick. You need to set the phone to prioritise wifi connections, but I don't know the procedure for iPhone as I have Android. You could try simply deleting BT WiFi from the list of connections to see if it gets a lower priority next time you connect to it.  
    You can click the white star next to this message if you think it was helpful.

  • Airport utility 6.1 change ip address for router

    Hi there,
    I want to change the IP address for the router from 192.... to 10.....?  It doesn't seem possible with the new version of the aiport utility.
    Any help would be greatly appreciated.

    You can change the IP address range that the AirPort Extreme provides as follows:
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click directly on the AirPort Exteme icon
    Click Edit in the next small window that appears
    Click Network at the top of the next window
    Click Network Options at the bottom of the window
    Here, you can changet the iPv4 IP address range from 192.168.x.x to 10.0.x.x
    Click Save and then click Update to restart the AirPort Extreme
    IF....the Network Options button is grayed out, this indicates that the AirPort Extreme is in Bridge Mode. In that type of setup, you have another modem/router or gateway "upstream" on your network.  That is is the device that is providing the 192.168.x.x. IP addresses.
    The AirPort Exteme simply passes through that network information to connected devices in Bridge Mode, since you only want one router on the network providing IP addresses.
    You will need to check with the support folks for your modem/router or gateway if you want to modify the settings on that device.

  • Change the address for the submit button on different forms

    We are using Forms Central internally in my company; I work for a managed health care company.  The claims department is completing a form and then they need to "submit" or send the form via email to a different department within the company.  Then the form would be complete.  Is there a way to change the email address or assign an email address for submitting the forms?

    Hi;
    I apologize for not having responded sooner, I thought I did but it might not have saved.
    Anyhow, if it an Imported PDF you can certainly try to Edit the "FormsCentral Enabled" PDF that you download and change that restriction and then test the form.
    See this FAQ on editing a PDF saved from FormsCentral: http://forums.adobe.com/docs/DOC-3661
    I can't say for sure if it will break the submission or not, you will have to test the form after you modify it and make sure it will still accept the submission. 
    This of course would not change the restriction in the PDFs you already sent out, you would have to re-distribute the modified PDF, but if it works at least the responses would still come into the same form in FormsCentral (if it does not work you will want to edit the original PDF and re-import into FormsCentral which creates a new form).
    Thanks,
    Josh

Maybe you are looking for

  • How to get bootcamp to install from USB on Mid 2010 Macbook Pro in Mavericks

    Ok, finally ran into my first problem with Mavericks. It's a doozy. Please if anyone has any advice, let me know. My bootcamp partition was acting a little buggy. I also wanted to make the partition larger, so I went ahead and erased it, made a large

  • How can I stream radio on my Macbook?

    I have been trying for months to stream in my favourite radio stations.  I have been totally unsuccessful. Everything I search, as far as HELP is concerned, it always talks about movies. An app called Radium worked for a few days and then started to

  • Sending mail with attachment from OIM

    Hi Experts, We have a requirement to send mail from OIM with attachment. Could not find any relevant document how to achieve this using Notification template and NotificationService. Any help would be appreciated. Thanks in advance.

  • How do i fix mail in mountain lion

    I upgraded to mountain lion and am having problems with Mail. The mail boxes appear but one of the accounts is offline. When I try to put it online i get the 'spining wheel of death'. I force quit, and open system preferences and find that another on

  • Why won't my Rosetta Stone open?

    I just bought Rosetta Stone TOTALe. I have a Mac with OS X 10.5.8 (9L31a), which should support the program. However, after installing the disc the program will not open. When I click on it bounces once and then closes. I tried deleting my cache but