Reg !!! Condition record

Hi all,
           What is the T.Code (or Path)  to create the condition record for Pricing procedure ???
Regards
Sanjay

The path is
LOGISTICS--MATERIALS MANAGEMENT-PURCHASING-MASTERDATA-CONDITIONS---
Here you have prices, discounts, others
Using MEK1,  you can maintain condition records for condition type of any of these kinds.

Similar Messages

  • Reg condition record number (knumh)

    Hello All,
    I want to knw from which tcode the entries of field knumh are getting entered in the table konp.
    Where we define this condition record number?
    Thnks,
    Sunita

    Hi
    From Pricing related transactions in Both SD and MM modules the data is entered in the pricing related tables KONV,KONP etc
    KONP stores the item level condition based amounts.
    Not from a single tcode, all pricing related tcodes data will enter into it.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Reg:creation of condition records

    hi mm gurus,
    my doubt is,,,,,,
    using the transaction code MEK1, what condition types will maintaind in as a record ( generally), and where these records will reflect.
    i have created one gross price record for a material , vendor combination with plant specific material for which material there is no inforecord at first.
    after creating inforecord for that material & vendor , this condition record ( which was created using MEK1) was not appearing.
    so let me know use of transaction MEK1
    matter is urgent, please reply me soon
    thanks in advance
    subbu

    Hi,
    There is no specific list, it depends completely on the condition types that have been configured in your system.
    The answer you were given was a good one and gave you as much detail as you could expect.
    If you are having a particular problem or issue then let us know and we will do all that we can to help.
    The easiest way to find out the "list" is to simply click on the "possible entries" tab at the right of the field. !!!!!!!!!!!
    Steve B

  • Reg Maintanance of GR Message We03 condition record

    When i try to enter condition record for WE03[ GR] its only appearing in MN21, it is not in NACE > ME> condition records , why is that. Where i find MN21 in SAP tree?
    Please help

    Use transaction SE16 or SE16N and have a look at table NACH.
    Cheers,
    Nick

  • Condition record not appearing in SO

    Dear all,
    I maintained the Condition record..but it is not commining into the sales order...but what i took the combination fields are appearing in sales order(i checked in Analysis tab).
    Thanks in Advance
    Regards
    raj.

    Hi,
    If you are maintaining the same field combinations for both access sequences JLST&JCST, then change the field combinations as follows
    Create a new condition table for a new access sequence for the combination of
    Country/PlntRegion/Region/TaxCl2Cust/TaxCl.2Mat for CST.
    and for VAT maintain the same 368 table with the acess seq of JLST. And create two condition records for JLST&JCST condition types.
    In customer master if the customer is relevant for VAT(Local sales) then put appropriate indicator of JLST(maintain JCST indicator=0(Nil tax)) . Similarly if the customer is from some other state the put relevant tax indicator for JCST.(here, JLST=0(nil)
    I hope u have maintained Material master tax indicators for both JCST&JLST.
    Hope this will solve ur issue
    Reg
    JJ

  • Maintain condition record on the basis of Forwarding agent

    Hi,
    How to maintain condition record on the basis of Forwarding agent?
    ie. Forwarding agent  is not there in field catalogue in condition table.what to add and how to maintain condition record for same?
    Reg,
    Antaa21

    Hello,
    Is Forwarding Agent created as Vendor in your system? If yes then field LIFNR - Vendor is available in SAP Standard Field Catalogue for Pricing.
    You need to use this field (LIFNR)in your Condition Table.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • Looking for BAPI which can post condition records.

    Hi ,
    I am looking for a bapi which can post the condition records. I need to post Maximum Condition Base Value KONP-MXKBAS along with other fields. I found already one bapi BAPI_PRICES_CONDITIONS which has this field but if I execute
    the bapi with BAPI_TRANSACTION_COMMIT it is not posting any data at all. So could any one please help me out of this or if any other alternate BAPI* or any other solution is possible here. But one thing to mention here that LSMW,BDC is not possible to use.
    Thanks in advance.
    Best Regs
    Somnath

    Hi!
    In most common, standard BAPIs are working correctly.
    Here are a the following cases if they aren't:
    - standard fault, mostly has a correction note at OSS (very rare case)
    - the BAPI is not finishing succesfully. In this case, you always have to check the return table of the BAPI (BAPIRET2, or RETURN, etc...). In this table there is the error. Mostly it occurs due to incorrect customizing settings.
    Please check the return table of your BAPI, and you'll find out the problem.
    Regards
    Tamá

  • Error in creation of a condition record

    Hi to all, I've this error when I try to create a condition record :
    Implementation of Method FIELD_CHECK/DEFAULT_VALUE_SUGGESTION for BAdI /SAPCND/ROLLNAME for filter ZIUSERSTATUS is missing
    Message no. /SAPCND/MAINTENANCE719
    Diagnosis
    Implementation of BADI /SAPCND/ROLLNAME or method FIELD_CHECK/DEFAULT_VALUE_SUGGESTION is missing for the filter characteristic ZIUSERSTATUS.
    If, however, the implementation is correct (see BADI Interface Documentation) and active, there is an error in the condition maintenance layer.
    System Response
    An exception or error occurred because condition maintenance cannot check, convert or lock/unlock the fields of a condition record.
    Procedure
    Contact the department responsible for carrying out the missing implementation in the case of application fields in the customer namespace.  SAP is responsible for SAP fields which are set in the field catalog (/SAPCND/CTFC) and delivered, and if the field is supported as a possible field in a condition table. SAP is also responsible for the implementation of usage fields for SAP applications, just as with condition technique fields.
    In cases where SAP is responsible, contact your responsible support organization.
    Could someone help me please ?

    Hi I just put the coding:
    e_was_executed = 'X'.
    into every method and however it worked.
    Best Regards

  • 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

  • Free goods condition records - Usage in Sales Order

    HI,
    I have so many condition records in various KOTN9xx tables, which are for issuing free goods. If I see a sales order item, that is a free good, how do I know, on what basis (based on which condition record, in which condition table) that free good was issued?
    Technically speaking: Similar to KONV table for storing transaction data on pricing, is there a table for storing transaction data on free goods?
    Thanks,
    Juwin

    Find the table number of the key combination of customer / material . & you can extract free goods condition records from this table.
    Search in SE11 with the table number.

  • 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

  • Condition records found but do not show up in the pricing - 208

    Hi,
    A) In some scenario though the CR is found, access is complete, message is 208, there is not exclusion etc, simple scales..yet the value of CR is not shown / included in the pricing procedure calculation.
    B) Also in another situation, always the first scale value being read though the scale value being the next higher one, i.e. it should pick up the next condition record based on the order value but it remains at the first scale, which means the scale somehow always being read is the first one irrespective of the order value.
    What could be possible reason for these, debug process?
    Thanks much for the help!!

    Check the following setting is the Price condition Type, I am assuming u are using simple scales.
    in T.Code: V/06 go to the price condition type and double click it.
    Check the entries:
    Scale Basis: C
    Check Value: A
    Scale Type: Blank (This value can e maintained in the condition record for price condition type).
    If further queries do post them.
    Regards
    AK
    Please Award points if helpful

  • How can i get the tax code from Condition record number

    Hi all,
    i have the Condition record number from which i have to get the tax code as i looked inthe KNOP that Condition record number there but no tax code is maintained there.
    so is there any other way to find the tax code for particular Condition record number
    Regards
    suresh

    hi suresh,
    can u tell me the field name for condition record number and in which table it is stored.
    because i knew one condition number which is stored in table EKKO and the field name is
    KNUMV- Number of the document condition.
    from ekko take relevant details and look for  ekpo where u find the tax code
    filed name of the tax code id MWSKZ- Tax on sales/purchases code

  • Accruals Condition Record posted late in COPA along with the Settlement

    Hi Gurus,
    Accruals condition record for 1 item in an Invoice is posted along with the Settlement Credit Note in COPA. While condition records of the other items from the same invoice were posted on the Billing Date itself.
    For eg:
    Invoice 111       Date 01.03.2011
    Items     Condition   value
    1              Z1            100
    2              Z1             200
    3              Z1             300
    COPA Doc No.        Value Field        Date
         001                         200             01.03.2011
         002                         300             01.03.2011
         003                         100             30.05.2011
    30.05.2011 is the date of Rebate Credit Note for the Invoice # 111
    I also got that if Posting of Accrual is not done for an Item, Retroactive rebate settlement automatically posts a new document for accrual.
    So the question is why the posting of accrual was not done on the Invoice date in the first place?
    Edited by: Parth Kulkarni on Jul 1, 2011 4:31 PM

    Hi Suraj,
    i too have the same problem, the condition types for Values and quantity in COPA are assigned. The system updates the quantity for the first billing document but not for the subsequent billing documents.
    Cost of goods sold and revenue gets updated.
    Regards,
    Prateek

  • Report on Change in Condition Record effects which all Sales Orders

    Hello Gurus,
    Thanks in advance. My customer requires a report which gives him list of Sales Orders effected due to Change in Condition Record.
    Proper input to this will be greatly rewarded.
    Regards,
    Vishvesh Kamdar

    hi,
    whenever u change the condition record it will fall under the validility date, ie.,
    <b>example:</b>
    Condition record for cond type PR00 is
    <b>valid from 01/05/2007 to 31/99/9999 is  Rs.1000</b>
    but suddenly when u change prices  on 01/10/2007 then system will display has below
    <b>vaild from 01/05/2007 to 31/09/2007 is Rs.1000
    vaild from 01/10/2007 to 31/99/999 is Rs.1500</b>
    hence u take all the sale orders & billing document which are created from 01/10/2007, this will slove ur purpose
    SE16-->vbak--->enter -
    > here u will find created on enter the date & execute
    hope this heklps u
    regards,
    Arunprasad

Maybe you are looking for

  • I need to view data from my user table in my UserForm

    Hi to all, I created a user table with fields(id,name,datem,time_from and time_to) and form for this usertable. This form has two edit box for code of employer and name of employer and matrix box with columns (Date,id,name,time_from,time_to). In    c

  • Clearing between company codes

    Hi Experts, I have done necessary settings for cross company code clearing. I got the following error message while clearing the open items between company codes. Error Message: Company codes have different settings for withholding tax treatment. Mes

  • Roman numerals

    can anyone help me out with a Java program that promts for a number and displays it in a roman numerals please help!!!

  • [Solved] Unable to identify laptop webcam

    Hi all! I bought my computer some months ago but never really needed the webcam untill now. I went to check the website of the shop that built and sold me the computer but was unable to find out what kind of webcam there is on my computer (I sent an

  • Import WMA into CS5.5

    I know it has been removed in CS5.5 but is there any way to get it back? I have some old wma audio clips which I'm forced to use. It's ok to remove export to wma ability but reading support for many different formats is always good to have. Is there