CRM TPM 7.0: Accruals amount is zero in the condition records

Hi All,
I am creating condition records through TPM, the amount value is getting populated correctly in the condition record, however, the accruals value is showing up as zero. Ideally, I wanted to have the accruals value same as the amount in the condition record. Can anyone suggest a solution on this?
Any help in this regard is highly appreciated.
Thanks in anticipation !
Kind Regards,
Neeraj

You must be using Funds Management.  Zero accrual rate in ECC condition record is correct.

Similar Messages

  • 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

  • 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

  • In which table the condition records get stored in sap crm

    hi everybody any one can help me in this,
    In which table the condition records get stored in sap crm.
    Regards,
    Babu

    Hi Babu,
    The table name depends on the condition table you have chosen while adding a condition record. Like if it is SAP001, the database table will be CNCCRMPRSAP001.
    Regards,
    Shalini Chauhan
    Edited by: Shalini Chauhan on Jun 23, 2008 10:18 AM

  • 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

  • GL: FSG: The report shows zero, though the account has posted balance

    Hi,
    In my FSG report in Release 12i (12.0.4) I have assigned an account to a row (in row set), and that account has posted balance. However, on running the report the amount shows zero, and the log file shows the following message,
    "PERF0005: Oracle error detected in get_def_ldgs - ORA-01403: no data found".
    Can anyone please help me with this? I have raised a service request but it has taken too much time already. Thanks
    Best Regards,
    Sohail

    Hi,
    Please see the following documents.
    Note: 876634.1 - R12 FSG: PERF0005: ORACLE Error Detected In GET_DEF_LDGS - ORA-01403: No Data Found
    Note: 829314.1 - R12 All Fsg Reports End in Error PERF0005 Detected In Get_def_ldgs ORA-01403 No Data
    Note: 781339.1 - R12: FSG ENDS WITH SIGNAL 11 AND PERF0005 IN GET_DEF_LDGS DUE TO ORA-01403
    Regards,
    Hussein

  • Product hierarchy level in TPM Pricing condition records

    Hi all,
    we're setting up TPM scenarios in CRM7.0.
    A question arosen about the level of the product hierarchy we need to create pricing records.
    We have a 5 level product hierarchy structure and we're using the CRM feature to spread the product category at the lates level while creating trade promotion. In example if the user put in the product category tab a level 1 category the system spread down to the 10 level 5 underneath.
    My question is: shall i generate pricing records at that level (lev5) or can i create the pricing records at higher level and keep the campaign dtermination one at the lowest?
    Appreciate any reply
    Regards

    Hi Carmine,
    It's not mandatory to create conditions at the lowest level, but my recommendation is to keep a match between the level you allow users to plan their promotion and the level of the condition records.
    However depending on the scenarios, it may be valid to do otherwise. Some examples:
    - A user assign a Level1 Category, and it's exploded into 5 lower categories. Then he creates a trade spend exception for 1 of the categories, the conditions should have (at least) the same level in order to create this exception.
    - A user assign a Level1 Category, and it's exploded into 5 lower categories. The user wants to create only 1 condition at a higher level, then yes it can make sense to have condition with the higher level.
    An option to allows both would be to have different condition generation type (one for High Level planning and one for lower level).
    Some additional thoughts:
    The feature that "explode" the high level category into lower categories, was developed for customers that wanted to restrict their users in planning at a lower level. It also helps to ensure a KAM does not create a condition for a whole Brand, but only to the level he's allowed.
    The system is build to manage a high number of conditions.
    Best regards,
    Guillaume

  • 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

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

  • 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

  • Tax condition records replication from r/3 to CRM.

    Hi,
    We are on CRM 5.0 and backend is 4.7. We have downloaded all condition objects from r/3 to crm. When I tried to create an order everything is determined in CRM (R/3 pricing procedure, PR00) but for tax conditions.
    Where I can view the condition records downloaded from R/3 in CRM system?
    Thanks in advance.
    Srinivas

    Hi Nitin,
    I believe the maintenance of the condition type is done in R/3. If this is the case then in R/3 you can go to the following path
    Under SPRO ->SAP Customizing Implementation guide ->Sales and Distribution -> Basic Functions -> Pricing -> Pricing Control ->Define Condition Types.
    Here for the condition type you wiill maintain the "Condition Class" and  "Calculation Type". Once it is maintained You can trigger DNL_CUST_CNDALL to bring it down to CRM.
    you can monitor the trigger that you did using SLG1 transaction.
    Thanks
    Abishek

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

  • 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

  • Amount showing zero in Sales Order item level

    Hi experts,
    I have a sales order where the amount column in sales line items is zero.
    Only for one particular material I am getting this problem.Else usually the Amount gets copied to the Net value too.
    The validity period in VK13 is correct with amount value entered with Calculation TYpe as C per qty.
    Could you please tell me what could be the reason and how to fix it?
    I could only see 1 similar posting but without final answer to it.
    Regards,
    Pri

    Hi,
    Check the Key combination you have selected for VK11..?
    & also in the Sales order go to the item level & in condition Tab ..click the Analysis tab..Check whats the message the for each condition type.
    Regards,
    Amit Khedkar

  • Not to show the wage type when amount is zero in payslip

    Hi Gurus,
    I am not sure what's wrong with the rule below, my intention is to display the text and the wage type amount when the wage type amount is not Zero, and not to display the text and the amount when wage type amount is zero.
    Below is the rule i apply to the wage type text, but it only works when the wage type amount is not EQ 0. When the WT amount is zero, the WT text text still appear
    rule   no. Table    field  Typ CO   Value1   table     new value
    1      1 RT BETRG N      NE            ' 0       TEXT      10 (TEXT 10 is the WT text)
    1      2 RT BETRG N      EQ            ' 0       TEXT      34 (text 34 is blank line)
    I apply the below rule for the amount and this is working fine
    rule   no.  Table  field    Typ   CO     Value 1    table new value
    2        1       RT   BETRG  N    NE         ' 0           RT      BETRG
    2        2       RT   BETRG  N      EQ       ' 0                      SUPPRESS PRINTING
    I need some pionters to the rules to make it work. Thanks a lot.
    Rgds,
    C
    Edited by: Team HR on Sep 13, 2010 9:29 AM

    if the amount is 0 than there is no wage type in RT right than wht is the need of going through the rule

Maybe you are looking for