Condition records in CRM

Hi Experts,
Can you suggest solution  about condition records in CRM in following scenario.
When we download condition record of  product + vendor  (which created in ECC ) to CRM , where we can check it in CRM  . ( Which table )
thanking you in advance.
regards,
PD

Hello,
All R/3 condition tables are created in CRM only if they contain data! (not always true but...)
Some examples:
R/3 Condition table A501 (Sales org/Material)  = CRM Table CNCCRMPRCUS501
R/3 Condition table A005 (Sales Org/Dist Chan/Sold-to) = CRM Table CNCCRMPRSAP005.
In general, customer pricing conditions are prefixed CNCCRMPRCUS + R/3 table number, other pricing conditions CNCCRMPRSAP + R/3 table number.
You can also find back this information via the transaction "Maintain Condition Tables" /SAPCND/CTCT.
Hope this helps,
Joost

Similar Messages

  • 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.

  • Maintenance of  Condition records in CRM

    Hi all,
    Environment CRM 4.0, R/3 4.6c,
    where do i create condition records in CRM?
    we have pricing procedure,Document pricing procedure,Customer pricing procedure and Sales area in place and also configured Pricing procedure determination, assigned Document pricing procedure to the respective document, assigned Customer pricing procedure to the respective BP.But when i am trying to create sales transaction when i go to display header level of Sales Transaction the pricing procedure is not picked up the pricing procedure field is empty.
    i am under impression that is it because of not having maintained Condition record?
    can you plz anyone suggest me in this regards at the earliest?
    Thanks in advance.
    DV.

    Hi MDV,
    Make sure that <b>sales area data</b> for the Partner you are using in your sales transaction has been maintained in the BP transaction under the SALES AREA DATA button on the top. Sales area data has the customer pricing procedure field.
    The pricing procedure has nothing to do with conditions.
    <b>Reward points if it helps.</b>
    Regards,
    Amit Mishra

  • How to Delete the condition record in CRM

    HI,
    Can you please help me how to delete the condition record from condition table in CRM.
    Please explain the usage of FM CRMXIF_CONDITION_SEL_DELETE with examples.
    I have also read the documention of the function module. How to use this FM for custom defined condition table.
    (this is the code given in Documentation)
    DATA-OBJECT_REPRESENTATION         = 'E'
    DATA-SEL_OPT-CT_APPLICATION              = 'CRM'
    DATA-SEL_OPT-OBJECT_TASK                    = 'D'
    DATA-SEL_OPT-RANGE-FIELDNAME        = 'PRODUCT_ID'
    DATA-SEL_OPT-RANGE-R_SIGN                  = 'I'    (Including)
    DATA-SEL_OPT-RANGE-R_OPTION           = 'EQ'
    DATA-SEL_OPT-RANGE-R_VALUE_LOW  = 'PROD_1'
    Thanks
    Shankar

    Hi Shankar,
    I am using the same CRMXIF_CONDITION_SEL_DELETE function module to delete condition record present in CRM.
    But it is giving me below error in the return table of the FM after i run the program. Can you please correct me if I am doing any thing wrong?
    Error in  lt_return: SMW3     CND_MAST_SEL_DEL_EXT_VALIDATE     CND_M_SD
    code:
    ls_range-fieldname = 'PRODUCT_ID''.
    ls_range-R_SIGN = 'I'.
    ls_range-R_OPTION = 'EQ'.
    ls_range-R_VALUE_LOW = '123456'.
    APPEND ls_range TO lt_range.
    MOVE lt_range TO ls_entry-SEL_OPT-range.
    ls_data-SEL_OPT-object_task = 'D'.
    ls_data-SEL_OPT-ct_application = 'CRM'.
    ls_data-object_representation = 'E'.
    CALL FUNCTION 'CRMXIF_CONDITION_SEL_DELETE'
      EXPORTING
        DATA          = ls_date
    IMPORTING
       RETURN        = lt_return
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      IMPORTING
        return = lt_ret.
    Edited by: Saravanaprasad Nadar on Jul 7, 2010 1:27 AM

  • Regarding Condition record in CRM using field MATKL (Material Group)

    Hi All
    Currently we are working in SAP CRM 5.2 and it has been connected with backend ECC 6.0.
    This scenario is about Pricing which has been maintained in ECC and inturn flows to CRM with few filters in place.
    There are few customized Condition Tables in ECC with combination of Sales org./ material group for which discount has been maintained.  A proper condition record is also available for this Condition table and it has been assigned to a access sequence and inturn assigned to a condition type.
    All these procedures, condition types, access sequence has flown from ECC to CRM.  And all the condition tables are active in IMG (Basic Functions / Pricing / Define Settings for Pricing / Create Condition Tables)
    When i check in
    (SAP menu / Master Data / Prices and Conditions / SAPCND/GCM - Maintain Conditions )
    Application - CRM,
    Maintenance group - PRODDISCOU,
    Maintenance context - GCM
    Here for the above mentioned combination when i select the Key Combination (Condition Table) and enter the customized table number (Sales org. / Material Group) iam getting a dump which says the following.
    Error analysis
    Short text of error message:
    Implementation of Method ATTRIBUTE_CONVERSION for BAdI /SAPCND/ROLLNAME for filter MATKL is missing
    Program............. "/SAPCND/CL_MNT_COND_MAINT_UI==CP"
    Screen.............. "/SAPCND/SAPLCOND_MAINTAIN 0100"
    Screen line......... 8
    Information on where terminated
    Termination occurred in the ABAP Program "/SAPCND/CL_MNT_COND_MAINT_UI==CP" -
    in "ON_FCODE_SELECT".
    The main program was "/SAPCND/GENERAL_COND_MAINT ".
    In the source code you have the termination point in line 622
    of the (Include) program "/SAPCND/CL_MNT_COND_MAINT_UI==CM005".
    Please let me know the solution, Request you to do the needful aSAP.
    Regards
    *Ramesh*

    Hi Ramesh,
    Have you checked the following note?
    Note 441083 - Transferring conditions for material group MATKL to CRM
    Kind regards,
    Johan Wigert

  • Maintain Condition Records in CRM

    Hello,
    In R/3 I use transactions VK11 / VK12 and VK13 to create, change and display condition records.
    I was wondering if there are similar transactions in CRM to maintain the condition records.
    (Because when I create a sales order in CRM I got the error "Pricing error: Mandatory condition MWST is missing")
    Thanks,
    Jeroen

    HI Experts,
    We also getting same problem .
    when ever we create sales transaction in CRM 4.0 it is throwing error message stating that "Mandatory condition MWST is missing".
    Alexander:
    can you plz suggest me which document you have followed to solve that problem?
    OR can you plz share the document if you have with you?
    Can any one plz suggest me what went wrong?
    Thanks in advance,
    Regards,
    DV.

  • Condition Records in CRM 4.0

    Hi,
    I am new to CRM. can someone please tell me what the equivalent of R/3 (VK11/vk12/vk13) is in CRM 4.0. I need to be able to create and maintain condition records. The forum says that we can use t.code "/sapcnd/gcp/" for this but when i use this transaction, i get a msg that says....function not possible. can someone tell me the t.code for this for crm4.0 or a menu path?
    thanks

    Hi
    There are three  things you need to do
    1) Define the Condition group which you want to use in your scenarios . This can be done via the menu path in SPRO as follows
    Customer Relationship Management -> Master Data ->Condition Technique--> Create Condition Maintenance Group
    2) Assign this Condition group to either item category or Transaction Type . This will help in using this conditions in the transactions
    3) Then you can create your own condition records from the transaction as mentioned above by few people.
    /SAPCND/GCM
    You need to specifiy the Application area and  the Condition group for which you want  to maintain the records
    Regards
    Hemant

  • .   Is it possible to create condition record in both CRM as well as in R/3

    hi,
    .   Is it possible to create condition record in both CRM as well as in R/3?  Explain in more details.
    Regards,
    babu

    Hi Babu,
    No. You cannot create condition records in CRM when back end is R/3.
    Condition records should be created in R/3 and replicated to CRM.
    You cannot extend condition records in CRM.
    Reward the Points.
    Thanks,
    Srini.

  • Two valid condition records loaded in CRM

    Hi
    I had created condition records for one of my condition type in SAP R/3 which were loaded into SAP CRM system.  Now when new condition records are created for the same condition type then old condition records in CRM are not terminated. So I have two condition records in R/3 but the old one is no more valid but CRM system has two conditions and both are valid. Now when an order is created in CRM then the condition type has two values summed up.
    How can I resolve this issue so that when a new condition records is created in R/3 then the old conditions in CRM are terminated and the new conditions are only valid?
    Thanks for your help
    Regards
    Javed

    Hi Anji,
    have you checked the condition maintenance groups for your condition type in CRM? In addition to the step you did in MNTNCT you need to assign your condition types in CRM to a condition maintenance group to allow maintaining them in CRM.
    You also need to assign that maintenance group to the context you want the conditions to be maintened in. All that can be found in SPRO in CRM under master data.
    Try if that helps you.
    Best regards,
    Manuel

  • Condition records in CRM4.0

    Hi Experts,
    we are working on CRM4.0 and R/3 4.6c as a backend system.
    We are getting price from R/3 system.
    Where can I find Condition Records in CRM 4.0?
    The transaction code:SAP/CND/GCM is not working in our system.
    Can any one will help me in this regard plz?
    Thanks in advance.
    Regards,
    DV.

    Hi DV,
    Your condition tables in R/3 system are A* tables. e.g A002 etc. Where as the corresponding tables in CRM are CNCA. you can check and compare the entries in these tables. You can alos check the transaction SPRO in CRM.
    <b>Allot points if my post helps!!</b>
    Best regards,
    Vikash.

  • Function modules etc for Updating condition records

    Hi Guys ,
                   Anybody have any idea on how to update condition records in CRM . I have used CRMXIF_COND_REC_SLIM_SAVE but this only updates product conditions ( condition table SAP004 ) . I want to update condition table SAP012 which is maintained in transaction /SAPCND/GCM .
                   Any ideas ?
    Regards,
    Radha

    Hi Radha,
    Even I am using the FM CRMXIF_COND_REC_SLIM_SAVE   to update conditions in the conditions table SAP004 and SAPSC012 , but for me the conditions are getting updated in table SAPSC012 but not SAP004.
    I want to update using the conditoin record guid and want to
    update the condition rate value.
    Can you please help .
    Thanks,
    Poonam.

  • Condition Records

    Is there a way through which we can view the pricing condition records in CRM which flows from R/3.
    Thanks in advance.

    Hi
    I am still unable to view the condition records inspite of searching the way suggested (CRMCUSXXX**-XXX being the R/3 table number). Is there any transaction like VK13 where I can view the condition records. Please note that all these condition records flows from R/3 back end systems. Also please let me know whether it is possible to do ANALYSIS of pricing as we do in R/3.
    Thanks in advance.
    Regards
    Nara

  • 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

  • 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

  • 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

Maybe you are looking for