Copying Custom Access Sequences to CRM from R/3

Here is the scenario we're working with:
Use quotes in CRM which are then released to orders in R/3. Would like to use pricing procedures to default in fixed prices for certain materials. Have everything working fine in R/3. I am following the process outlined in the Replication guide.
We created a new access sequence for pricing use SalesOrg/DistChan/Division/Batch. Created table A991 which has entries stored.
Running DNL_CUST_CNDALL does not bring the access sequence across. Tried defining my own customizing object specifying the new table and I get the following error in SMW01:
<b>Target table CNCCRMPRCUS991 is not actively available</b>
Is there a certain order I was supposed to do this in?

Hi Raghu,
Please refer the Best Practices document for replicating BP's from R/3 to CRM. Please have a look the following document for your information.
http://help.sap.com/bp_crmv340/CRM_DE/index.htm
under Technical Information->Building Block Library->B09: CRM Replication. page no.45 onwards.
Reward if it helps.
Best Regards,
Johnny.

Similar Messages

  • Custom Access sequence Error.

    Hi Ive created a custom access sequence and
    added 2 condition tables to the access sequence.
    Whenever i click save i get an Info message saying the below.
    When i branch to field level i see all the fields. Am i missing something.
    As a result the assigned output type does not work.
    One of the custom tables is a custom condition table with a custom field.
    <b>Message below.</b>
    <b>The field assigment has not yet meen made..</b>
    Diagnosis
    Field assignment has not yet been carried out.
    System Response
    When using this access sequence, the system can never find a record for this access (sequential number 10 table 011)
    Procedure
    Branch to field level and make the field assignment.

    Rajesh,
    Yes the field VKBUR is custom.
    So i modified the structure KOMPBV3.
    and populated it via the user exit. (breakpoint at usr exit is not working though)
    I have also generated the condition table. Im working in Ecc 6.0 and I dont see any color indicators. i go to condition tables from NACE. enter the condition table name
    Accesses: I had not generated them earlier, but with ur direction i now have.
    However the problem still persists.
    This is a detailed list of  the Determine analysis.
    Field in condition table  Field in document     Value in doc.
    B501-VKORG       KOMKBV3-VKORG     US10
    B501-VKBUR       KOMPBV3-VKBUR     <Info Icon>
    B501-FKART       KOMKBV3-FKART      ZIS

  • Number for bDocs processed per hour in custom interface to SAP CRM from Tibco

    Hello Experts,
    Could you please let me know the ideal Number for bDocs processed per hour for a interface which has SAP CRM and TIBCO.
    The intent is to use to most easy to scale technology for a custom interface to SAP CRM from Tibco .
    I did check the forums but was not able to get a definitive answer.
    I understand that it is not possible to quantify the exact number of BDocs that can be processed in an hour,but could you please let me know the factors on which it depends.
    Regards,
    Akash

    It depends on type of data you want to process and the size of your hardware.  My rule of thumb is that you should be able to do at least 1 BDOC per second in a worst case scenario or 3600 records for a small size system.  Keep in mind the biggest bottleneck is the database update/lookup times.  A properly sized large system, could do much more volume.  Your best bet is put in the desired transactional throughput into the SAP quicksizer and then work with your SAP hardware partner to approriately size your production box.
    If you already have hardware for production bought/existing, then find out the current SAPS rating for your hardware and then use the quicksizer to determine the target SAPS needed to meet your requirements.
    Take care,
    Stephen

  • Accessing BW/ERP/CRM from portal

    Does any one have step by step guides for accessing BW/ERP/CRM from portal?
    I would apprciate if you guys can share issues faced and resolutions for accessing them through portal.
    Thanks,
    Anika

    hi
    BW/ERP/CRM access from portal is governed by a single concept of single sign on  where actually you integrate them through logon ticket otherwise you can use application integrator component for user mapping
    There is step by step guide of BW 3.5 integration with portal  in sdn as well
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/7b583c2439e66fe10000000a114084/frameset.htm.
    on similar grounds you will have CRM too
    Portal and R3/CRM/BW in different windows domains
    please do not forget points
    with regards
    subratokundu

  • SD Custom Access Sequence issue

    Hi,
    I have created one z field in the table KOMP and same is available in the accesses sequence. I can able to save the pricing records through VK11. Which is available in the access sequence but as the field I have inserted is a Z field due to which I can’t use that access sequence. For e.g. if you maintain price for customer/material to release combination and if you enter the same customer material combination in the sales order then system will pick the same access sequence and particular pricing will reflect in the sales order. In my case I am using Z field which is not available for entry in the sales order so that’s why system is not able to access the access sequence.
    Can you tell me how to insert the field in the sales order which can be access by system while selecting the access sequence?
    Regards,
    Shantanu

    Hello Shantanu,
    Please go through the below link to add the field in the order.
    How to add a custom field in VA01 (Sales Order Item)
    After adding this field in the sales order, to make use of this field you have to update the Userexit(
    USEREXIT_PRICING_PREPARE_TKOMP)
    Thank you for your time.

  • Customer not found in CRM from R/3

    Hi  All,
    One Customer has been created in R/3 and the same customer is not found in CRM.
    So i have defined a request with R3AR2 with object name :CUSTOMER_MAIN, Table:KNA1 and field:KUNNR
    Option:Equality(=Low)
    Low: 1000001
    High:  1000001
    And in R3AR4 started the request from R/3 to CRM.
    I am getting error:003 Initial load is already running
                                004 CUSTOMER_MAIN Object will not be loaded.
    Appreciate your help !
    Regards,
    Suren
    Edited by: surender  gundu on Jul 22, 2009 12:57 PM

    Hi,
    I have looked into your query.
    When the data exchange takes place, the following will be priority for the middleware to process the queues accordingly facilitating the data exchange:
    1. Initial Download.
    2. Request Download.
    3. Delta Download.
    Looking at the error message it seems that some other Initial load is running in the system. Check the table SMOFDSTAT with the parameter for DNL_STATUS as 'R'. If you have entries, this imply that initial load is running in the system. This will actually stop the delta queues until the initial load is over.
    Recommendations:
    1. Check if Initial load can be stopped. This is not recommended since this will cause inconsistencies within the system.
    2. Wait for the initial load to get over and run the request again.
    3. Check the table SMOFRSTAT with the parameter for DNL_STATUS which will let you know whether there any running
        request download in the system.
    4. Then if initial load is completed you can carry out the same request again.
    5. Or if the Initial load is completed check the inbound queues in SMQR, which will be processed immediately if there are no  
        further requests running in the system.
    I would recommend the 5th point which will be fine in your scenario.
    I hope this helps.
    Regards,
    Venkat

  • Can you copy custom To Do List settings from one project to another?

    Using RH9. We created a number of To Do List entries for one of our Robohelp projects that we now want to use in all of our RH projects (File > Project Settings > Manage To Do List for Robohelp Project). Is it possible to copy these entries from one project to another? Or do we need to re-create the list of To Do tasks for each one of our 20+ projects?

    Hi there
    The "To Do" list items appear to be stored directly in the ProjectName.XPJ file. So theoretically it would be possible to copy them by opening one XPJ using Windows Notepad, copying them, then opening the target XPJ and pasting. However, this will likely cause a disparity between the XPJ and the .CPD. So before actually opening the project where you are copying them into, you would want to close the project and delete the CPD. Then modify the XPJ and re-open the project. A fresh CPD should then be baked up and things should be in sync.
    You might also want to submit a Wish Form to ask for an easier way to transfer custom lists. (link is always in my sig)
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Copying Rules & Access Sequence

    Dear Experts,
    I need to know how can I force the Purchase order to not adopt the conditions from the last PO or even the info record.
    I also need to know how can I make the "Info Update" Indicator not checked by default
    Best reagards

    hi,
    The info update indicator is controlled via EVO paramters...
    check the settings here:
    SPRO >> MM >> Purchasing >> Environment >> default value for buyers...
    regards
    Priyanka.P

  • Customer filed in Access sequence

    Dear EXperts,
    There is an requirement from the business that they want to add customer field in access sequence i.e.MEK1 apart fron the existing field combination such as supplying plant /material and supplying plant /plant. Now the business is asking to add another combination such as supplying plant/customer/material.
    My concern is it advisiable to add customer field in MEK1, if we add what would be its implications on exisitng functionality from purchasing side.
    Kindly help.
    Regards,
    Prashanth

    Hi,
    It won't impact much on Busineess.
    Just add the condition table in Access sequence of same if you have already custom access sequence.
    or Copy the existing access sequence & add the Customer table in to that access sequence. then maintain the condition record as your client want.
    SAM

  • Downloading custom fields to CRM from R/3

    Hi All,
        i have already downloaded condition tables; accesses sequences; condition types; pricing procedures of R3 to CRM using DNL_CUST_CNDALL.
          Now i find some condition tables in CRM have blank fields. These CRM fields are not mapped with R3 fields due to some reasons, i don' know.
          i am trying to map them and populate the CRM missing fields in the condition record.
          I have maintained V_CND_MAP_CNVFLD table and see them populated in CND_MAPM_CNV_FLM. I have run the custom download object YDNL_CUST_A655 once again and find them green status in R3AM1.
            Can anyone please help, with the process that i have to do next, to bring in the missing fields.
    Thanks in anticipation of the much needed help.
    With regards
    Keerthi

    Z fields will be available in BAPIMTCS structure, if you create Z fields through EEWB. I believe, you have done the enhancements using the EEWB.In that case after the enhancements you are supposed to generate all the services of the Bdoc through the transaction smoggen.
    Also you need to enhance the adapter module accordingly so that the data is filled into the BAPIMTCS structures properly. Also you can create some data for these Z fields and check, if the MBdocs have the corresponding data.
    I hope by Default the Z custom data is avilabe in BAPIMTCS. The function module CRM_UPLOAD_TRIGGER calls the FM COM_BUPA_MAIN_INBOUND for data posting.This in turn calls the FM PI_BP_PROXY_BAPI_CUSTOMER where the actal data is mapped to the tables. You need to find the necessary Fields in R/3 for the Z fields to be populated .This is done in this function modules and check for user exits in PI_BP_GET_AND_MAP_KUNNR_RI'(called in PI_BP_PROXY_BAPI_CUSTOMER) where you can map to the R/3 fields.

  • Access sequence for Partner determination -Sales and Interaction Center CRM

    Dear experts,
    We use som transaction types both in our sales (t/c crmd_order) and in Interaction center (t/c CIC0).
    We though want the partner determination to act differently when creating this transaction in sales compared
    to when creating it in the interaction center. For example in the sales process we want the contact persons to be searched from the relationsship of the sold-to party but in customer service we do not want an automatic determination.
    There are some BADIs available that can be used in the access sequences as a source but can they be used to
    switch off some automatic determination when creating the transaction in t/c CIC0 whereas the automatic determination should work when creating the transaction in the sales process ie. t/c crmd_order?
    Looking forward to have any input on this, thanks!
    best regards,
    Christina

    Hi,
    What we did is to remove the automatic determination on the transaction type that is used both in the sales process and Interaction center/customer service. The partner in question is only determined from the previous document in case you
    create a follow-up document.
    rgds,
    Christina

  • Unable to Download Condition Tables and Access Sequences from R/3

    Hi Experts,
    We have a new set of condition tables and access sequences created in R/3. Now we need to download them to CRM, which we are unable to perform. We tried downloading DNL_CUST_CNDALL, but there is no use. The new condition tables are not getting pupulated. Moreover when I download this object, the corresponding CNCCRMPRCUS* table for the new condition type is not getting generated in CRM.
    The strange thing is the above mentioned tables when created in "development and quality" boxes are getting into respective CRM systems. We are using CRM 4.0.
    Your help will be appreciated.
    Regards,
    Ajay

    Hi Ajay
    Please check the transaction SLG1 which gives you very good inputs on the errors which would have happened during customizing or condition download
    Check the customizing download by giving the following parameters
    Object : cond_exchange
    Subobject :customizing
    Give the date on which the recent customizing download of DNL_CUST_CNDALL was performed.Check whether there are any errors!!if there are errors on then those needs to be corrected so that the new condition tables and access sequences get downloaded correctly to CRM.
    Thanks,
    Abishek

  • I transferred files from a NAS server to the Mac Mini Snow Leopard Server and now some of the files have Custom Access and can't  be opened by some users.  How do I fix this?

    We're setting up our Mac Mini Snow Leopard Server, and in the process transferred files that had been stored and accessed from our Blackarmor NAS server over to the Mac.  These files were all created on PC's and are Office Excel files, WordPerfect files or PDF's.  When you look at the files on the Mac from the Mac and bring up Get Info for the affected file, it says that the file has Custom Access.  The files that work properly don't have that configuration.  I can access and open the files on some computers, but some users can't open the files from their computer even though they can see it.  We're all using PC's and they get the Error:  Access Denied-Contact your administrator--or something similar.  I've seen on the web similar issues and it may have something to do with ACL permissions.  I don't know enough about Mac OS to understand this, but what is baffling is that they can be opened from some PC's but not others, and all of the Users have the same accessibility to the files.  Thanks for a solution!!

    Oh, on the losing Internet, try this...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    PS. Your English is quite good & completely understandable.

  • Can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.

    Hi,
    I can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.  I can access CRM with same user id and password from our office inside the network.  I can get
    the page to give login details once I have login details I got below error. Please help me to solve this issue.  It was working before.
    Access denied You do not have sufficient access rights or privileges to perform this action. 
    Regards,
    Noushad
    [email protected]

    On Premise system Configured with AD FS server for claims-based authentication you need to update your host file with server url to access it from outside office network.
    Refer
    this on how to update host file.
    Regards, Saad

  • Copy Custom toolbar from one instance to another in Project server 2007

    Hi,
    I am currently using project server 2007. We have a number of instances in our Project server enivoronment. Is it possible to copy customized toolbar from one instance to another? If yes, how?
    Thanks in advance 

    Hi Khaldun,
    As per my reply in your previous post, here is a link explaining how to use the organizer:
    Http://blogs.msdn.com/b/project/archive/2010/10/22/tips-and-tricks-copy-custom-views-filters-tables-and-other-elements-to-other-projects.aspx?Redirected=true
    Basically, just copy the toolbar from the global source instance into a blank project file. Then do the same operation from the blank file containing your toolbar into the destination global model, still using the organizer. 
    Hope this helps. 
    Guillaume Rouyre - MBA, MCP, MCTS

Maybe you are looking for

  • Multiroom DVR does not work as expected.

     Short description of my problem: I can't use the multiroom DVR with the SD receiver I was sent nor another DVR. This leaves me only one option, an HD receiver which costs me more per month but does not give me any other added benefits. Long descript

  • How to bypass the login popup in AutoVue20 integrated to DMS (UCM, SP)

    Hi, Can anybody please help me, if I need to make any changes at AutoVue 20 side or DMS (UCM or SP) side to avoid the login credentials popup appearing again and again whenever I try to view any document with AutoVue. I know it's a security feature b

  • Syntax problem with BDC perform

    Dear Friends, small problem in BDC Perform syntax but I am not getting how to do this.. I have writen the code like this in my BDC byt its throughing the error...Here I want to do the validation on each and every field. I mean If that field values ar

  • Adobe acrobat reader 9 problem saving forms and copying photos

    I used adobe acrobat reader 6 at work and I have a form that I save with new data. I am also able to copy text and photos using version 6. When I try to save edited forms and copy files from versiion 9 It wont allow me to do that. Is their any way th

  • Help For Reimbursements requirement - Urgent

    Dear All, Requirement says: - Reimbursements are part of employee CTC - Employee CTC consists of - Basic - 10,000 HRA- 4000 CEA-200 Med- 1250 Petrol Remb- 1250 - yearly - 15000 Proff. Dev Remb-1250 - yearly - 15000 Car Maintce Remb-1250 - yearly - 15