How to add company code data to BP in SAP CRM

Hi All
I have a problem replicating BP from CRM to R3,the error coming is "Fill in the required entry fields".
While debugging the error i came to know that Company Code data is not given from CRM side which is mandatory in R3.
Actually the Company code data is kept mandatory at ABAP level due to the Client requirement.
Now how can i add the company code data to BP so that this errors is resolved.As far as my knowledge goes there is no provisions for company code data in CRM ,now even if we keep this company code data optional in R3 ,this error is coming.
Please suggest the way out.
Any help will be highly appreciated.
Regards
Ashish

Hi there
Thanks for the reply,yeah i understand that there is no company code concept in CRM system.
so,we mean by Middleware exit is the user exit at R3 side,that i understand too.
But here scenario is different in the case that customer is not getting replicated due to the company code being kept mandatory at ABAP level in R3.
Actually client requires the company code data to be mandatory in R3 so that customer id does not get generated in R3 without giving the company code info.
Now due to the mandatory check on company code at ABAP level ,what happening is that we are not able to replicate the BP info to R3 because if that check was not there we would have at least pass on the BP data except the company code  and company code info would have been given in R3 itself.
So,i believe the way out is to remove that check and place a user exit in R3 so that at least CRM data is replicated and company code will come automatically.
Hope this will help me,if you have any better suggestion then please provide the same.
Regards
Ashish

Similar Messages

  • How to upload company code data related to Company Code BP01?

    How to upload company code data related to Company Code BP01 FOR CIN?

    Hi,
    First check whether all the pre-requisites are completed.
    I'm assuming you have installed the Best Practices Baseline package (for country IN). If you have succeeded in actvating the buildig blocks (as per your scope) using Solution Builder, you would have populated all the company code data related to Co. code BP01. Looks like some steps are missing.
    Please refer to the OSS note 1408706 in this regard. From there, you also can refer to the "Quick Guide to Implementing the SAP Best Practices Baseline Package V1.604 (DE), which is self-explanatory. 
    Let me know if this helps.

  • How the Company Code determination happens in the SAP CRM

    Hi,
    Friends ,
    How the Company Code determination happens in the  SAP CRM ?
    Regards,
    VCS

    Hi VCS,
    company code is determined in the following ways,
    Sales org created in CRM is linked to Sales org in ECC, where it is diretly linked to Company code in ECC.
    Secondly, Billing units in CRM are assgned to CC, you can see this under Master data-> Cross system org units-> Biling units to CC
    Regards,
    Seshu

  • Company code data for custom replicated from CRM

    Hi,
    I am trying to default the company code data for a BP replicated from CRM as a customer but it is not working.
    How should this be done in CRM 7.0, ECC 6.
    I am have so far copied function module SAMPLE_INTERFACE_DE_BALE, added my own code and created the entry in table TBE34. But it doesn't work.  Is this correct or is there another method?
    regards
    Tim

    This is what we did wen we had a similar requirement...
    u2022     In the ECC create a FM u2018Z_USER_EXIT_BEFORE_SEND_TO_MWu2019.
    u2022     Register this function module for the CRM0_200 exit user in the ERP system.
    a.     Use Transaction SM30, table TPS34, to go to the maintenance of the modules. Here, enter the Z_USER_EXIT_BEFORE_SEND_TO_MWu2019 module for the CRM0_200 process.
    b.     Use Transaction SM30, table TBE24, to check whether the application you have selected (Product column in TPS34) is active.
    u2022     The FM will be triggered whenever a Sold gets successfully replicated from CRM to ECC system.
    a.     Check for the Object Class u2018BUPAu2019.
    b.     Check for the Object Name u2018CUSTOMER_MAINu2019.
    c.     If yes copy the BP GUID from the BAPIMTCS Structure.
    d.     Now call rfc FM ZLSD_BP_EXTRACT_FRM_GUID in CRM to get the BP number and Acc Group for the respective GUID.
    e.     Check if the ACC GRP is Z001.
    f.     If yes make a BDC call to transaction FD01 and update the Company Code data u2026. Recon. Account     110000
                                 Terms Of Payment ZN30       
                               for the  respective BP
    Note: we have recorded a BDC program to create the company code data.
    regards,
    Sameer Ahamad

  • Need to add a new field to XD01 under company code data tab

    Hi,
    I need to add a new field under Company code data of XD01 under Account Management tab.
    I came to know two BADI's CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS can be used for this. But for these BADIs we need to create a sub screen.But for my requirement I need not use a subscreen just to add a field.
    Please let me know how to do this?

    Hello Pavan,
    Do you have any solution for this issue? I only can creat a new tab but hi prefer as you, creat a field Company code data of XD01 under Account Management tab.
    I read that is not possible, this is true?
    Best Regards,
    Eduardo Paiva

  • How to upload multiple company codes data for single vendor by LSMW Idoc

    Hi ,
    My requ is like this.
    uploading data by LSMW Idoc method
    In source file we have two company codes data for single vendor.
    It should create vendor for two company codes.
    But its not creating its showing error.
    How to handle this?
    Thanks in Advance.

    have you ever see this docu:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/1a/178ac72d3011d3bc3500105a6588b2/content.htm
    You can use the recording function to create a new object (or a new "import method") if neither a standard batch input program nor a standard direct input program nor the BAPI/IDoc method is available for a data object.
    Recordings are static, thats why you cannot do such flexible things like  multiple company codes at the same time.
    But with IDOC method it is certainly possible, I have done it several times already.
    Unfortunatly the creator of this thread did not say what error he got with the IDOC method. Maybe he will add this. Otherwise I dont think that anybody can help

  • How to restrict user to process own company code data in z program

    Hi All,
    I have this issue. in asset management I would like to restrict user to process its own company data.
    for example A who works in company 0123 only can process comp code 0123 data whereas X who is manager can process all company code data.
    In the abap program, how can i achive this? by authority object? if yes what asset management authority object to use?
    i have company code in selection screen. so may i know what method i can achive so that A can only execute co 0123 whereas X can do for all company code.
    thanks

    Hi,
    One way would be:
    For all persons for whom you would like to 'control' the access to a specific company, SU01-->Parameters--->Give some parameter ID say XXX, & in PArameter Value key in the compnay code whose data it can process.
    Please note that this is only one time process which has to be carried out for all the users. Then in your z-program  in SELECTIO-SCREEN OUTPUT use GET PARAMETER ID 'XXX" Field w_value. If GET PARAMETER ID returns su-subrc = 0 then move w_value to your company code on the selection screen. Then Use LOOP AT SCREEN & make SCREEN-INPUT = '0' for company code so that company code will be displayed but protected thus not allowing the user to change the company code.
    I hope this helps,
    Regards
    Raju Chitale

  • New tab in XD01 only when company code data button is selected

    Hello all,
    I added a new tab in XD01 with the help of BADIs CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS.
    But the new tab is appearing at all levels i.e general as well as company code level.
    But my client needs the new tab to be displayed only when the company code data button is selected.
    How do I restrict this?
    Any pointers to this would be highly appreciated.
    Thanks in advance.
    Regards,
    Chandra.

    Dear sriraj
    If you found solution exactly  Make it correct answer but remember in this Post to which Answer you have given Correct answer so dont do like this
    Because in future people easily trace there solution
    Dear Mahesh .. Here my intention to guide him only not to blame any one
    thanks a lot  

  • Vendor Master Data - General and Company Code Data

    Hi,
    We are collecting vendor master data requirements. The requirements that I have are for Vendor General Data, Company Code Data (Accounting Info, Payment Transactions, Correspondence etc.) and Purchasing Org Data. Out of these 3 groups I can only see Vendor General Data that is mapped to CREMDM04 in SAP supplied syndication maps. I am wondering if someone could tell me how much effort is involved to first create the structure in MDM for Company Code data and Purchasing Data and then map these additional fields to CREMDM04 fields?
    Why is it that Company Code data and Purchasing Data is not mapped in pre-delivered syndication maps?
    Thanks in advance,
    M

    Thanks Shruti for your reply.
    I agree with you. However, our client is really pushing for Company Code Data and Purchasing Org data along with Vendor General Data. Now, this is something that is new to me to do. I have never done this kind of customization before.
    I would really appreciate if someone from SAP could give me their recommendation and also help me answer the following questions
    1. Is this doable to map and syndicate Company Code data and Purchasing Org data along with Vendor General Data
    2. Is it possible to then extract the tables that hold Company Code data and Purchasing Org data from ECC and bring it back in MDM to update MDM tables (that we are going to create for this data)?
    3. What's the effort involved in this customization (Considering that we will be extending our repository structure, extend the syndication map, extract new tables from ECC for MDM, create import maps for these tables to import Company Code and Purchasing Org data into MDM)
    Regards,
    M

  • User Exit for KP90 to add Company Code

    Hi Experts,
    I need to add company code to the selection criteria of the KP90 transaction
    and thereby  clear plan data by company code.
    Please let me know the User Exit for the same or the way i should search for one.
    Or shall i instead create a Z program to meet the above requirement.
    Please help.

    Go to SE80 - choose program - SAPMV45A - Screen number 8309 - this is the screen exit to add fields in Additional data b
    You can write your own code for this screen and Try to use other user exits in SAPMV45A program and make sure you use transaction type or Sy-Tcode as the same program is used for quote and sales orders tooo
    Good luck

  • How to display COMPANY CODE DESCRIPTION ON THE TOP LEFT OF PAGE

    How to display COMPANY CODE DESCRIPTION(Field BUTXT) ON THE TOP LEFT OF EVERY PAGE OF THE REPORT GENERATED.
       Actually I have collected BUTXT using
    'select butxt into table itab from t001 where bukrs = p_bukrs'
    where p_bukrs is the selection screen field.
    REQUIREMENT: Depending on what company code we give on the selection screen, corresponding company code description(butxt) should be displayed at the top left of every page. how would i display it in TOP-OF-PAGE EVENT.

    Hi
    It's very simple, but what is the need to use <b>into table itab</b> in your select query.
    Rather, define a variable
    data: v_butxt type t001-butxt.
    Select butxt into v_butxt from t001 where bukrs = pbukrs.
    TOP-OF-PAGE.
    write :/ v_butxt.
    Regards
    Surya.

  • How to add company logo in z report

    Hi !
    i want to know how to add company logo into custom report ...
    generally we used below mentioned code for sap logo
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY       = IT_LIST[]
       I_LOGO                   = 'ENJOYSAP_LOGO'.
    ENDFORM.            "top_of_page"
    what changes we need to do to add company logo into custom report
    Please guide
    Regards
    Sheetal

    First upload  ur  required logo in  SAp  by  t-code  SE78.
    Use teh  above mentioned  ALV code  for the same.
    Try  to  search  on SDN for  the  u can find the  full  ALV code for the same.
    ..lakhan

  • Deleting other Company Code data

    Hello
    Has anyone any good experience in deleting other Company Code datas. We had in mind archiving but seems it is more like"mission impossible" due to many opened documents whivch prevent to come to the customer in order to be deleted.
    I know SAP SLO service, but it is much too expensive. Also we are not such perfectionist as they are.
    Does anyone knows some  product which could help us in this regads
    Thank you in advance
    Jan

    Hi Jan,
    You can use SAP Landscape transformation tool .Refer to SAP help for more details on the same.
    Deletion of a Company Code - Overview of SAP Landscape Transformation - SAP Library
    Additional information can be found in below SCN thread
    How to delete a Company Code with all custumizings?
    Hope this helps.
    Regards,
    Deepak Kori

  • No company code data available in XD01

    Hi All,
    I'm facing a issue in XD01 transaction code.
    In my current client process of creation of customer is first Master data team is responsible for creation of  General data segment of the customer once general segment is created it comes to SD user who is responsible for creation of company code and sale are segment. SD user donu2019t have authorization to create general segment u2013once general segment is created by MDM then only system will allow to create other segment by SD user.
    In production system when SD user use XD01 to create company  and sale area segment that user is not able to see Company code segment and user is calming that  earlier they are able to see company code segment.  I checked with S&A team as per them there is no changes in roles and authorization for that particular user since beginning.
    So to test what is the problem I requested S&A to create a test id in quality system with same role and authorization what SD user having in production system. I asked MDM to create a customer but when I (I mean test user created in Quality system )try to use XD01 to create other segment then system through a error saying u201CCustomer 830587 has already been created company code NLYQ sales area NLYQ SV PHu201D. Mean system is not allowing me to enter inside through XD01 because customer is already created but user is able to enter through XD01      in production. How it is possible Iu2019m using same roles and authorization what User having in production system.  if in production user is able to enter then with help of test id it should also allow to enter inside XD01 in quality also .
    I checked SU53 also even I asked S&A to activate tracing on Test id in quality so that we will find missing authorization during my testing in su53 and log we found nothing.
    So just wanted to know how it is possible or how I can get company code data in production system for that particular user.
    Thanks
    Prakash Sharma

    Dear Madhu ,
    Yes user is giving company code in selection parameter and there is BDC for creation of Customer. MDM is using that BDC for creation of general segment of customer
    Regards
    Prakash Sharma
    Edited by: Prakash Sharma on Jun 20, 2011 2:23 PM

  • How to change company code in cost center master

    Hi,
    Can anyone throw me the light about how to change company code in cost center master? User make some mistake. They maintained wrong company code in cost center master and there are some transactions already posted to this cost center. I would appreciate all attention and point will be reqard. Thanks much
    Best Regards,
    Bird

    Hi,
    The cost center master data fields have time dependancy.  Following are the details of time dependancy.
    You can maintain master data for cost centers, cost elements, activity types, and business processes as time-based. Changes to any other time interval are possible at any given time. Data storage is also time-based. In this way, you can store multiple database records for a master data record, each holding different information.
    The time-based dependencies are determined by SAP and cannot be changed. The following dependencies are possible:
    Not time-based
    Day-based
    Period-based
    Fiscal Year-based
    Cost Center's company code field's time based dependancy is Fisal Year Based and hence, the company code can be changed on cost center only on new fiscal year.  And hence, system will not allow changing company code on cost center master data until new fiscal year if transactions are posted to the cost center.
    You may have to think of work around :
    1) Create new cost center with correct co code
    2) Repost the cost posted to old cost center (with wrong co code) to the new cost center.
    Explore the possibility of this work around on your system with the key user and then see whether this option works out.
    Hope this helps.  Pls. assign points if this is helpful.
    Regards,
    Chirag

Maybe you are looking for

  • Being ahead of the game

    First and Foremost absolutly love my mac book pro. its been great. my only complaint is being ahead of the game. what i mean is waiting for software to cross over to be universal. right now im waiting for pro tools LE 7 Mpowerd, reason 3.0, final cut

  • Tapes with (Imported) in the label

    Every once in a while, my DPM 2010 tape labels appear as "Imported."  I have only used this one DPM server and it has always been DPM 2010, so no version/system migrations.  One dat the tape will labeled normally and the next, it seems like DPM forgo

  • ****Is it possible one sold party has different ship to party how?

    ****Is it possible one sold party has different ship to party how?

  • Hp device manager

    As per my understanding to add a printer after it is connected first I have to install the hp plugin using the hp device manager. Hp setup later asks for the file or it will download a .run file from internet. But I dont see in my system where it get

  • Graphics Corrupted on G5 iMac

    I was wondering if anyone can help me or have seen this problem before. The graphics on my iMac (for all users) have been corrupted. The mouse cursor has box full of little lines and all of the background has little lines of dots running through them