Sales Area change in SD

Good Morning Everybody!
i have an issue, maybe you guys can help me:
I need to know if there is a way  to migrate every order from one Sales Area, to another one without cutting off the system
i have been working on a Z solution, but some people, tell me, there is an standard functionality to do this in SD
Thanks in advance for your prompt response
Regards

Hi,
There is no standard SAP functionality available for this (You cannot change the sales area of existing sales orders)
You have to do it in this way.
First ask your ABAP person to give a program to download those sales orders based on your requirement. He has to do it in such a way to download all relevant header data as well as item data.
Then in the excel sheet, change the old Sales area to new sales area.
Now again you have to ask ABAP person to give a program to upload those excel sheets. (BDC record can be used for this)
Then you can upload those sheets again with the new sales area as new Sales orders in the system. This will be a new document number in the system.
In order to avoid wrong demand appear for old sales org. make sure you complete those sales order line items. Use a rejection reason to this purpose.
Please note, this is a cut over process, where as you have to block all users during this process to avoid any other issues.
Best regards,
Anupa

Similar Messages

  • Sales area chang in order

    hi
    friends
    i create a order ,after that i want to chang sales organization, where is the setting
    Thanks
    raj

    Dear 123
    No it is <b>NOT</b> possible to change the sales organization in sales order.  Actually it is fetched from <b>OVAZ</b>.  Whatever sales area you maintain in OVAZ for a particular sales organization, that sales organization will flow into your sale order.
    Thanks
    G. Lakshmipathi

  • Change sales area while copying contract from another contract

    Hello Gurus,
    I am copying sales contract from another sales contract. I have maintained copy control accordingly.
    Here i want to change sales area of being created sales area.
    Ex.
                                                 Sales area
    Reference contract             1000-10-10
    New Contract                       2000-10-10
    How can i control this ??...Where and what change should i made in copy control to achieve this ?
    Thanks in advance...
    Regards,
    Tarpan Vadaliya

    Thanks Kapil for your input.
    But still my question is not answered completely.
    My requirement in simple that i want to create a contract with reference to another contract but in different sales area. My customer will be remain same. So it does not relevant whether i use routine 001 or 002.
    I had tried to create with both routine but i am not getting succeed.  I had also removed below mention code from routine and tried but not succeed.
    IF HVBAK-VKORG NE VBAK-VKORG.
          MESSAGE E007 WITH HVBAK-VKORG VBAK-VKORG.
        ENDIF.
    Is the dist. channel the same in both reference and target?
        IF HVBAK-VTWEG NE VBAK-VTWEG.
          MESSAGE E011 WITH HVBAK-VTWEG VBAK-VTWEG.
        ENDIF.
    Is the division the same in both reference and target?
        IF HVBAK-SPART NE VBAK-SPART.
          MESSAGE E012 WITH HVBAK-SPART VBAK-SPART.
        ENDIF.
    Still waiting for helpful solution...
    Tarpan

  • Change sales area in sales order.........?

    Hi Experts,
    I know that in standard, we can not change the sales area in sales order, but my problem is that suppose when I create a sales order, I dont know that what distribution channel should be taken.
    Suppose I create a sales oder taking the distribution channel 'direct sale'  but the actual distribution channel is 'dealer'.
    Is there any direct or indirect way, so that I can further change my sales area in sales order.
    Thanks in advance,
    Vishal Singh

    Hi
    Thee is no way to correct the distribution channel in the order because its copied from the customer master. If you doesn't know the correct one while creating the order just enter the order type and press enter. So that it will take it to creationscreen. Then enter the customer thensystem will give the pop up with all the sales areas that customer was crated. Then select the correct one so that you can rectify the errors.
    I hope it will clear.
    Regards,
    SK

  • How can we change SALES AREA  in our sales order (VA01) ?

    suppose i have created a sales order in VA01 by taking a sales area BP01 01 00, and after saving, it generates a sales 0rder number.
    but after creating, i realize that the customer i have taken in the sales order, is wrong.
    we change the customer in the sales order via VA02, but the sales order is not accepting the customer because its(customer) sales area is BP01 02 00.
    one way is to extend the customer for BP01 01 00.
    but i need the sales area BP 02 00 in my sales order, how can i change the sales area from BP01 01 00 to BP01 02 00 in our sales order?
    thanx in advance.

    Hi,
    After extending the customer all your can do is delete your earlier order and create a new order.
    The sales order no generated previously by the system gets wasted/archived.
    Regards,
    Amit

  • Fm or BAPI for Change Customer: Sales area data

    Hello All,
    I need to change tax classification in Sales area data of Changing Customer ( transaction XD02 ).
    Function BAPI_CUSTOMERCRM_CHANGE looks like is ok for this, but I've try it and is not working, maybe i'm forgeting something or is not proper for this.
    Do you know a function for this or an sample with BAPI_CUSTOMERCRM_CHANGE ?
    Note: Function must not be for online store and Internet Sales.
    Any help will be appreciated and rewarded.
    Thank you a lot!
    Bogdan

    Hi again,
    Not the BAPI COMMIT was the problem,
    But I found FM SD_CUSTOMER_MAINTAIN_ALL, which is working realy fine.
    All the bests!

  • Bp relationship wit sales area data - mass changes

    Hi all,
    We keep our BP's relationship with the sales area and function data (in tab usage).
    is there a way to do mass change for this relationship (add/change/delete
    in the past when sales area was not documented in our relationship data, I have built scat which run BUB1 or BUB2 and mass changes could be done. The problem is that now sales area data is not seen in BUB1 and therefore I Can't change the right line via BUB1.
    Has any body  idea how to do it??
    Thanks,
    Rachel

    lv_frg081 TYPE string VALUE '(SAPLCRM_BUPR_CRMH_DIALOG)gt_global_frg0081[]',
        ls_frg80-client            = sy-mandt.
        ls_frg80-partner_guid      = <partner_ch>-partner_guid.
        ls_frg80-sales_org         = <bp_org>-sales_org.
        ls_frg80-channel           = <bp_org>-channel.
        ls_frg80-division          = <bp_org>-division.
        ls_frg80-partner_fct       = c_poueb.
        ls_frg80-rel_partner_guid  = g_pou_guid.
        ls_frg80-valid_to          = '99991231235959'.
        ls_frg80-valid_from        = '10101000000'.
        ls_frg80-relnr             = ls_but050-relnr.
        APPEND ls_frg80 TO lt_frg80.
        CLEAR  ls_frg80.
       Fill the  internal table with Business Partner - Sales Area - Partner Function
        CALL FUNCTION 'CRM_BUPA_BDOC_FILL_REL_TABS'
          TABLES
            ti_frg80 = lt_frg80.
        ASSIGN (lv_frg081) TO <f1>.
        IF sy-subrc = 0.
          <f1> = lt_frg80.
        ENDIF.

  • Changes in Sales Area data

    We require to provide access to "make changes" in the sales area fields only, of a customer master record. The t code VD02 was looked upon, but strangely when VD02 was accessed, even the general data too comes up for editiing which is strictly not required.
    XD02 is not provided to the said user, only the account group, activity 02, and VD02 was provided for the specific sales area.
    Request you all to enlighten me as to where am I going wrong, in the understanding of VD02, authorisation or the execution of it.
    Further to the same, if tab wise authorisation is possible within the sales area data, would be even more obliged.
    Thanks and regards,
    Tariq

    Dear Aziz
    There are 3 tables where customer master data stores
    KNA1 - General data
    KNB1 - Company code  data
    KNVV -  Sales area data
    You can restrict particular user by blocking kna1 table access for tcode - va02.
    Regards
    Pavan Kumar

  • Changing Sales area data in XD02

    Hi,
    I am trying to change the sales area data for the taxes is XD02 and the data seems to be greyed out. Can you please suggest, how we can change this.
    Regards,
    Anand.

    In XD02, I am only authorized to change the Tax classification. I want to change the country from GB to some other country.
    Please let me know do you need to change the tax classification or country?
    If it is country you can't do anything in xd02 and this has to be done in configuration of tax determination. and if you do so it will not only effect the customer but also other customers who are created under the country, not advisable.
    May i know what is your exact requirement is? why you  wanted to delete the country GB from the xd02?
    Thanks,
    Srinu.

  • You are not authorized to change data in sales area

    Hi,
    I started getting a BDOC error stating "You are not authorized to change data in sales area O 5000022/01"  This is preventing the customer from replication into CRM from R/3.  Any clues on how to address the issue? 
    Thanks,
    Stephen Brewer

    Thanks Robert,
    I originally went that route but the BDOC error message give no indication of what account "You" refers too.  Guess I will try and track it down on the R/3 side but I find it surprising that security is that granular since this is a middleware function.  I would think authorization to manage the customer data in R/3 would be enough.  Master Data folks who maintain data in R/3 side all have same role in CRM as well.  Thanks for the lead, I will get back.
    Stephen

  • CHANGE SALES AREA

    HI FOLKS
    ONCE THE SALES ORDER HAS BEEN CREATED FOR A PARTICULAR SALES AREA,IS IT POSSIBLE TO CHANGE TO ANOTHER SALES AREA
    EX: SALES DOCU CREATED WITH  SALES AREA 1000 10 00.
    WANT TO CHANGE TO 1000 14 10.
    THE CUSTOMER AND THE MATERIAL HAVE BEEN EXTENDED FOR THE NEW SALES AREA.
    PLZ SUGGEST.
    THANKS IN ADVANCE
    MADHU.

    Dear Ansumesh,
    As, rightly suggested by Ritvika, once created, Sales Area couldn't be changed, for the Sales Order.
    If, there is no subsequent document, i.e. Delivery, Invoice etc.. for this Sales Order, You may delete the Sales Order:
    VA02 --> Sales Document (Menu) --> Delete
    If, you have some Subsequent Document, either Reverse (Delivery) and Cancel (Invoice) the Subsequent Documents; Also, settle Accounting Documents from FI-side,
    And, Mark Sales Order Items "Reason for Rejection" (as, sometimes, System doesn't allow to Delete the Sales Order line-items, even though you reverse/ cancel all the documents).
    You may also put "Reason for Rejection" at Sales Order Header-level.
    Now, Create new Sales Order with Desired Sales Area.
    Best Regards,
    Amit

  • Hide Sales Areas with division during BP change/creation

    Hi,
    in the BP Change or create process you can assign sales areas. In our application we see our sales areas twice. One are with divion and one sales area without division assigned to the same sales organisation and distribution channel.
    In CRM we want to enter data just for sales areas without divisions during BP creation/change. Is it possible to hide the sales areas with divisions ?
    Thanks for help,
    Oliver

    Hi
    I am guessing that you have downloaded the sales org structure from R/3. What version CRM are you running? Do you have Division active?
    Have a look at note 720488 and 742796 (+ 774689 - part II).
    Cheers
    Dom

  • Changing Sale area - BP T code

    Hi,
    I am trying to create Business partners of ROLE - Prospect. It doesn't show me the PUSH BUTTON - 'SALE AREA DATA'. This avoids me to update the sales area data.
    I am able to create BP with Role - > Sold-to-party and able to update the sales details.
    Can anyone help me to do teh same for Role - 'PROSPECT'.
    Thanks in advance..
    Mohan.

    Issue resolved using OSS NOTE - 555529

  • Suggest EnhanceMent For SALES area determination In stock Transfer.

    Suggest EnhanceMent For SALES area determination In stock Transfer.
    V02V0001 Sales area determination for stock transport order Doesnt Work,

    Is user exit required, as the sales area will be different. Incase of Intra company stock transfer the process will be as under:
    Create Purchase Order (ME21N)
    Create Delivery in background (VL04, VL10a, VL10C, etc)
    Change Delivery for picking / packing & PGI (VL02n)
    Create Billing Document (VF01)
    Assumption: Stock Transfer configuration is in place. Assistance can be taken from SAP Best Practices in help.sap.com
    Incase of Inter-company, the process will be as under:
    Create Sales Order (VA01)
    Create Delivery (VL01N, etc)
    Change Delivery (VL02N)
    Create Billing Document (VF01)
    Assumption: Configuration is in place. Assistance can be taken from SAP Best Practices in help.sap.com
    Regards,
    Rajesh Banka

  • Sale Order changes View

    Dear Guru's
    Is there any T-Code for verifying Sale Order changes (Step wise), as in my company Invoices are generated with lot of changes which not matching with Sale Order conditions. So I would like to moniter the Sale Order conditions changes. Kindly help me out.
    Thanks in advance

    Hi
    Sales order changes can be seen in the report only if the changes are made by any user(userid). If your problem is with changes in pricing conditons...then before comparing the sales orders and invoices, I advise you to check the copy controls and the price type used in the copy controls. If the price type selected is to redetermine the pricing, then you should check the validity of the conditon records. Sometimes, the conditon records may be different during sales order creation and invoice creation.
    Thanks,
    Ravi

Maybe you are looking for

  • How can I use two Ipods on one computer.

    I was wondering if it is possible to use 2 Ipods on one computer without having to reload all of the music to the new library.

  • Can you get a purchased movies/music back when...

    ...your computer that the purchases were stored on dies and is not recoverable? My computer died and most of the movies/music I bought from iTunes were not on my iPhone when it happened. So now I have no idea how to get it back. Thanks for the help M

  • Streams are included in Standard One and Express Editions?

    Can I use Oracle streams in an environment with Standard One as master database, replicating data with Express Editions remote databases?

  • Acrobat Pro as default and Acrobat macros

    I currently am receiving faxes directly into an internet fax program and then viewing them by opening them up with either Adobe Reader or Adobe Pro 6 either at the company's website or on my email. First, is there a way to make adobe pro 6 rather tha

  • Find and remove duplicates advice?

    hi all, would it be possible to get a little advice and some feedback on others' experience with finding and removing duplicates from the aperture database? i am doing this now for scans, pdf's, images and other data on my mac book pro and on my mac