Pricing and margin control on condition creation

Dear champions,
I would like to create a condition type PR00 that should be controled by cost price and all the discounts performed for a material.
i mean it shouldn't be possible to create a PR00 condition if I am under cost price considering also discounts.
Is it possible to make it ?
Edited by: Michel SALLET on Jun 30, 2008 7:11 PM

Hi,
You can try it by giving the order type in the production scheduler profile in T-Code OPKP (At the bottom of the page). When you will convert the planned order, the system will pick the order type from OPKP.
If you are creating a production order manually, you can grey out the Order Type field at the initial screen by creating a transaction variant in SHD0.
Check & revert.
Rohit.
Edited by: Rohit Chauhan on Feb 6, 2009 10:55 AM

Similar Messages

  • Material exchane ,copy pricing and conditions from main item to sub item.

    Hi All,
    We are using parts exchange/interchangeability in the transaction ME22N,
    While using ME22N we are exchanging  main item with interchangeable part and while doing so we want to copy pricing and conditions from main item to sub item.
    But its not happening.
    As per sap help its possible, details describe below.
    http://help.sap.com/erp2005_ehp_04/helpdata/en/c2/0a5288b77d11d3bcce00105ab03aee/content.htm
    Price Determination by Copying from Main Item
    In the case of price determination by copying from the main item, the net price of the originally ordered part is still used for the superseding part in a part exchange.
    The system copies all conditions from the main item to all sub-items and takes into account the order quantity for the main item when calculating scale prices. It does not take into account the conditions and scale prices that exist for the interchangeable part.
    You cannot change the conditions, which have been copied from the main item, at sub-item level. It is possible, however, to define additional conditions for each sub-item.
    Prerequisites
    A calculation schema, which can be altered on an individual basis in Customizing, has been supplied for the price determination.
    In the vendor master record, you have set the schema group 09 (interchangeable material).
    But in customizing I didnu2019t find value 09 for schema group .
    Can any buddy through some light on missing pieces which need to be set?
    Thanks
    Regards
    Ritesh

    Hi,
    Can you check few more things and tell me?
    - In this exit, does XVBPA and XVBAP contains all the line items. ( main and sub items ).
    - In Sales order creation time, do these table have VBELN populated when this exit triggers.
    - If you modify XVBPA or XVBAP in this exit, do they get overwritten after that.
    Try this code. See if it works.  Let me know if you still have a problem.
    DATA: wa_hvbpa LIKE vbpa,
          wa_xvbpa like vbpa.
    CLEAR: wa_hvbpa, wa_xvbpa.
    * check if HVBAP and VBAP line items are not same
    IF vbap-posnr <> hvbap-posnr.
    * read the ****-to partner from main-item
      READ TABLE xvbpa INTO wa_hvbpa WITH KEY posnr = hvbap-posnr
                                              parvw = 'WE'.
      IF sy-subrc = 0.
    *   read the line item data for sub-item based on main item
        READ TABLE xvbap WITH KEY posnr = vbap-posnr
                                  uepos = hvbap-posnr.
    * See if current line is the child of that BoM parent
        IF sy-subrc = 0.
          MOVE wa_xvbpa-kunnr TO xvbpa-kunnr.
          MOVE xvbap-vbeln TO wa_xvbpa-vbeln.
          MOVE xvbap-posnr TO wa_xvbpa-posnr.
          MOVE 'WE' TO wa_xvbpa-parvw.
          MODIFY vbpa FROM wa_xvbpa.
        ENDIF.
      ENDIF.
    ENDIF.
    Regards,
    RS

  • Restrict referance of pricing and condition type from latest PO.

    Hi Experts,
    I am creating Purchase order and at the time of creation of purchase order system is copying prices and condition types from latest PO.
    Which is not desirable to our business process, when I dig out I found out that in standard SAP system
    The system looks at pricing in the hierarchy order as below:
    u2022     Contracts/scheduling agreement
    u2022     Condition records
    u2022     Info Records
    u2022     Last purchase document
    So can some one help me with information how to restrict system to follow this referance of pricing.
    I want to enter price as well as condition type manualy every time user create a purchasing document.
    Also i want to know can it be restricted specificaly for few document type.
    Thanks
    Best Regards
    Ritesh

    Hi sir
    can we try this
    Use the user parameter EVO to indicate that no price adoption from last Purchase Order must take place:
    IMG: MM -> Purchasing -> Environment data -> Default values for Buyers
    -> Setting for Default values.
    Select or setup a default value and on the "price adoption" tab you may choose how copying of conditions from last purchase order must behave. Select "Do not copy".
    Then assign this default value to the user, using the EVO parameter.
    [http://sap.ittoolbox.com/groups/technical-functional/sap-log-mm/price-to-flow-from-info-record-at-plant-level-813066]
    [Re: new info record with same details as archive one.;
    check following notes it may helfull
    569885 About Info Record Update indicator (EKPO-SPINF)
    13127 Update in info record from PO, quotation, contract
    430543 FAQ: Purchasing info record
    675523
    456691
    Regards
    Kailas ugale

  • Pricing Procedure and automatic triggering of condition records

    Dear Gurus,
    I am a junior SAP SD consultant.
    At the moment I am customizing SAP to generate sales documents and am using a standard pricing procedure called: RVAA01
    At T-Code: V/08 when you access the reference steps of that pricing procedure you see a lot of steps ranging from
    step 8 to 971
    At sales order level VA01,  once you have entered a PR00 condition record in VK11, and you click to view the pricing procedure:
    - Why does the system only selected those basic conditions and not more?
    PR00
    AZWR
    MWST
    SKTO
    VPRS
    - How does the automatic selection process occur in the pricing procedure to have hundreds of steps ready to use to finally come down to those 5 steps at sales order level?
    Your help is greatly needed
    Regards
    Chris

    Whatever condition types you see in pricing procedure the same will be in V/06 where you can also see three fields
    a)  Access Sequence
    b)  Header condition and
    c)  Item condition
    All your condition types that flows into your sale order will depend on these settings.
    Normally, all item condition types will have access sequence assigned on top right for which, you will have to have relevant tables assigned in V/07.
    Whatever tables you maintain in V/07, based on this combination, you would be maintaining pricing in VK11 for that condition type.
    Based on the above settings, when you create a sale order, system will search for the required combination and fetch the pricing.  This is for item level condition type.
    For header condition type, you will not be having access sequence assigned in V/06.  You can key in manually in sale order at header level condition tab so that the corresponding value will be bifurcated equally to all line items.
    thanks
    G. Lakshmipathi

  • One question about Pricing and Conditions puzzle me for a long time!

    One question about Pricing and Conditions puzzle me for a long time.I take one example to explain my question:
    1-First,my sale order use pricing procedure RVAA01.
    2-Next,the pricing procedure RVAA01 have some condition type,such as EK01(Actual Costs),PR00(Price)....,and so on.
    3-Next,the condition type PR00 define the Access Sequences PR00 as it's Access Sequences.
    4-Next,the Access Sequences PR00 have some Condition tables,such as:
         table 118 : "Empties" Prices (Material-Dependent)
         table 5 : Customer/Material
         table 6 : Price List Type/Currency/Material
         table 4 : Material
    5-Next,I need to maintain Condition tables's Records.Such as the table 5(Customer/Material).I guess the sap would supply one screen for me to input the data of table 5.At this screen,the sap would ask me to select one table,such as table 5.When I select the table 5,the sap would go to the screen to let me input the data of table 5.But when I use the T-CODE VK31 or VK32 to maintain Condition tables's Record,I found it's total different from my guess:
    A-First,I can not found one place for me to open the table,such as table 5,to let me input the data?
    B-Second,For example,when I select the VK31->Discounts/Surcharges->By Customer/Material,the sap show the grid view at the right side.At the each line of the grid view,you need to select the Condition Type at the first field.And this make me confused very much.Why the sap need me to select one Condition Type but not the Condition table?To the normal logic,it ought not to select Condition table but not the Condition Type!
    Dear all,I'm a new one in sd.May be this is a very stupid question.But it did puzzle me for a long time.If any one can  explain this question in detail and let me understand the concept,I will appreciate him/her very much.Thank you.

    Hi,
    You said that you are using the T.codes VK31 or VK32.
    These transaction codes are used to enter condition records for standard condition types. As you can see a grid left side having all the standard condition types like price, discounts, taxes, frieghts.
    Pl check using T.code VK11 OR VK12 (change mode)
    Here you can enter the required condition type, in the intial screen. (like PR00, MWST, K004, K005 .....etc)
    After giving the condition type, press enter or click on Combinations icon on top of the screen. Then you can see all the condition tables which you maintained for that condition type. Like as you said table 118, table 5, table 6 and table 4.
    You can select any table and press enter, then you can go into the screen in which you have all the field cataglogues you maintained for that table. For example you selected combination of Customer/Material (table 5) then after you press enter then you can see customer field on top, and material fields.
    You can give all the required values and save the conditon record.
    Hope this is clear.
    REWARD IF HELPFUL.
    Regards,
    praveen

  • Va01:whay sap say pricing and condition missing data?

    I want use the T-CODE VA01 to create a sale order.When I input one material 001 and it's quantity 250 and save the sale order,the sap show some error message like below.I thought it mean that the item of material 001 in the sale order miss some data about the pricing and condition.I check the item->Conditions and can not found any matter.I use the standard pricing procedure and the CnTy like PR00,K007,KP02,SKTO was exist.So my question was how could I found what the missing data was?Is there any one who have meet such problem can give me some reference or advice?Thank you.
    error message:
    Missing data: Pricing
    Message no. VU019
    Diagnosis
    The system checked the document for completion and found some missing data.
    System Response
    You cannot continue processing.
    Procedure
    Enter the missing data.

    hi mello
    u can check it  in document level item details.... conditions....u can see a icon called <b>Analysis</b> click on that u can find  all the details of  the condition types in the procedure
    kiran

  • Hide the cost and margin fields on Sales Orders and Invoices

    Hi all,
    I need to hide the cost and margin fields in Sales Orders and Invoices. We sell our products to our employees sometimes, hence we don't want them to know cost and margin information.
    Can this be done?
    Cheers

    Go to VOV7 & as per the Item category ,de - select the Check Box Determine Cost.
    Else remove the Condition Type VPRS & Margin Condition type from the Pricing Procedure
    Best Regards,
    Ankur

  • Pricing and costing in MTO material

    Hi
    In Make to order production material  is it advisiable to maintain pricing condition record (PR00) in VK11.As at the time of creation of a sales order it is difficult to know the the excact requirement of the raw material and other cost.
    And also where to maintain the expected cost and actual cost for the MTO material and where to reconcile the differences. Can anyone tell me deatiled about the Pricing and costing related Issues in MTO.
    Thanks
    Debasish

    Hi,
    please go through this link..it may help u..
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/dd/560126545a11d1a7020000e829fd11/frameset.htm
    regards...
    yogi..

  • Copy control for conditions

    Hi Guys,
    i am having one requirement.
    My client is using one condition from so long time,  they defined so many condition records for that condition type.
    Now the case is,  if i am using the other condition type with the resemblence of that condition type(exactly same with key combination) in another pricing procedure(because of some constraints we are not using  same condition type).  I want all condition records to be copied of that old condition type to this new condition type.
    So, in this process i came to know, there is a configuration for copy control of condition.  Plz share some config points in this regards.
    Regards,
    Rajesh.

    Hi Raj In,
            Jacqueline's solution is good for your requirement. The field RefConType is on Master data Box. Bear in mind, if you'll use this solution you should continue loading condition records for the old condition not by the new. If you don't want that, so you need to define condition copy rule for those condition in:
    Sales and distribution --> Basic Functions --> Pricing --> Copy control for conditions
    Then, to make the copy of the condition records use trx VK32.
    Thanks in advance,
    Mariano.

  • Define Control for Automatic Creation of Pick HUs

    We are using full blown HU management and in the customizing for the Control for Automatic Creation of Pick HU's you define the packaging materials to use.  The help in from of this customizing says that if this is blank the system attempts to find a common packaging material for all materials in the transfer order. 
    My issue is that when I leave this blank the packaging material that the system proposes is not the packaging material that is contained on the source HU nor is it the packaging material that is contained in the Packing Instructions.
    How does the system determine the packaging material on the destination HU?  Am I required to maintain a value in this customizing?
    Thanks
    Nick

    I found my own answer so i will give myself many points.  See question to get answer.

  • Scale in pricing and free goods.

    Hi All,
    Can anyone plz tell me ,What is the role and how to use the scale in pricing and free goods determination.
    Regards,
    Ashima

    hi,
    . Create a condition by copying a a standard condition like BO03 in V/06
    2. Assign this condition in the std pricing procedure with acct key as ERB and accural key as ERU - V/08
    3.Create a  Rebate Agreement in VBO1 (It is O = Owl and not zero). No will be generated
    choose 003 - Customer rebates, enter the customer code, the validity and check for the status shld be in Open, click on the conditions enter the percentage and accrual amount. You also can have scales in this. Also you need to maintain the material for the settlement
    4. Create a sales order for that customer and check the rebate agreement.
    5. You can see the rebate condition in the invoice only.
    6. Once you have posted the invoices, then go to rebate agrrement no. clicl on verfication and it will show the order details.
    7. For settlement change the status of the rebate to B - release for the settlement.
    8. Credit memo request will b generated copy the no. and go to VA02, remove the blocks if any and create an invoice (credit memo).this will show u the accrual amount.
    9. In both the invoice and the credit memo check the posting - accounting document it will show u the accrual as negative.
    10. Again go to rebate aggreement and check the status it will show you D - Final settlement of agreement already carried out
    Regards,,
    JP

  • What are the new pricing and fees for Cs6?

    What will I be forced to pay to keep upgrading my Master Collection to the next version (Cs 6)? Can I still purchase Dvd's and install the software on my own computer or will I be forced to move to the non-safe cloud? Where my hardwork can be hacked and stolen! The cloud is worthless to many of us wishing to keep control over copyright and useage rights.I am guessing more people want to keep it the way it is and not shift control over to a hackable cloud. Nothing on the web is safe, so why shift everything over to the cloud and force many of your long time customers to pay monthly fees or the software locks us out. For over 25 years I have bought and paided for Adobe software, where is my monthly kickback for using your software? If this is the wave of the future I guess i have bought my last upgrade!

    I think you misunderstand the cloud.
    Nobody is going to force you to store your files there. It’s a part of the service that you can use or not use at your own discretion.
    As for pricing, if you’re on CS5 or CS5.5 you will be able to buy an upgrade at reduced pricing and continue that route. If you’re on CS4 or earlier you’ll have three choices.
    1.       Pay full price for CS5
    2.       Move to Creative Cloud for whatever the subscription price is
    3.       Stay with what you have.
    Hope that helps,
    Bob

  • How to avoid output file and error lines when condition does not match

    Hi Experts
    A customer want to send purchase order files to several vendors and each vendor has their own requirement to content and file format. I have prepared scenarios for each vendor and a template is (conditionally) called when CardCode matches. It works fine, - PO file is generated when CardCode matches, but error lines are written to SAP B1 Control Center each time CardCode does not match the one defined in a scenario (100 or more times per day). Problem is that these error lines does not get automatic deleted. Conditional processing are made in this way:
    Result Message in SAP B1 Control Center when CardCode does not match:
    I tried to avoid an error line in SAP B1 Control Center when CardCode does not match in this way:
    Then no error lines are written to SAP B1 Control Center, but an output file is generated each time (order file when CardCode matches and an empty file when CardCode does not match).
    Any suggestions on how to avoid both errors types (error lines in SAP B1 Control Center and empty output files)?
    Or - can lines in SAP B1 Control Center be automatic deleted?
    Regards
    Steen

    Hi Steen,
    using <b1im_skip> should be the right approach, if you're working with B1 OUTBOUND.
    Following extract form the B1i help describes the usage to skip the outbound processing:
    1.1 Skipping Outbound Processing
    If you do not want to hand over the message to the receiver system, the scenario step can create a special tag that indicates to generic processing in the integration framework to skip the message processing.
    Add the following to the final transformation atom (atom0):
    <b1im_skip xmlns= ”” info=”my info” msglog=”true” msgout="yes">
    If the integration framework skips the message, it puts the message log information to the Filtered section, if the message log is switched on. The result message contains the Message skipped by vBIU logic information.
    info
    To display an individual message, define it using the info attribute.
    msglog
    If you want to avoid an entry in the message log, introduce the msglog attribute and set it to false.
    msgout
    To display the skip information in the Success section of the message log, use the msgout attribute and set it to yes.
    In case you don't want any MsgLogEntry in case of a skipped message, please enter the following in final atom0:
    <xsl:template name="transform">
    <xsl:attribute name="pltype">xml</xsl:attribute>
    <xsl:choose>
    <xsl:when test="$msg/BOM/BO/Documents/row/CardCode=&apos;C20000&apos;">
    <xsl:call-template name="transform2"/>
    </xsl:when>
    <xsl:otherwise>
    <b1im_skip info="skipped" msglog="false"/>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    Best regards
    Bastian

  • Pricing and Taxes....for IT services...?

    Hello guys,
    I am new to Sales  dept, and working for IT services company,
    I got a task on Pricing and Taxes, Could anyone Plz explain the Structure how condition types work for Customer and Material...
    And how the Output tax is generated...
    Regards
    Kumar

    Welcome to the forum.
    Please search the forum before posting any repeated questions.  This question has been answered many times.  Search the forum, take the inputs, try on your own and still if you have any issue, please post the issue, so that we will be happy to help you.
    thanks
    G. Lakshmipathi

  • PO Version and output control - EC scenario

    Hi
    I need a help/suggession in below issue.
    System: SRM 4.0, SP14. Ext Classic scenario
    Issue: When closing the open POs in the system i.e checking flag "Confirmation not expected" and "invoice not expected" system creating a change version and the new output is being sent to vendor.
    Requirement: These changes are essentailly to close the open PO logically and it should not be creating a new version and sent to vendor. but the change history to be recorded for business analysis.
    For the above requirement, I was thinking to use the BADI  BBP_VERSION_CONTROL to control the version creation by passing the above two fields as parameters.. i.e for these two fields if at all any change then version should not be created and sent to vendor
    When I try to de bug the standard PO change process, system had never called the above said BADI in change process. System only calling the above badi only in creation process. Which sounds odd for me because the purpose of version control is to track the changes but the controlling BADI never gets called while change process.
    Can anybody help me or suggest me any other way of controling the output and version?
    Thanks
    Kiran

    Hi Kiran,
    You referred the right BADI BBP_VERSION_CONTROL to control / over write standard version control settings.
    I believe the BADI documentation shows clearly that - this BADI is called every time the document is saved.
    When you look at Method documentation, it clearly says that you can use BBP_PO_GETDETAIL function module to get the latest details of P.O change version using change version GUID.
    In that you can check for details whether the 'No further confirmations expected' and 'No further Invocies expected' check boxes were checked or not so that the version creation can be restricted.
    If the BADI implementation is active then definitely system will stop when an external debugger is set up.
    Please check this with the help of your ABAP guy and let us know in case of any further clarifications.
    Regards,
    Teja

Maybe you are looking for

  • I have Mac OS 10.6.8 and Safari 5.1.10. Can I update the OS and the browser?

    I have Mac OS 10.6.8 and Safari 5.1.10. Can I update the OS and the browser? thanks for your help

  • Storing data in a 2d matrix

    i have to store data of the bus routes between two bus stops i need to save it as a matrix how to design a table or tables for it? stop1 stop2 stop3 stop1 -1 a b stop2 a -1 c stop3 b c -1

  • Color temperature adjustment

    Hello, A really good feature would be color temperature adjustment for Adjustment Brush and Graduated Filter to be able to set a corect white balance through the whole picture. This could be a scenario: a sunset with (partialy) falling shadows (from

  • Creative Soundblaster Extigy External & Logitech Z-5

    I have the above sound card and speaker system and I'm wondering if using an optical cable that goes from the extigy to the speaker system is a good way to hook the two up. I have no idea if optical cables are all the same and want to know if I can p

  • Oracle VM Xen version

    Hi everybody, Is it possible to recompile the XEN version in the Oracle VM to disable VMXASSIST? I'm asking because I've been trying to install FreeBSD and I need to have VMXASSIST disabled to run a FreeBSD guest. Thanks. Sean