Standard Pricing Procedure Control Options

Hi,
Need to know the use of columns in control tab of the pricing procedure like: counter,  From & To with an example.
Say i have 10 - 100 steps ....
In the 50th step i have From as 10 and To as 40......what will happen for the 50 th step condition value....Also, in the 50 th step you have condition type and condition records are maintained.......
Regards

Hi,
Hope the below reply helps you.
Step:
Number that determines the sequence of the conditions with in a procedure.
It indicates the position of the condition type in pricing procedure.
Ex.: 10, 15 etc.
Counter:
System uses the counter to count the steps and also it can be used to count mini steps of same condition types. So that number of steps can be reduced in the pricing procedure and hence enhancing the system performance.
Access number of the conditions with in a step in the pricing procedure.
During automatic pricing, the system takes into account the sequence specified by the counter.
Condition Type:
It represents pricing element in pricing procedure as a base price, discount, freight and tax.
The condition type is used for different functions. In pricing, for example, the condition type lets you differentiate between different kinds of discount; in output determination, between different output types such as order confirmation or delivery note; in batch determination, between different strategy types.
Ex.: PR00 - Price
K004 - Material Discount
K005 - Customer/Material Discount
K007 - Customer Discount.
Description:
System copies description of condition type from its description (V/06).
From and To:
    1. From: This can be used as a base to the condition type for calculating further value.
    2. From and To: The range between the steps from and to can be used to specify the range between same condition types. So that depending upon the condition type, the system deducts or adds the total value of those condition types from specific common source.
Manual:
This indicator specifies whether the specific condition type can be determined manually during sales order processing.
If we check the box then the entry is going to be manual, if we uncheck it, it is going to be automatic.
For Base Price and Taxes, the entry should be automatic.
For Discounts and Freights, The entry should be manual.
If we check the box, in VA01 when we go to conditions at the header/item level, the condition type will not be listed. If we require we will have to manually enter it.
If we uncheck the box, in VA01 when we go to conditions at the header/item level, the condition type will be listed.
Mandatory:
This indicator specifies that particular condition type is mandatory in the pricing procedure.
If we check the box, then in VA01 at the header/item level in the conditions tab, if we delete the value in the condition type and try to save the document then system will not allow us to do it and throws an error.
If we uncheck the box, then in VA01 at the header/item level in the conditions tab, if we delete the value in the condition type and try to save the document then system will allow us to save it, without giving any error.
Mandatory check box should be checked in condition types which are compulsorily required in pricing procedure. Ex.: PR00, MWST.
If the condition type is checked with mandatory option, then value should be maintained for that condition type, otherwise the system will not allow the user to process the document.
Statistical:
This indicator if it is activated will not allow the value of the condition type to be taken into net value calculation.
It is used only for information purposes only.
This indicator causes a surcharge or discount to be set in the document statistically (that is, without altering the value).
This is commonly used for condition types
SKTO - Cash Discount
VPRS - Cost (Moving average price/Standard Price).
Print:
The value of this field specifies whether line item can be printed or not in the sales document and at what level it is to be printed.
Subtotal:
The value of this field determines where the values of subtotals to be captured i.e. in which table and which field.
Controls whether and in which fields condition amounts or subtotals (for example, a customer discount or the cost of a material) are stored.
If the same fields are used to store different condition amounts, the system totals the individual amounts.
These condition amounts or subtotals are used as a starting point for further calculations. You may, for example, want a subtotal of all the discounts included in the pricing of a sales order.
Requirement:
It is a routine that is written by an ABAP consultant according to the business requirement.
By defining Requirement in condition technique we can restrict the access of condition type.
To understand the concept, we will take the example of the Rebates. Rebates are to be included during the billing document processing and not in the sales document processing. As rebates are given on the delivered quantity and not on the ordered quantity (in case of cut-off period for rebates).
For rebates we use the condition types BO01 to BO05, and in the Requirement column we give the value 24 which is "Only in Billing Document".
This Requirement will ensure that these condition types will appear only during the billing document processing.
If new Requirements are to be defined we follow the procedure given below.
Go to T.Code: VOFM. - Maintain Requirements & Formulas
Click on the "Requirements" in the top menu and then click on "pricing".
We have a list of requirements, we can ask ABAP consultant to create new requirement based on the client requests.
And we assign the application type like V - Sales/Distribution etc.
AltCty - Condition formula for alternative calculation type:
It is again a Routine that is written by ABAP Consultant.
It is an alternative formula for the condition type that can be used instead of standard formulas.
For example, let us take the Profit Margin which can be both + / - , so here this routine will help us in generating the value which can be either + or -. Profit margin is not a condition type so it cannot be classified as +ve or -ve in the V/06.
Ex.: 950 0 Profit Margin 11.
So we assign 11 - Profit Margin.
If new routines are to be defined we follow the procedure given below.
Go to T.Code: VOFM. - Maintain Requirements & Formulas
Click on the "Formulas" and then on the "Condition Values".
We have a list of routines, we can ask ABAP consultant to create new routines based on the client requests.
And we assign the application type.
AltCBV - Alternative formula for condition base value:
Formula for determining the condition basis as an alternative to the standard.
It is again a Routine that is written by ABAP Consultant.
It is used as a basis to calculate value of the condition type instead of using it from the "FROM" column.
Ex.: Freight - KF00.
Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master.
In this column we can mention the value as 12 - Gross Weight or 13 - Net Weight.
During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.
Suppose we have Net weight: 100 kgs and Gross Weight: 150 kgs. And if we mention 13 in this column then the Freight condition KF00 will be calculated using the weight as 100 kgs.
AcyKy - Account Key/ Accrls - Accruals:
The values of the Sales Revenues, Sales Deductions, Freight Revenues, Tax Revenues, and Rebate Accruals etc. are going to be posted in the respective G/L accounts in Fi Module.
In order to do this we assign account keys/ accruals to the different condition types based on their classification. The classification shown below.
ERB Rebate sales deduct.
ERF Freight revenue
ERL Revenue
ERS Sales deductions
ERU Rebate accruals
For Ex.,
For all Price condition types like PR00 etc. we assign ERL - Revenue.
For all Discount condition types like K004, K005 etc. we assign ERS - Sales Deductions.
For all Freight condition types KF00 etc. we assign ERF - Freight Revenues.
For all Rebates condition types BO01 to BO05 we assign in Account key ERB - Rebates Sales deductions and for Accruals ERU - Rebate Accruals.
This account keys and accruals are in turn assigned to respective G/L accounts. So the system posts respective values in respective G/L accounts in Fi-Co Module.
This also one of the areas of SD - Fi Integration. SD consultants assign the account keys and Fi Consultants assign the respective G/L accounts in T.Code:VKOA.

Similar Messages

  • Re: Pricing Procedure -Print option

    Hi
    In Pricing Procedure - Print option what is the difference between X ,S and A.
    Regards
    Debasish

    Dear Debashish,
    I am sure you read the F1 help. but still would like to put my view in hope that it will resolve your problem.
    As per my understanding of the explanation given there goes, these field follow a standard logic, which is already mentioned in F1 help. I will try to elaborate the same. and sure will make more sense.
    if you leave it blank,
    Point 1 : System will consider all the pricing conditions (e.g PR00 ),etc available in pricing and at the end of these conditions last condition will be determined with "X"
    point 2 : all the condition values which are smaller than pricing (e.g PR00 value )will only be printed if the print field is marked either with "X"  or "S"
    Point 3 : all the conditions which are greater than the pricing condition (e.g PR00) and are coming before the tax conditions the field will be automatically marked as "S" ( which is nothing but for totals of few conditins )
    Poiint 4: all the tax conditions are always marked with "S"
    Point 5 : if  you want to mark the field "s" it should fullfill criteria as
                             A) condition types which are non zero
                             B) are not tax conditions also,
                 condition lines in pricing procedure which are not condition types e.g sub totals, you can mark the field as "X" or "S" but they will get printed only if the condition line has different value than the earlier condition line.
    Please also read the next explanation given in F1 help will be useful.
    Please close the thread if answered.
    Regards,
    Paresh

  • Standard Pricing Procedures not found

    Hi Experts,
    We have been migrating from ECC4.5 to ECC6.0, Now when i check the Standard Pricing Procedures in SPRO settings in Define Calculation Schema, I am not finding Lot of the default Standard Pricing Procedures which Usually appear in ECC6 of Fresh Installation. Could any one help me is there any Patches or Notes  to be applied on that.
    Advice your valuable inputs.
    Best Regards
    Javeed

    i think you have to import from the client 000 or 001.
    ask your basic consultant to create a user in this client and go to this client ,m/08 ,select  the procedures  and control data ,create Transport request  via menu bar table view -- Transport  and save . after that select all the condition types in that procedure  and at the top you can see * include in the transport * ,include all selected entries and save .repeat for all the procedures.
    goto your actual development client import it via SCC1 transaction
    Same way you have to import all the condition types also in M/06

  • How to include taxes in the standard pricing procedure

    Dear All,
    I have configured the Ecc 6.0 version.i have used standard pricing procedure
    Rvaa001 as my pricing procedure. i am able to invoice and post the same to the accounts document when i use PR00 condition type.Now i want to include taxes
    to sales order.How should i include the taxes.Country is india and the standard
    conditions that are given JTX1,JTX2,JTX3,JTX4 are for taxes for india.how i should
    include these for my pricing procedure.I also need to include Vat, service tax apart from 50%of gross value tax etc.kindly guide me to include these in my pricing procedures.
    Plaese guide me to accopmplish these tasks.
    Award points are assured for timely support.
    Thanking you
    Best Regards,
    R.Srinivasan

    Instead of RVAA01, try the pricing procedures as under, which will have most tax conditions, as per Indian Environmemt.
    JDEPOT     IN:Depot sale with formula
    JEXPOR     IN:Export sales with formula
    JFACT     IN:Factory sale with formula
    JINDEP     IN:Depot sale
    JINEXP     IN:Exports
    JINFAC     IN:Factory sale
    JINSTO     IN:stock transfer
    JSTKTR     IN:Stock transfer with formula
    Hope this helps you.
    Regards,
    Rajesh Banka
    Reward suitable points.

  • Whta is the standard pricing procedure in CIN INDIA

    i want to take a standard pricing procedure ,so what is the standard pricing procedure in CIN INDIA
    i want to include the condition like
    <b>base price
    maximum retailing price
    customer discount
    material discount
    excise duty
    VAT
    educational cess
    additional cess duty</b>
    i want to know what should be the customer pricing procedure
    and document pricing procedure

    hi,
    pl use TAXINN. Remaining as usual.
    TAXINJ & TAXINN are Tax Procedures in India. TAXINJ is old version & TAX INN is new version. Both has its own advantage & disadvantage.
    Upto 4.6C & partially 4.7 version of SAP, TAXINJ was used. TAXINJ is formula based calculation, in which we maintain the tax rate in Tax Code itself. The implication is that if say we are having product range such that say Excise rate differes for separate chapter ID, VAT, CST & permutation & combination of these, we require that many Tax Codes. For example:
    Tax Code: A1
    Taxes: 16% Excise Duty + 2% Education Cess + 12% VAT
    Tax Code: A2
    Taxes: 16% Excise Duty + 2% Education Cess + 8% VAT
    Tax Code: A3
    Taxes: 12% Excise Duty + 2% Education Cess + 12% VAT
    Tax Code: A3
    Taxes: 12% Excise Duty + 2% Education Cess + 8% VAT
    From 4.7 version onwards of SAP, TAXINN is being recommended & used. TAXINN is more user friendly & condition record based. In TAXINN, Tax Codes are statistical & of not much relevance, but are required to be maintained in condition record for taxes condition type. This makes Tax Codes simpler. The implication is that if say we are having product range such that say Excise rate differes for separate chapter ID, VAT, CST, we need not have the tax codes to that combination. For example:
    Tax Code: A1
    Can be used for any rate of excise duty, as tax code is only required to be maintained statistically in condition record.
    Tax Code: A2
    Can be used for any rate of VAT, as tax code is only required to be maintained statistically in condition record.
    IMG > Logistics - General > Tax On Goods Movement > India > Basic Settings > Determination of Excise Duty >
    Select Tax Calculation Procedure
    Use
    In this IMG activity, you specify which tax procedure you want to use for determining excise duties and sales taxes on input materials in India.
    • If you use condition-based excise determination, use a copy of the tax procedure TAXINN.
    • If you use formula-based excise determination, use a copy of the tax procedure TAXINJ.
    This tax procedure also supports condition-based excise determination, so that you can work with both concurrently.
    We strongly recommend that new customers use condition-based excise determination. Note that once you have started using a tax procedure, you cannot switch to another one, otherwise you will not be able to display old documents.
    Maintain Excise Defaults
    Use
    In this IMG activity, you define which tax procedure and pricing condition types are used in calculating excise taxes using formula-based excise determination.
    Activities
    If you use condition-based excise determination, fill out the CVD cond. field and leave all the others blank.
    If you use formula-based excise determination, fill out all of the fields as follows:
    • Enter the tax procedure and the pricing conditions that are relevant for excise tax processing.
    • Specify the purchasing and sales conditions types used for basic excise duty, additional excise duty, special excise duty, and cess.
    • Specify the conditions in the sales order that are used for excise rates.
    • Specify the countervailing duty condition type used for import purchase orders.
    Regards,
    Rajesh Banka
    Reward points if helpful.
    Rajesh Banka  
    Posts: 1,308
    Questions: 7
    Registered: 11/21/06
    Forum points: 1,800 
       Re: Taxinn tax procedure settings in SD pricing  
    Posted: May 6, 2007 11:34 AM    in response to: Sunil Kumar Garg       Reply      E-mail this post 
    Impact on Pricing Procedure & Condition Record:
    Another Important difference between TAXINJ & TAXINN is that in TAXINJ along with formula in Tax Code, you also have to maintain condition record & there are 2 condition types for Basic Excise duty & similarly other excise duties. in one condition you maintain the actual excise duty % & in other you main as 100%, which will be a copy of actual excise duty. But in TAXINN, instead of 2, you require to maintain only one condition type for each excise dity like JEXP for Basic Excise duty & similarly for other excise duties. You require to design pricing procedure accordingly.
    source forum thread :
    <a href="https://forums.sdn.sap.com/click.jspa?searchID=2814520&messageID=3397693">source thread</a>
    thanks.
    Sadhu Kishore

  • Difference among different pricing procedure

    Hi,
    I want to know that, what is the difference among different pricing procedure,Like
    Standard,return,sample,scrap and credit memo.
    Please reply soon.
    Regards
    prabudh

    Hell tiwari,
    <b>**Please Do reward if it helps**</b>
    sales org + dist chan + div + document pric proc + cust pric proc --- > Pric Proc.
    we determine the pric procedure. So, just have a different document pricing procedure for sales order document type and invoice document type. You can have a different pricing procedure with this change.
    There are two simple reasons for making any Pricing Procedure in SAP  SD Modules.
    1) Business Reason. What are the pricing aspects or strategies you want to apply for the client requirement in order to sell their
    goods or render services, is all about the reason for various pricing procedures.
    Eg: Domestic sales pricing procedure,
    - Export Pricing Procedure,
    - A rebate pricing procedure or
    - A High Discount oriented pricing Procedures.
    - A repair pricing procedures.
    You have your own conditions intended to few transactions only. Put all this conditions as a set defining your own Procedures. It may even include special requirements and formulas applied for such Pricing Procedures.
    2) A special pricing procedures, in order to facilitate added functionalities of SAP pricing architecture, we must define new
    pricing procedure. SAP Standard programmes checks these special Indicators in-order to do some required functions.
    As a example 1, you need to have a Pricing procedure for condition supplement inorder to use the condition supplements. The condition supplement pricing procedure must be given in the condition type definitions (v/06) of the Pricing Condition where you need to supplement, without which SAP SD Condtion Supplements functionality doesnt work.
    As a example 2, you need to have a Pricing procedure for Inter Company Billing Conditions(IV01 & IV02) inorder to be active for Inter Company Billing specific transactions. Thus make sure that, the procedure wouldnot apply for non-Inter company transactions.
    Eg: KA0000 for Condition Supplement for KA00
    - PR0000 for Condition Supplement for PR00
    - ICAA01 for Inter-Company Billing
    In V/08 of defining a new Pricing Procedure, in main screen, you have a field called TSPP (Transaction Specific Pricing Procedure). This has to be ticked on for Intercompany Billings.
    The SAP help reads for this field as Under: Transaction-specific pricing procedure
    Pricing procedure transaction-specific indicator
    Before Release 4.0A, no special pricing procedures were used for intercompany billing and rebate credit memos, programs were just set accordingly to deal with these situations. As of Release 4.0A you are offered greater flexibility in the form of the option to define special pricing procedures for intercompany billing and rebate credit memos. For reasons of future compatability, you will still be able to use the old program specifications. For this reason, you must set this indicator if you want to create a special pricing procedure. This is to prevent the program settings being used.
    This indicator is also used as of Release 4.0A to redetermine the condition class and the statistical condition indicator when copying from a reference document.
    Example:
    You copy prices from a shipment document to the billing document. The prices should lead to a surcharge in the billing document. This is guaranteed by the redetermination of the condition class in the pricing procedure.
    Same case with Standard Pricing procedure or Inter Company Pricing Procedure.
    Regards
    AK

  • New pricing procedure for Credit memo request

    Hi All,
    I used pricing procedure ABC01 for sales and billing.
    I want to use new pricing procedure ( ABCO2) at the time of creating credit memo request, this credit memo req is with reference to Billing document.
    If I dont use with ref to billing document I can able to create credit mem req with pricing procedure ABC02,
    but if I am trying to create credit mem req with ref to billing document the pricing procedure in the billing document is being picked which is ABCO1.
    Can any one suggest where I am doing wrong.
    I maintained all the relevant copy controls.
    Thanks & Regads
    BVDV

    Hi
    Assign Document pricing procedure Z in VOV8 for CR document type , Now do the pricing procedure determination in OVKK with sales area + Cupp+Dupp=new pricing procedure
    Example :
    In OVKK, determine with 1000 + 10+ 10 + A+ 1 = standard pricing procedure for normal sales
    For credit memo in OVKK determine with 1000 + 10+ 10 + Z+ 1 = New pricing procedure for Credit memo
    Then when you create a sales order (with document type CR ) with reference to billing document then the new pricing procedure will get copied.
    Regards
    Srinath

  • Various pricing procedures

    hello SD Gurus, please provide various examples of pricing procedures which are normally used

    hi
    commonly used pricing procedures are Standard ,Customer specific and document specific
    There are two simple reasons for making any Pricing Procedure in SAP  SD Modules.
    1) Business Reason. What are the pricing aspects or strategies you want to apply for the client requirement in order to sell their
    goods or render services, is all about the reason for various pricing procedures.
    Eg: Domestic sales pricing procedure,
    - Export Pricing Procedure,
    - A rebate pricing procedure or
    - A High Discount oriented pricing Procedures.
    - A repair pricing procedures.
    You have your own conditions intended to few transactions only. Put all this conditions as a set defining your own Procedures. It may even include special requirements and formulas applied for such Pricing Procedures.
    2) A special pricing procedures, in order to facilitate added functionalities of SAP pricing architecture, we must define new
    pricing procedure. SAP Standard programmes checks these special Indicators in-order to do some required functions.
    As a example 1, you need to have a Pricing procedure for condition supplement inorder to use the condition supplements. The condition supplement pricing procedure must be given in the condition type definitions (v/06) of the Pricing Condition where you need to supplement, without which SAP SD Condtion Supplements functionality doesnt work.
    As a example 2, you need to have a Pricing procedure for Inter Company Billing Conditions(IV01 & IV02) inorder to be active for Inter Company Billing specific transactions. Thus make sure that, the procedure wouldnot apply for non-Inter company transactions.
    Eg: KA0000 for Condition Supplement for KA00
    - PR0000 for Condition Supplement for PR00
    - ICAA01 for Inter-Company Billing
    Here I would like to remind about a important field in pricing.
    In V/08 of defining a new Pricing Procedure, in main screen, you have a field called TSPP (Transaction Specific Pricing Procedure). This has to be ticked on for Intercompany Billings.
    The SAP help reads for this field as Under:
    Transaction-specific pricing procedure
    Pricing procedure transaction-specific indicator
    Before Release 4.0A, no special pricing procedures were used for intercompany billing and rebate credit memos, programs were just set accordingly to deal with these situations. As of Release 4.0A you are offered greater flexibility in the form of the option to define special pricing procedures for intercompany billing and rebate credit memos. For reasons of future compatability, you will still be able to use the old program specifications. For this reason, you must set this indicator if you want to create a special pricing procedure. This is to prevent the program settings being used.
    This indicator is also used as of Release 4.0A to redetermine the condition class and the statistical condition indicator when copying from a reference document.
    Example:
    You copy prices from a shipment document to the billing document. The prices should lead to a surcharge in the billing document. This is guaranteed by the redetermination of the condition class in the pricing procedure.
    Same case with Standard Pricing procedure or Inter Company Pricing Procedure.
    to view different pricing procedure u can proceed through the t-code<b> V/08</b>
    Message was edited by:
            SHESAGIRI GEDILA

  • Butter stuff on Pricing Procedure Understanding

    Hi Gurus
    Please help me on Pricing Procedure Understating , Detail functionality of fileds , like   From , To, SubTo, Reqt, Altcty etc.
    Regards\Adnan

    Hello Adnan,
    Pricing –
         Menu path – IMG – sales & distribution – basic functions – pricing – pricing control – define & assign pricing procedures – maintain pricing procedures (V/08).
         A pricing procedure consists of a list of condition types in a defined order, such as price, less discount, plus tax. Some controls exist in the pricing procedure. For example you can specify that a condition type is mandatory; it must have an entry defined either automatically or entered manually.
         The pricing procedure is also used in account determination. This determines the general ledge (GL) accounts to which the prices, discounts and taxes must be posted. The condition types in the pricing procedure are linked to an account key. This key in turn is linked to the GL Accounts. This shows the integration between the pricing in the invoice and the financial accounting module.
         It is suggested to use to the SAP standard pricing procedure RVAA01 to copy and make necessary changes according to the requirement while configuring a pricing procedure. The following is the control data of the pricing procedure in detail –
    1.     Step – this indicates the number of steps in the procedure. The first condition type should be step 10; the second condition type should be step 20 and so on. It is possible to number the steps in the intervals of 1, but it is not suggestible as it may cause inconvenience when changing the procedure in future.
    2.     Condition counter – this is used to show a second mini-step within an actual step. For example, you may have assigned all you freight surcharges to step 100. However there may be three condition types, each representing a different freight surcharge. Thus you can assign a freight condition type to step 100, counter 1; another to step 100, counter 2; another to step 100, counter 3 and so on.
    3.     Condition type – this is the backbone of the pricing procedure. The condition type is the link from the access sequence all the way to the actual condition record. When you enter a condition type, the description field is automatically filled in with the description from the condition type.
         Note: A description without a condition type can be entered for sub-total or total or net price in between the condition types in the control data.
    4.     From & To columns – these are used in two circumstances –
    a)     To define the range for a sub-total – for example, if you want to add up all the condition types from step 10 to step 50; you would enter 10 and 50 in the From and To columns respectively.
    b)     To define the basis for a calculation – for example, if a discount is defined as a percentage, you need to indicate which step must be used as the basis for the calculation. If the calculation must be performed from step 100, you would enter 100 in the From field.
    5.     Conditions determined manually – indicates if the condition type it is assigned to is allowed to be processed automatically or only manually. Conditions, that are given this indicator in the pricing procedure, are only included in determination (price determination, output determination, and batch determination) either if they are entered manually, for example, on the condition overview screen in Pricing or if they are transferred from an external process, such as costing.
    6.     (Note: when assigning the pricing procedure to the sales documents, a condition type is also assigned to it; reason being that the condition type assigned to the sales document here is displayed in the sales document item level which can be manually changed - provided it is indicated while configuring the control data  - conditions determined manually). This feature is more often used in case of costing and output determination.
    7.     Condition is Mandatory – the mandatory column identifies those condition types that are mandatory in the pricing procedure. Mandatory condition types are the sales price or the cost price. If the mandatory condition is missing in the pricing procedure, the system has an error in pricing and the respective sales order cannot be processed.
    8.     Condition is used for statistics - This indicator causes a surcharge or discount to be set in the document statistically (that is, without altering the value). This can be used to represent the cost price of the material sold.
    9.     Print – determines which descriptions and associated values assigned to a step are printed on a document, such as order confirmation.
    10.     Condition Subtotal - Controls whether and in which fields condition amounts or subtotals (for example, a customer discount or the cost of a material) are stored. If the same fields are used to store different condition amounts, the system totals the individual amounts. These condition amounts or subtotals are used as a starting point for further calculations. You may, for example, want a subtotal of all the discounts included in the pricing of a sales order. These subtotals are used in other areas of the system such as in logistics information system. It is recommended that you assign the subtotal field 4 to the total value in the pricing procedure for Freight.
    11.     Requirement – this column is used to assign a requirement to the condition type. This requirement can then be used to exclude the system from accessing the condition type and trying to determine a value. This can be used to specify that the condition type, a discount, should only be accessed if the customer has a low risk credit group.
    12.     Alternative calculation type - specifies that the system is to use the formula represented in this column as an alternative in finding the value of the condition type, rather than by using the standard condition technique. This can be used to calculate complex tax scenarios. This field is used in obtaining values such as “Net Price”, ‘Profit Margin’ – where there wouldn’t be any access sequence to get the required value. Instead the system calculates net value using the existing amounts and the alternative calculation types. (formula: profit margin = net value – cost price)
    13.     Alternative condition base value – is a formula assigned to a condition type in order to promote an alternative base value for the calculation of a value. For example, one can specify a formula that uses a subtotal, such as 4, from the subtotal field; modify it slightly, such as dividing it by 2, and then using the resultant value as a base value for the condition type.
    14.     Account key - Key that identifies different types of G/L accounts. The account key enables the system to post amounts to certain types of revenue account. For example, the system can post freight charges (generated by the freight pricing condition) to the relevant freight revenue account.
    15.     Account key – accruals/provisions - Key which identifies various types of G/L accounts for accruals or provisions. With the aid of the account key, the system can post amounts to certain types of accruals accounts. For example, rebate accruals which are calculated from pricing conditions can be posted to the corresponding account for rebate accruals.
    REWARD POINTS IF HELPFUL
    Regards
    Sai

  • Pricing procedure determination in sales order

    Hi Experts,
    In our business scenario, we have three plants and all plants have different pricing procedure. And we are using same sales area and sales document type for all plants.
    Currently one customer is purchasing goods from only one plant. So in our system, pricing procedure determination in sales order based on customer pricing procedure.
    Now as per new requirement, same customer will purchase goods from different plant. And we can’t change or create new sales area and sales document type as per our existing system design.
    So can we change customer pricing procedure at a time of SO creation level? If yes than how?
    Regards,
    Haresh

    Are you a functional or developer?
    Hope are aware that as per SAP standard,  pricing procedure(OVKK) is determined based on
    (1)
    Sales Org
    (2)
    Distribution Channel
    (3)
    Division
    Customer Pricing Procedure
    (5)
    Document Pricing Procedure
    Sales area determined in your sales order or billing doc
    Determines from Sales Data of Customer Master
    Determines from sales(VOV8)/billing(VOFA) doc type
    In addition to that sales order is created for only sales area, which you select based on your customer sales area while creating the sales order.
    Now, keeping above facts in mind, can elaborate your requirement again.
    Thanks, JP

  • Rebate fixed amount condition in the pricing procedure

    Hi SD Gurus,
    i'm using rebate fixed amount conditions (Lum sum).
    The situation from a business point o f view is the following: i pay the customer 1000$ once he made something.
    This kind of condition is not relevant for accruals since they have to be built manually (manual accrual). As a consequence i'm note sure if this condition shoul be put in the pricing procedure used for invoices. In the other and for sure this condition should be inserted in the pricing procedure for manual accrual/credit note.
    What is your point of view!!
    Thanks
    C

    if you are going to use Rebate, then there is no need to add condition type in standard pricing procedure, if you have designed your pricing procedure, include condition types for rebates as in standard pricing procedure.
    This condition type is linked to Rebate type.
    I think you first try the scenario in IDES and then do the same settings as per yoru requirement.
    If you want step-by-step procedure for rebates will help you
    Please refere the thread
    rebate documentation
    Regards
    Jitesh

  • Explain the Pricing Procedure

    Hi Friends
    Explain how the pricing is determined for an item, starting from the sales order
    Discuss the full cycle also make a mention  on  the Condition type controls, and Maintain pricing procedure controls.
    Kindly explain it with an example.
    Thanks

    Pricing Procedure is indeed an heart of SD module, reason being if everything else is working fine, but price is not being calculated correctly, the purpose of billing fails.
    An Overview of Determination & Configuration of Pricing Procedure is as follows:
    In SD, Pricing Procedure is determined based on Sales Area (Sales Organization + Distribution Centre + Division) + Customer Pricing Procedure + Document Pricing Procedure. Sales Area is determined in Sales Order Header Level. Customer Pricing Procedure is determined from Customer Master. Document Pricing Procedure is determined from Sales Document Type / Billing Type (if configured). Once the pricing procedure is determined, Condition records are fetched. If appropriate condition records are found, the price is determined. If Mandatory pricing condition is missing, system will through an error message.
    In SD, the steps to configure Pricing procedure are as under:
    Step 1:
    Condition table: If existing condition table meets the requirement, we need not create a new condition table. Considering the requirement for new condition table, the configuration will be done in spro as follows: IMG -> Sales & Distribution -> Basic Function -> Pricing Control -> Condition Table (select the required fields combination, which will store condition record).
    Step 2:
    Access Sequence: If existing access sequence meets the requirement, we need not create a new access sequence. Considering the requirement for new sequence, the configuration will be done in spro as follows: IMG -> Sales & Distribution -> Basic Function -> Pricing Control -> Access Sequence (Access sequence is made up of Accesses (Tables) & the order of priority in which it is to be accessed. Here we assign the condition table to access sequence.
    Step 3:
    Condition Type: If existing condition type meets the requirement, we need not create a new condition type. Considering the requirement for new condition type, the configuration will be done in spro as follows: IMG -> Sales & Distribution -> Basic Function -> Pricing Control -> Condition Type. It is always recommended to copy an existing similar condition type & make the neccessary changes. Here we assign Access sequence to Condition type.
    Step 4:
    a. Pricing Procedure: It is recommended to copy a similar pricing procedure & make the neccesary changes in new pricing procedure. Pricing Procedure is a set of condition type & arranged in the sequence in which it has to perform the calculation. Considering the requirement for new Pricing Procedure, the configuration will be done in spro as follows: IMG -> Sales & Distribution -> Basic Function -> Pricing Control -> Pricing Procedure --> Maintain Pricing Procedure.
    b. Pricing Procedure: After maintaining the pricing procedure the next step will be determination of pricing procedure. Configuration for determining pricing procedure in SPRO is as follows: IMG -> Sales & Distribution -> Basic Function -> Pricing Control -> Pricing Procedure --> Determine Pricing Procedure.
    Step 5: Condition record: Condition record is a master data, which is required to be maintained by Core team / person responsible from the client. During new implementation, the condition records can be uploaded using tools like SCAT, LSMW, etc.

  • 2 pricing procedures for the same sales area

    Hi Gurus.,
                  My client requirement is the client requires 2 pricing procedures for the combination of Same sales areaDEocument Pricing procedurecustomer pricing procedure in OVKK
    He doesnt want to use new sales area or new document pricing procedure or new customer pricing procedure,I know that in standard SAP it is not possible.
    Can any of the gurus throw some light on this.Some work around is required here,So can u please say the required changes in Standard functionality.
    Thanks & Regards
    Narayana
    Message was edited by:
            manam narayana
    Message was edited by:
            manam narayana
    Message was edited by:
            manam narayana

    Hi Gurus.,
                   First of all thank you very much for giving me so tremendous response, But my client requirement is,
                  He has one customer and for that customer when raising an order ,for some orders Tax shouldnot caliculate and for some orders Tax should be caliculated,
            For example :  If he gives price 100,Then the base price should be 100,For some orders he  gives price as 130 rs which is inclusive of tax like 110 should be the base price and 20 rs tax should get caliculated
               So i have tried in the pricing procedures and we have standard pricing procedure RVAA01 & RVAB01 ,In which RVAB01 is the price inclusive of tax procedure,We can assighn different pricing procedures if any of the combination in OVKK is changed,But he dont want to change the combination in OVKK.
            So client asks now when he raise an order he decides how the price should be caliculated, i.e the price may be he give price or price inclusive tax,of which the pricing procedure should automatically split the tax and price accordingly,He is asking in the way like when we raise a sales order we should do like a pop up box should appear asking which pricing procedure should be selected,So on selecting the pricing procedure the order should caliculate based on the selected pricing procedure
    Thanks & Regards
    Narayana

  • MM pricing procedure UK VAT

    Hi All,
    My client wants have the VAT tax  in the pricing procedure. In UK there is 17.5 % VAT on the goods purchased.During GR i do not want to inventorise the VAT amount. I am using the standard pricing procedure RMISRO and TAXGB tax procedure.
    I have tried using the non deductble tax codesbut still during GR tax is added on the inventory.
    regards,
    Retail pro

    hi Murugan,
    Thanks for your reply
    In  PO i am giving article price  GBP 500 inclusive of VAT(VAT @ 17.5)
    Tax amount = 500*17.5/117.5=75
    Cost of material = GBP 425.
    expected result during Goods receipt
    Dr Inventory      425
    Cr GR/IR             425
    expected result during Invoice
    DR GR/IR             425
    Dr Input Tax       75
    Cr Vendor                           500
    what is happening right now during Good recipt
    Dr Inventory      500
    Cr GR/IR             500
    what is happening right now during Invoice
    DR GR/IR  500
    Dr Input Tax 87.5
    vendor 587.5( 500 + VAT)
    with regards,
    Consult A

  • 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

Maybe you are looking for

  • Blue Screen occurred with BAD_POOL_H​EADER at windows 7

    System:   ThinkCentre  MT-M 5498 A8J   Processor:Intel(R) Core(TM) i5 CPU [email protected] 3.33GHz   Memory:4.00GB(2.99GB available)   OS:32bit windows 7 Question:   When I run my VC++ application that was developed by visual studio,Blue Screen occurred w

  • K7N2 and Radeon 9800 Pro Prob..

    I work at a computer store in Killeen texas and am having an issue with the K7n2 Mobo. When we use a Radeon 9800 pro from ATI, we do not get video on every boot. The system will go itno windows but will not show a post screen or windows. This only ha

  • IMac 27-inch: 2.66GHz - can I add Cinema LED Display?

    Hi, I am considering to buy a 27-inch: 2.66GHz iMac but I need dual display - can I add a LED Cinema Display?

  • Have new computer, says no ipod found??

    On my old computer, my ipod randomly stopped showing up in itunes. The computer was not very good so i authorized my laptop and tried plugging it in but still nothing happens. My ipod works and when i plug it in it starts charging, but nothing comes

  • Exchange 2010 System mailbox

    Hi we had an issue and needed to created another exchange server on our domain. We migrated all the mailbox and everything is working OK. Now we are trying to uninstall exchange from the original server but we are getting having an issue. For some re