Query on Condition Records(Pricing) in SAP CRM

Hai experts,
It would be garteful if you can clarify my doubt. In ECC we maintain pricing condition records in VK11, do we down load them to CRM? if so what is the Load object name(per say for PR00), and the path where can we see the records in CRM after down loading. is it possible to maintain the condition records directly in CRM, if so Kindly let me know the T.Code or path.
Thanks and Regrds,
Teja

To download all pricing related things from ECC do the following
      1. You can use adapter object DNL_CUST_CNDALL to execute the Customizing download of the  condition technique for the pricing. Use Tx: R3AS to execute this adapter object.
      2. Later you can check status using Tx: R3AM1
To create new condition tables in CRM user the transaction CTCT_CRM_PR
Thanks and regards
shanto aloor

Similar Messages

  • Pricing in SAP CRM 7.0 Ehp1

    Hi Experts,
    I have some doubts in the SAP CRM 7.0 EHP1  pricing.
    1.is IPC part of sap crm or any other third party tool ?
    2. How to find the IPC user exit in the sap crm system.
    3. ERP (R/3 version is 3.1)is the backend system  and already they implemented the pricing conditionS in SD. I know we can dodwnload the pricing conditions from ERP to SD Using midldleware.after downloading the pricing condition where i have to write the code?
    4. JAVA knowledge is required or not for writing the Pricing conditions.(I know only basic java coding and good in abap )
    Please help me.
    Thanks,
    Venkat

    Hi Venkat,
    There's good blog about pricing in SAP CRM 7.0 EHP1 : /people/srini.katta3/blog/2011/04/19/faster-and-powerful-pricing-engine-delivered-with-sap-crm-70-ehp1
    and also take a look at SAP Note Note 809820 - Userexit concept for pricing
    There you can download guide about how to develop user exit Pricing in CRM
    Hope it's help,
    Lina
    Edited by: Linawati Lie on Sep 5, 2011 10:51 AM

  • Mass download of condition records from ECC to CRM

    Hi Team,
    We need to download many condition records from ECC to CRM. We are doing a request download but it takes lot of time. Is there a way to do a mass download of condition records form ECC to CRM.
    Regards,
    Jan.

    Hi Robert,
    We have all the articles in CRM but the prices are not matching for 2000 articles. Kindly suggest us in doing a mass download of the condition records for those 2000 articles.
    Regards,
    Jan

  • Error in BDOC while uploading the pricing condition record to ECC from CRM

    Hi all,
    I have created a condition record for ECC pricing condition type (I have maintained all settings required for maintaining ECC condition type in CRM 7.0) in CRM 7.0. But theis condition record is not uploaded to ECC. I have checked BDOC, it is showing with error status for BDOC type "CND_M_SUP". The errors are as below.
    1. sBDoc CNBCCPSAP005 does not contain structure CDBD_CONDREF
    Message no. CND_MAST064
    2. sBDoc CNBCCPSAP005 does not contain structure CDBD_CONDREF
    Message no. CND_MAST064
    3. Service that caused the error: CND_MAST_INT_DEEP_MB_TO_SBDOC
    Message no. SMO8047Diagnosis
    A service caused/ reported an error.
    Can some one help me in fixing this issue  please.
    Thanks in advance,
    JM
    Edited by: JM on Sep 7, 2010 4:46 PM

    Hi,
    sBDOCs are not used in ECC to CRM or CRM to ECC data replication scenario. You can either ignore the error or disable mobile bridge.
    Regards
    Prasenjit

  • Condition records  not generated in CRM from ECC

    Hi all,
    I have downloaded objects DNL_CUST_CNDALL, DNL_CUST_CND , DNL_CUST_PRC, from ECC to CRM successfully.
    I got all the condition types, access sequence and tables.including CUSXXX tables.
    I have also got few condition records for condition types SAPXXX . I am not able to get the condition records for the CUSXXX tables.
    Suggest me how to proceed further.
    Regards
    Yaswanth.K

    Yes I have checked the SLG1. There were one error..
    "No Entries Determined for the A Tables (Block         1)"
    I am not able to judge how to proceed with that error.
    The detailed Text is diapleyed under..
    Diagnosis
    No entries have been transferred from R/3 to CRM for one of the following reasons:
    1. The R/3 condition table does not contain any entries.
    2. The maintenance authorization has been transferred to CRM. This means that data in the R/3 condition table can no longer be downloaded from R/3.
    System Response
    Error message CND_MAP 312
    Procedure
    If this maintenance authorization has been transferred to CRM in error, this can be transferred back in exceptional circumstances so that a data download from R/3 is possible.
    Regards
    Yaswanth.K

  • Condition Record - Pricing Procedure

    Hi
    What is the T.code / IMG settings for creating a condition record in PRICING PROCEDURE ?
    Thanks & Regards,
    Senthil.

    Hi,
    Easy access> Logistics >Materials Management >Purchasing >Master Data > Conditions >Other .
    MEK1 - create
    MEK2   Change
    MEK3   Display
    Service condition records ML51.
    SD condition records,
    VK11  create
    VK12 change
    VK31 create
    Regards,
    Chandra

  • BP Role Category, condition record maintenace restricted to CRM

    Dear Gurus,
    Please enlighten me on the below
    1) what is the prominence of BP Role Category. Please explain me with an example as i could nt understanding what is meant in the std documentaion
    2) How can we restrict the condition record maintenance of a condition type only to CRM? i.e.. in ECC condition record maintenance should not be allowed
    Thanks & Regards,
    Raghu

    HI Sunil,
    The problem here is that when i can create a order in CRM  for which HR****** is the benefitting rep it is not getting replicated to ECC.So i think the link is broken somewhere and so wanted to know where to check to fix it.
    Thanks in advance........

  • Mapping error while downloading the condition records (ECC to CRM)

    Hello Experts,
    We were downloading the condition records from ECC to CRM system (Production), but due to Mapping error, it was unsuccessful, i wonder what's going wrong there.
    When i see in SMQ2 (CRM Inbound Queue), an queue got stucked there, i.e, R3AD_ZDNL_COND_A930 having SYSFAIL status.
    While debugging the queue, I have found that the queue got stuck because of u2018Mapping Erroru2019.
    I found inside, Standard code reads the record from table /SAPCND/T681 (Condition Table Structure) for KAPPL = 'CRM', KVEWE = 'PR', KOTABNR = 'CUS930' and AS4LOCAL = u2018Au2019 for which the value of VAKEY_OFFSET is maintained as 0.
    If system finds the value of VAKEY_OFFSET is Zero(0) then it will change the download type from D (Delta) to M (Mapping Error) and raise the error & block the Inbound Queue in CRM.
    I checked in SMW01alsofor getting some more knowledge about that queue, here the error description:
    Structure information for table CNCCRMPRCUS930 not available (Message class: CND_MAP)
    Error when carrying out delta download (Message class: CND_MAP)
    I am a technical guy and dont have much idea in CRM Middleware.
    I welcome your valuable thoughts and will award full points.
    Regards,
    Jeo

    Hi,
    As you mentioned i checked for the followings:
    >>In Maintain field catalog:
    I found only 2-3 fields are maintained here, when i compared with A930 (A930 in ECC system).
    >>Create condition tables:
    I checked it for CUS930, i found the same but condition table structure name like CNCCRMPRCUS930 are missing. Is that important? Because i see in SMW01, same error is coming over there : Structure information for table CNCCRMPRCUS930 not available .
    Please suggest me, now what i need to do?
    Regards,
    Jeo
    Edited by: Jeo Denson on Dec 1, 2011 4:11 PM

  • Direct certification in SAP CRM

    Hi Forum,
    This query is regarding direct certification in SAP CRM. I have read other threads but could not figure out one detail.
    I qualify most of the condition laid for direct certification, I have done a few implementations on CRM 5.0 and most of my experience is in version 5.0 only, but I would like to give my certification in CRM 7.0.
    As most of the certifications in 5.0 are already discontinued except the Associate one, will I be allowed to take certification in 7.0?
    The condition laid by SAP says:
    u201CTo appear for Associate level certification without attending any SAP course you need Minimum 1 year of SAP Implementation Experience with minimum of 6 months experience in the module and version in which you wish to take up certificationu201D
    Please clarify if someone has similar experience.
    Thanx,
    Neeti

    Hi Neetika ,
    Please check the below link which brings you clarity on queries , still you have - get back to me. My best wishes.
    SAP CRM Certification related queries
    Regards,
    Amrita

  • Replicate pricing routine in CRM

    Hi all,
    I'm trying to replicate pricing routine from R3 to CRM 5.0 without using IPC.
    Most of the master data and copy control is done already, pricing routine is the only one that I'm having a problem with since we don't use IPC here.
    Have anyone experienced this before?  Appreciate all the help.
    Thanks
    Gilbert

    Gilbert
    1. <a href="http://help.sap.com/saphelp_crm50/helpdata/en/8b/06f837aea75351e10000009b38f8cf/frameset.htm">How Pricing is done in CRM ?</a>
    2. <a href="http://help.sap.com/saphelp_crm50/helpdata/en/f6/6f6d28bf197247918ae66002feec75/frameset.htm">Differences in Pricing in SAP CRM and SAP R/3</a>
    3. Pricing in crm
    Happy Working !
    Thanks
    <b>Allot pointzs if this helps!</b>

  • Upload Condition Records?

    Hi MM Gurus,
    I would like to upload the condition records. (not info records).
    Are there any standard functionality available for this purpose? I had seen a Standard Direct Input Data Transfer Object in LSMW. But, I don't know how to use this, like for various Access sequences  for a single condition type, even though I know LSMW upload method for Material, POs etc..
    Please can anyone suggest me which will be the better  way to upload the condition records?
    Thanks & Regards,
    Ramkumar

    Hi,
    We use a BDC to load condition records (pricing) for both material and services.
    Cheers !

  • Release procedure for condition record

    Hello Gurus,
          please tell me how to run release procedure for condition record. especially the function of the release status and process status.
    thanks very much!

    Hi,
    Please go through the following information.
    [Relase Procedure for Condition Record|http://help.sap.com/saphelp_47x200/helpdata/en/a4/af9e78e69611d2ace10000e8a5bd28/frameset.htm]
    [Release Procedure for PR|http://www.sap123.com/showthread.php?t=59]
    Reward if helpful.
    Thanks and Regards,
    Naveen Dasari

  • Process Status & Release Status for Condition Record

    Hi Gurus,
    Pls help me out in the the following scenario.
    I want to activate Authorization level check for Condition records.
    For example, Product price PR00 is being entered by first level.
    After verification done by second level only, that condition record to be used for sales order processing.
    I have gone through Process status & Release Status. But not getting full clarity on this.
    Rgds,
    Senni.B

    Hi,
    Please go through the following information.
    [Relase Procedure for Condition Record|http://help.sap.com/saphelp_47x200/helpdata/en/a4/af9e78e69611d2ace10000e8a5bd28/frameset.htm]
    [Release Procedure for PR|http://www.sap123.com/showthread.php?t=59]
    Reward if helpful.
    Thanks and Regards,
    Naveen Dasari

  • Downloading Pricing condition records for products from ECC to CRM

    Hi All,
         I have a requirement where i  need to download condition records for products from ECC to CRM. The Inputs available for me are Product Id or the material number and the Sales org data.Kindly let me know the step by step procedure that i should follow to download the condition records for the products.
    Note: 1. The Products are already in the CRM system.
              2. I have downloaded the adapter object "DNL_CUST_CNDALL" already.
    Thanks & Regards,
    Shwetha.

    First of check and ensure that if the records are already downloaded. To do so,
    1) Log to ECC system and go to tcode V/06
    2) From here select the condition type you are looking at. Dbl click on the condition type and note down the access seq.
    3) Go to V/07. seelect the access seq you obtained in previous step and dbl click on "Accesses". Here you will come to know the condition table numbers. Note down the table numbers. (example: 002, 567)
    Understand at this juncture that tables from 1-500 are SAP Standard tables and 501 - 999 are customer specific tables.
    1) Log to CRM system and go to se16
    2) Type CNCCRMPR002 or CNCCRMPR567 and Choose F4 from keyboard.
    3) you should find an entry which looks like CNCCRMPRSAP002 or CNCCRMPRCUS567.
    4) query the table with input parameters like Product or Sales Org. YOu should find the records.
    If you fail in step 3, it means that the table itself has not come to CRM. For this do DNL_CUST_CNDALL with OPEN client (go to SCC4 and there Dbl clik on your client. There "NO CHANGES ALLOWED" should not have been selected. If it is so, consult your basis team and explain that DNL_CUST_CNDALL should be done on open client.(Repeat this even if you have already done that)
    If you fail in step4, try downloading DNL_COND_A*** adapter Objects. *** stands for the ECC condition table captured from ECC (step3)
    If you still are unable to find the record in the database table level, Check for the log in SLG1 tcode in CRM system. This gives you an idea of what's wrong.
    Note: Even if you maintain conditions via Product master, ultimateley it gets stored in A* tables in ECC and CNCCRMPR* tables in CRM. So the above procedure holds good for whatever the case might be.
    Hope this helps
    Regds,
    Raghu

  • How to Maintain the Pricing Condition Records in CRM

    Hi
    I am new to the CRM
    How to maintain the pricing condition records in crm for the particular condition type?
    as we do in SD(VK11)
    Thanks

    Hi Binu,
    First of all, you could maintain pricing conditions in the following places:
    1. In General Condition Maintenance (GCM)
    2. At the product maintenance level
    3. At the 'Price agreement' tab of Contracts
    4. As manual conditions during order processing at item level
    Now, if you want to maintain conditions using GCM, you first have to maintain a condition maintenance group in the customizing where in you can assign condition table and condition type for different counter values. I am assuming that you have done this activity successfully.
    When you run the transaction '/SAPCND/GCM', for application 'CRM', your condition maintenance group name and context 'GCM', you will be initially taken to a screen where in you'll have an item area which would be blank and then condition fields would be displayed in a tree on the left.
    Here, select the field 'Condition type' and click on icon 'Select records'. You would get a dialog prompting you to enter condition type. Here you can specifiy the condition type for which you want to maintain/view condition records.
    If no condition records are available, item area would be left blank. Here, you can choose a condition type using the standard F4 help. Depending on condition types that are assigned to condition maintenance group, different condition types would be displayed in the F4-help using which you can maintain condition records.
    Hope this helps.
    Regards,
    Pavithra
    **PS: Please reward points if this helps.

Maybe you are looking for

  • How to add data in a file

    hi, I have written following code.I have a file. i want to add data in this file. When i add data then data is added but i donnot get the previous data. What`s the problem of my code? Is there anyone can help me? how i will add data with the previous

  • ITunes will not load suddenly "the disk cannot be read from or written to"

    Something happened in the last couple of weeks that has crippled our devices and rendered itunes useless as well as drastically compromising the processor in our laptop. Prior to that I had been running iTunes 10 (version unknown) strictly with my ip

  • Install windows 8 on 32gb SSD

    Hi all , i'm new on the forum but i'm not new on the IT world. I have a quick question about my new ideapad s400. It came with a 32 gb SSD . I was think for better boot perfomance and overall system response on install windows 8 on the SSD and use th

  • Hyperlinks in RH for Word?

    I'm trying to insert hyperlinks to documents with a URL address (example: http://abcsource/docs/1doc/nameofdocument.pdf). I've tried using the Insert>hyperlink action. After I generate the project and I roll my mouse over the action, I see the comman

  • APP Vendor Credit memo to net off aginst normal invoice

    Hi All I would like to know,  what are all the references for "netting off of debit amount of vendor with credit amount while perfroming Automatic Payment run at T.Code F110. Ex:  I have a Debit amount against Vendor XXXX of Rs 21000 and Credit amoun