Different Sales Organization in CRM DEV,QAS,PRD

Hi,
Is anyone knows how to correct inconsistent sales organization in DEV, QAS & PRD, meaning number series of sales organization units in DEV is not same with the QAS and PRD. With this situation, pricing in CRM online and internet sales is not consistent with what in R/3 and i'm getting error while doing CRMD_ORDER.
Please help! Rewards await.
Thank you very much.
Earl G. Faren

Hi Ravi Yadav,
Thank you for the reply!
I tried transporting the Org model but still when I tried creating a sales order using CRMD_ORDER, the system still unable to get the right base/list price and then when I check one of the condition tables (CNCCRMPRSAP004 & CNCCRMPRSAP005) it still contains the wrong sales org unit number series. Do I need to do the initial loading R3AS (R/3 to CRM)? to overwrite the entries of those condition tables?
Please advise what to do next.
Thank you.
Earl G. Faren

Similar Messages

  • Different Recipients of Alerts in DEV and PRD Systems.

    Dear All
    I wanted to know if it is possible to configure different set of recipients for an alert category in XI DEV and XI PRD systems.
    For example i have two groups "Group A" and "Group B" which should recieve alert mails.For this ,
    we can create 2 different roles in XI  DEV  i.e. "Role_A" and "Role_B" and assign user id's to these roles  and then assign these roles to Alert Category using the "Recipients Via User Roles" option .This is done in XI DEV system.
    My question is it possible that alert mails are just sent to "Role_B" in the XI PRD system. (not to ROLE_A). As ideally we would be transporting the alert categories from DEV> QAS> PRD can we have different recipients configurations in DEV and PRD.
    Please suggest.
    regards
    Nilesh.

    Hi Nilesh,
    Yes it is possible, Just change the receipent of alert category on PRD system (you can change receipent anytime you want).
    Regards,
    Gourav
    reward points if it helps you

  • 10g Upgrade Order (DEV - QAS - PRD)

    If I am upgrading Oracle 9.2.0.6 to 10.2.0.2, what issues will I face if I upgrade the landscape in the order of DEV, QAS, PRD.
    I will wait a week between upgrades.
    Will transports fail?
    Will SAP face any issues having different Oracle versions?
    Do I have to upgrade DEV, QAS, PRD at the same time?

    -> transports will not fail as long as the sap release will not change...
    -> normally all sap systems should run smoothly on supported database platforms...10g should be no problem...the three system reside on different hosts?
    to be sure (sap states that different kernel releases within one system landscape can lead to problems) try to keep the time between QAS and PRD very short and avoid transporting...
    -> no, you don't have to upgrade all systems at the same time...a week between DEV and QAS is enough
    GreetZ, AH

  • 3-tier vs. 2-tier system architecture (DEV- QAS- PRD)

    Dear Xperts,
    I would like to know your opinion about a 3-tier (DEV->QAS->PRD) vs 2-tier (DEV/QAS->PRD) BW system architecture.
    Why should you choose for 3 instead of 2, or the other way around. Thus pro's & cons.
    Thx.
    regards,
    JvB
    ps xcuse me 4 the cross-post in the 2004s part. It should be posted in this forum.

    Hello
    2 Tier architecture will have Presentation Layer and DataBase Layer. So each and every time we have to access the Database directly and this may affect the DB Performance and if the number of concurrent users are more then it will be worser.
    in 3 Tier case another layer "Application layer" has been incorporated as an intermediate between the above said 2 layers and this prevents the direct access to the DB. The performance is not highly affected. can Manage multiple concurrent users.
    Heard about 4 tier came and installation process going in in Gulf. (not sure)
    Sankar.

  • Defining SLD Target Systems for DEV, QAS & PRD

    In a 3 tier XI landscape (DEV, QAS, PRD) which of the following two scenarios is best?
    1. In the SLD define each DEV Business System with a target of the corresponding QAS Business System and define each QAS Business System with a target of the corresponding PRD Business System.
    DEV ---> QAS ---> PRD
    This means that we export ID objects from DEV and then import them into QAS. The objects then need to be exported from QAS for import into PRD
    2. In the SLD define the DEV Business Systems with 2 target systems relating to corresponding QAS and PRD Business Systems.
    DEV --> QAS
    DEV --> PRD
    This means that the same export from DEV can be used for import to both QAS and PRD.
    Currently we have scenario 1 implemented but I am thinking of changing this to scenario 2 which I believe is a better solution as only one export is required and it is guaranteed that the same objects are being imported into QAS and PRD.
    Any thoughts or comments?

    Hi Mark,
    I dont think thats a good thing to go with. When you are exporting, how are you going to control in CMS as to which environment you are going to export?
    CMS itslef works on the principle of Develop->QA->PRD. This way, when you are in QA and found some bugs and fix them, you can export them all to QA. Finally you assemble them at QA and finally import them to PRD. This way, all the chaged objects later on would also get imported to PRD automatically.
    Also As per my knowledge, in SLD, one target bus sys can have mulitple sources but the converse is not true.
    VJ

  • How to extend Article to Different Sales organization

    Hi experts
    How to extend Article to Different Sales organization
    thanks in advance

    Hi Hanumant,
    1. Go to MM42
    2. Enter the article to be extended.
    3. Enter the Sales Organization and Distribution Channel to which the article to be extended to.
    4. Select the Sales View.
    5. Press Enter
    Save
    It's Done.
    To verify, goto mm43 and enter the detail and check
    or
    after entering the article code in mm43 go to Sales Org. field and press F4, in the popup you will see a column 'Maint.' , X should be marked in front of your new sales org,dist channel combination.
    Hope it helps.
    Regards,
    Anirban Roy

  • Different sales organization single credit controle area

    Hi,
    Different sales organization single credit control area is it possible

    Yes. It is very much possible & pratically used by most of companies using SAP.
    Just go thru SAP documentation in this menu paths & you will understand.
    1. IMG - Enterprise Structure - Assignment - Financial Accounting - Assign company code to credit control area
    2. IMG - Enterprise Structure - Assignment - Sales and Distribution - Assign sales area to credit control area
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • R3 Sales Organizations in CRM

    Hi,
    I have a requirement to validate the given Sales organizaion against the R3 Sales organization.
    Is there any table in CRM , which has the list of r3 sales orgs?.
    Regards
    Elini.P

    Well BAPI_HELPVALUES_GET is the RFC I was talking about. But you should use class CL_CRM_ORGMAN_SERVICES for doing the validation. Try following sample code for validating Sales Org -
    REPORT  ZTEST_SORG                              .
    parameters : p_sorg type CRMT_R3_SALES_ORG.
    CALL METHOD CL_CRM_ORGMAN_SERVICES=>CHECK_R3_SALES_ORG
      EXPORTING
        R3_SALES_ORG      = p_sorg
      EXCEPTIONS
        INVALID_SALES_ORG = 1
        others            = 2
    IF SY-SUBRC <> 0.
       write : / 'invalid sales org'.
    else.
       write : / 'valid sales org'.
    ENDIF.

  • Copy Customer in different Sales Organization

    Hi,
    we have a company code and we create another Company Code and another Sales Organization in the same machine. For that, there are a lot of customers that will begin to work with the new Company. We find a report RFBIDE10, Transfer Customer Master Data from Source Company Code: Send; to transfer customer from old company to new, with a B_I. We are looking for the same program to create customer in the new Sales Organization, could you help us ? Do you know is exist a BAPI to do this or a program ? Any idea to do this, of course we could make an ABAP program, but we want a Std. Solution, if it's possible
    Thaks in advanced,
    Carlos.

    Hi,
    We make a customer development.
    Thanks.

  • Credit management with different sales organization

    hi,
    one cusotmer master code with different sales area, can i separate the credit limit? pls advice. thanks

    Dear Friend,
    Pls proceed as follows for implementaing credit control at sales Area level:
    1.Define two control Areas e.g C1 & C2 in enterprise structure(Definition)
    2.Do not assign the Company code with control area howver keep the "overwrite CC" tab checked (SPRO-Assignement of control area with company code)
    3.Assign Sales Area e.g S1 & S2 with control Area C1 & C2
    4.Now define credit limit in FD32 for customer in control area C1 & C2
    Pls note the control area will be derived automaticaly in case of sales transactions however while posting thru FI control should be a mandatory field in all transactions affecting cutomer ledger balance.you would be required to take help from Fi for this.
    Following areas of FI needs changes:
    1.Incoming payment & down payments
    2.Credit or debit notes
    3.Manual clearing of payments with Invoices.
    Pls do ask if any other calrification is required.
    Regards
    Sanjay

  • Extend of Article with different sales organization

    Hi Experts
    client has 150000 Articles
    and 5 sales organisation and each sales organization has 2 distribution channel
    and every day 100-200 new Articles we have to create
    what is the best solution to extend all the Article to all sales organization and distribution channel
    please guide
    thanks in advance

    Hi,
    Go to Common Distribution Channel and Mention distribution channel.
    For Example
    Distrib.channel Ref.distrib.channel
    01 01
    02 01
    03 01
    04 04
    In this example, only distribution channels 01 and 04 have customer and material master data defined. Distribution channels 01, 02, and 03 share the master data that you defined for distribution channel 01. Distribution channel 04 has its own master data. When you create a sales order in distribution channel 03, the system checks the customer and material master data against the data defined for distribution channel 01.
    Regards
    Vijai jain

  • Sales BOM in different Sales Organizations

    Hi
    Does anybody knows if a Sales BOM can work just onyl in a specific sales organization?
    Regards

    Thanks
    What I´ askng is how to assign a Sales BOM to a sales area, which is the transaction for doing it as I jut know Cs01 ad works at plant level.
    Question is that for the same material, I would like to work with Sales BOM in one sales organiation and not to work with Sales BOM in another sales organzation
    Regards

  • Logical system same in DEV/QAS/PRD for ALE

    Hi friends,
    We haven't used ALE but now need to set it up. Problem is, DEV and QAS are copies of PRD so all three have the same logical system name. I read about how using bdls to rename the logical system can create inconsistencies and am worried it can ruin our transport system.
    Appreciate your comments, thanks & best regards.
    Claudio

    Using BDLSS in comaprsion to BDLS - logical systems can also be converted remotely in all partner system.
    Please refer: SAP notes
    544509 - ALE: Converting the name of the "logical system"
    121163 - BDLS: Converting logical system names
    1478123 - FAQ: Source system
    Divyanshu

  • SAP Printing requirment on the fresh landscape (DEV,QAS,PRD)

    Hi BASIS Guru,
    I am new in BASIS(ECC 6.0), I want to configure printers for  SAP pirnting. Opreating system we are using on my site is RHEL-5. I am not sure on  how to start configuring multiple printer on SAP.  Please provide me some information for the same.
    I am already reading through help.sap.com, but it is too vast and it is confusing me.
    Thanks in advance ,
    Yogendra

    Hi, Printing can be configured using the using the Tcode SPAD in basis for spool administration.There is mainly three types of configuring printing in SAP basically they are local , remote and frontend printing.Local printing is used when The operating system spooler runs on the same host as the R/3 spool work process.When using remote printing, an R/3 spool work process passes the print-ready output stream to the
    operating system spooler on a different host.
    Frontend printing allows R/3 users to send output to printers that are defined on their local frontend PCs (access method F). For local printing Windows NT API (access method C) and Unix based system access method L.For frontend PCs (access method F). If you are satisfied with my answer mark me.If your are not knowing the device driver of your printer you can use the swine device type.

  • Overhead Rates Maintenance in DEV,QAS & PRD Systems

    Hello All,
    I need your expert advice on this topic. "What is the best practice to maintain OH rates in SAP Systems across the landscape". Any link to document, whitepaper or knowledge link is very welcome.
    I am aware that it can be maintained after making the system modifiable. But being a basis guy, i am against this method and am on the look out for the best process to do it.
    Points will be awarded for sure for worthy answers.
    Best Regards,
    Sri

    Hi,
    To define the overhead method, choose:
    Period-end closing->Single functions->Accrual calculation->Extras ® Settings->Percentage method, or
    Planning->Planning aids->Accrual calculation->Extras->Settings->Percentage method
    Using the overhead structure display for the given controlling area, you can maintain, create, or call up information on accrual calculations for selected objects.
    To do so, choose one of the following objects either by double-clicking on it or by choosing Goto from the menu:
    Base (basis for calculation): You specify the base cost elements that are to be assigned overhead per controlling area. Choose Where-used list->Overhead structure or Controlling area to display whether and where the base cost element assignments exist.
    O/H rate (overhead rates): Determines plan and actual overhead rate percentages for each controlling area applying to a particular validity period. On the overhead list screen, the Assignments indicator shows whether individual overhead rates exist.
    To check the assignment of the current object (calculation base, overhead rate, or credit) and to display the assignments per controlling area, per overhead structure and the structures not used, when maintaining the above-mentioned accrual data, choose Where-used list-> Overhead structures or Controlling area (see: Where-Used List for Accrual Calculations).
    Controlling->Cost Center Accounting-> Planning->Planning Aids->Accrual Calculation-> Percentage Method->Maintain Overhead Structure.
    - Actual Postings->Period-End Closing->Accrual Calculation->Percentage Method-> Maintain Overhead Structure.
    Save your entries.
    Hope this helps you.
    Rgds
    Manish

Maybe you are looking for

  • Incorrect Photo Orientation - Aperture 3 to Apple TV 2

    About a year ago I imported my iPhoto library of about 23,000 photos to Aperture 3.  The iPhoto library had some small corruptions in it and I was hoping the more robust nature of Aperture 3 would fix these, but the import made the corruption issues

  • Can I change system administrator (root) password?

    I have forgotten my name and password to get into my MacBook. I have imputed the OS X disc and found the reset password bit but it only gives me option to reset my iPhone or system administrator (root) but on mac support it says not to click that roo

  • Can't see some Business Rules after running the Import via LCM

    I am trying to migrate our Business Rules down from Prod to Dev to get them back in sync. Here is the steps I have run: Export ALL Business Rules and Sequences from Prod via LCM I confirmed the export directory contains an .xml file for EACH Rule. co

  • [SOLVED]Can't install Virtualbox-guest-utils[SOLVED]

    sudo pacman -S virtualbox-guest-utils resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: catalyst-utils: requires xorg-server<1.17.0 What to do ? Last edited by heldi

  • Is e-print the same as "AirPrint"?

    I've seen new HP printer sporting e-print... Is this this same as AirPrint?  It's nonsense that iPads can't print to ANY wireless printer forcing me to buy, yet again, another printer!  Ios5 disabled printer Apps so now my wife can't print through he