Data Element Sales Org in CRM and ECC differ in length...

Hi Experts,
The standard data element for Sales Org in ECC and CRM differ in Length.
Similarly the Purchasing Org.
I need to export the Sales Org from CRM to ECC. But there is an error due to the length mismatch.
Why is there this difference? How can my requirement be met ?
Any ideas/pointers would be of great help.
Points Assured.
Thanks in Advance.
Arun.

use offset like vbeln+0(5).

Similar Messages

  • Mapping of Sales Org of CRM and R/3

    Hello all,
    the sales org in CRM are mapped to the sales orgs in R/3 and there is data flow between R/3 and CRM.Where is the mapping done.In CRM, CRMD_ORGMAN contains org data however this is in the CRM number range.How can I find out which sales org in CRM corresponds to which sales org in R/3.
    Regards,
    Rahul

    Hi Rahul,
    Execute Transaction: CRMC_R3_ORG_GENERATE
    Select the org u want to copy to CRM.
    Click on 'Generate Selected Lines'.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Conversion of Sales Org from CRM to ECC standard.

    Hi Experts,
    Currently in CRM, the Sales Organizations are contained in  a 15 character field. In ECC however it is a 4 character field. Is there any way to convert the CRM sales org id to the ECC sales org field ???
    Thanks & Regards,
    Aditya

    Hi Amit,
    Thanks a lot for those function modules. I could not use them explicitly for my purpose, however a  little look into the function module gave me what I wanted.
    The following code will convert the ECC Sales Org directly to the CRM Sales Org.  :
    DATA lv_orgman TYPE REF TO cl_crm_org_management,
              VKORG type VKORG, " ECC Sales Org
              Sales_org type CRMT_SALES_ORG. " CRM sales Org
    Get a reference to the org management.
      CALL METHOD cl_crm_org_management=>get_instance
                  IMPORTING ev_instance = lv_orgman.
    Convert the sales area.
      CALL METHOD lv_orgman->get_sales_org_of_vkorg
           EXPORTING  iv_vkorg = VKORG
           IMPORTING  ev_sales_org = Sales_org
           EXCEPTIONS crm_key_not_defined = 1.
    If sy-subrc eq 0.
    *Raise error message for invalid ECC sales org.
    endif.

  • Mutual Changes of sales document in  CRM and ECC

    HI
    1.We have a scenario as we are creating orders in CRM, but want to change the same in ECC. Also whatever changes we do in ECC should flow back to CRM.
    2.Similarly, if we create sales order in ECC, it should be changeable in CRM and the corresponsing changes flow back to ECC.
    I came across following SAP notes for the same.
    1.889051: Scenario A
    2.642944:Interdependent changes
    My question is What is the difference between Scenario A and Interdependent Changes?
    Please help urgently.
    Regards

    Hi D J,
    Check the below link.
    Data Exchange CRM <--> ECC Sales transactions
    Hope this helps.
    Thanks.
    Best Regards,
    Arun Sankar.

  • Creation of sales order in CRM and replicating it to Multiple ECC system.

    We have a requirement for creation of sales order in CRM and replicating it to Multiple ECC system.
    We have checked the following standard Adapter objects in transaction R3AC1.
    BUS_TRANS_MSG
    The initial flow contexts does not support target site type as R/3(SMOF_ ERPSITE). So we are not able to replicate the sales order from CRM
    to ECC.
        2. SALESDOCUMENT
    Here the initial flow contexts does not support flow from CRM -> R/3 as we don’t see the target site as CRM.
    Please let us know if the standard sap middleware objects don’t support the sales order flow from CRM to multiple ECC or is there any
    other adapter object we need to use for this.

    Hey Vijay Duvvada,
    I hope you are already referred below sap note  and which explains scope & how to do   -
    1084315 - Consulting: Information about the multiple backend scenario
    1763516 - How-to: Basic Setup of MEP
    As explained by Rohit Sharma data should be start flowing to multiple sites.
    please let me know if it does help.
    Regards,
    Arjun

  • Options for loading data from legacy mainframe to SAP CRM and ECC

    Hello All,
    I am new to SAP.
    As part of data conversion planning from legacy mainframe to SAP CRM and ECC systems, I need to know the different tools available for loading the data and comparative analysis of the tools by showing the features. Please also describe the process to evaluate the tools (prototyping, technical discussions etc) and make the recommendations.
    I would also appreciate any information on testing tools like (eCATT) and any third party tools (like Informatica)
    I know I am asking for lot of things here. But, I really appreciate any information reagrding this.
    Thanks,
    Balu

    Hi
    Data Migration(Conversions) mainly involves the following Major Steps
    Discovery->Extract->Cleanse->Transform->Load
    Discovery-> Involves identifying various source systems available where the actual data is residing.
    Extract->Extract the data from the source systems(legacy systems)
    Cleanse->Cleanse the data by enriching it,De-duplications etc
    Transform->Transform the data into SAP Loadable format
    Load->Upload the data into SAP Using the Load Programs(Eg,BDC,LSMW,Data Transfer Workbench,BAPIs etc)
    Also i would request you to visit http://www.businessobjects.com/solutions/im/data_migration.asp
    Cheers,
    Hakim

  • Custom fields replication in sales order from CRM to ECC

    Hi Experts,
    We have added a few custom fields in CRM 7.0 (Ehp1) using AET. The BDoc BUS_TRANS_MSG has been automatically extended with these custom fields.
    On ECC side also, same custom fields have been added to VBAK and VBAP, using APPEND STRUCTURE. Fields were added to ADDITIONAL DATA TAB B in VA01 / VA02 transactions.
    Our issue is, when a sales order is created in CRM, it is getting replicated on ECC. But, only standard fields are getting replicated. The custom fields that we have added are remaining empty on ECC side.
    In CRM --> txn SMW01, we can see that the BDOC is populated with custom fields also.
    What is it that we have to do to ensure that custom fields are also replicated to ECC. Do we need to maintain field mapping between CRM and ECC, for custom fields, manually. How and where do we have to maintain the mapping. Also, please let me know the BADIs / exits that need to be implemented to achieve the above functionality
    Regards,
    Manohar

    Hi Manohar
    You can map these custom fields using the badi CRM_DATAEXCHG_BADI. Please see the documentation of the badi in SE18 in your system for further details.
    Regards
    Gavin

  • Maintain Structured Product in CRM and ECC

    Dear expert,
    For structured product, i have folowing questiones. Could you pls kindly help on it:
    1) Structured product can be maintained in both CRM and ECC, right?
    2) If i matain in CRM, how can i download it to ECC?
    3)how to maintain it in ECC?
    4)if i maintain it in ECC, how to download it to CRM?
    Thanks!!
    Hedy

    Arun,
    In CRM the sales organization is an organizational unit object that has an attribute that corresponds to the 4 digit sales organization code in ERP.  This is also true for purchasing organizations which are organizational units that have ERP purchase org code as an attribute.
    So to do this you need to translate the organizational unit number based on the attributes of that organizational unit(sales or purchasing).
    Take care,
    Stephen

  • CRM and ECC  6.0

    Hi Gurus,
    Can any one tell me the difference in functionalities between crm and ecc 6.0?
    Or ecc6.0 is integrated with crm?
    What all functionalities of crm can be configured through ecc 6.0?
    Whether we require a seperate crm system like the R/3 4.7 and connect it through the middleware
    Please suggest at the earliest
    Thanks in advance
    Ajay

    Hi Ajay,
    This question could have saved us all this efforts
    Btw, opportunity management is used to capture the potential customers info. It helps to capture the buying pattern, the source from which this opportunity is captured, the probability of winning the order. Also we can maintain the various stages of Oppoprtunity and the activities that need to be performed in each phase. You can also maintain the competitor info in opportunity.
    Also if you are using PCUI, the opportunity created in CRM5.0 using PCUI can be created as Sales Quotation in ECC.
    The opportunity is not replicated in ECC otherwise.
    The opportunity can be then followed up by sales order which can then be replicated into ECC.
    More info is available on http://help.sap.com/saphelp_crm50/helpdata/en/5b/60c565c63d5a4d8200472b6008eb92/frameset.htm
    Hope this will help
    Regards,
    Rekha Dadwal
    <b>
    You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Mass sales orders from CRM to ECC

    Hi,
    We have a requirement to mass upload sales orders from CRM system ECC system. I could not able to find any option to push sales orders in bulk from CRM to ECC.
    Could you please let me know if you know any kind of solution for this kind of scenario.
    Thanks in advance!
    Regards,
    Kumar B.

    Hi Maggie,
    Thanks a lot for your response. But I could not able find CRMD_MASS_UPDATE in CRM system as well as in ECC.
    Could you please let me know how to try this other please let me know the program or tcode.
    Regards,
    Kumar B

  • SAP CRM and ECC doubt

    Hello,
    Could anyone help me for my doubt in the SAP CRM.
    When have a Two systems SAP CRM and ECC, If we create a role in CRM (Eg. Employee) how this role is transfered to ECC ?

    Go to http://help.sap.com/search/sap_trex.jsp, Select "SAP Best Practices" instead of "SAP Documentation" on top.
    Hope this helps.
    Regards,
    Kaushal

  • Need to install CRM and ECC in same server

    Hi Experts,
    I want to install CRM and ECC server in a single server. (Win2003/MS SQL server)
    I think we need more space (Sizing).
    Apart from this, i have couple fo questions in my mind..
    1,Which server should i install first.?
    2,Does it use the same Database for both servers (CRM and ECC) installation?
    3,I know that SID is differ for both server, does it use the same kernel for Both.
    4, What are the dependent and independent files ?
    5, How the database wil behave when i stop/start one server ?
    Could someone help me the stpes.
    Thanks and regards
    Thirumal

    1,Which server should i install first.?
    Doesn't make any difference... you can start with either of them
    2,Does it use the same Database for both servers (CRM and ECC) installation?
    Yes, It will create separate instances on the DB.
    3,I know that SID is differ for both server, does it use the same kernel for Both.
    No.. they'll have separate kernel directories.
    4, What are the dependent and independent files ?
    Files will be all independant, beside the hosts and services files.. but sap wise everything should be under different SID's (as far as i remember)
    5, How the database wil behave when i stop/start one server ?
    You have to be carefull with this one... if you stop the DB it will affect both systems... so when stopping the system make sure you use stopsap/startsap r3
    Regards
    Juan

  • Referenced sales org. AA00 and distribution channel do not exist

    Hiii Driends,
    I have came across a problem while Assigning Sales area to Sales doc type.....
    Steps i have followed:
    1. Created and assigned all Enterprise Structure
    2. Set up Sales area (AA00/A1/A0)
    3. IMG-SD-Sales-Sales Doc -Header-Assign Sale Area to Sales Doc type-Combine Sales Organisation. This is done succesfully.
    But while doing 'Combine Distribution Channel' when I enter Ref Dist Chnl as A1, Error is appearing as "Referenced sales org. AA00 and distribution channel do not exist"
    Can u sugest me any solution???
    Regards,
    Abhi

    Hi Abhi,
    If the referenced distribution channel is not assigned to the sales org of sales line which you are trying to refer....Message will be coming as you said...
    Please check whether you are referencing a distribution channel which you have assigned to your sales organization or not...
    Hope this helps you...
    Reward points.
    Regards
    Guru

  • How to know a users company, sales org, dist. channel and division...

    Hello Experts,
    Is there a way to know which company, sales org, distribution channel and most importantly division a
    user is currently affiliated? Really need help on this one guys since I am gonna use it for authorizations.
    Thank you guys and take care!

    Hi,
    If your informations are not in SU03 or XD03, so  I think you can't have these informations.
    (Maybe with column "Terminal name" in SM04 ?? If this information has been normed in your company)
    Regards,
    Stéphane.

  • What is the difference of  customer master data  between CRM and ECC

    Dear all,
    We are helping  customer to  evaluate using CRM or ECC to manage there customer master data, focusing on the benefit of using CRM system.
    Can any one help to compare the difference between these two system?
    some tips in my mind are:
    1. CRM has a friendly user interface for user to adjust the layout, hide/display  favourite information according to actuall req.
    2. In CRM, user can change the field/assignment block description easilly
    3. in CRM7.0, user can add new customzing field easilly via AET
    4. CRM has a good any analysis platform to provide pie chart analytic
    5. CRM store more customer infor. than ECC, such as Marketing attribute, account classfication...anything else?
    any other benefit to use CRM for customer master data? Pls help!!!
    Thanks very much!!
    BR,
    Hedy

    I would agree with most of the topics you mentioned. Just one remark to topic number 5. Business partner doesn't have more data than erp. It has some more marketing oriented data, but on other hand doesn't have all finincial and credit data that are relevant for erp financial transactions.
    In our company we have the following scenario: all business partners are created in crm (because there the sales activities are started and because we don' clasify at the begining all partners as customers but as prospects. and of course it has nicer user interface). but when we are closing the deals (ordreds are transfered to erp), we fill some additional (financial) data of that partner on erp side and clasify partners as customers.
    Regards.

Maybe you are looking for