16 Fields in Pricing Procedure and Their Description - SAP IPC Developer (2024)

Main

  • Introduction

  • Functions of IPC

  • How to Configuring SAP CRM 7.0 for download and use of Variant Configuration Products

  • 16 Fields in Pricing Procedure and Their Description

  • SAP E-commerce Help

User Exits

  • How UserExists get Triggered

  • Pricing User Exits Manual

  • Debugging IPC User Exit

  • User Exit Example 1

  • Transferring data ABAP to UserExit in IPC

  • BADI CRM_COND_COM_BADI Information

  • Tables and Explanaition

  • User Exit Example 1

  • Pricing validations using requirement routine

Other Info

  • IPC Facts

Variant functions

  • About Variant Functions

  • Pfunctions Implementation

  • Variant Conditions in Purchasing

  • Product configuration info

16 Fields in Pricing Procedure and Their Description

  • Apricing procedure is a procedure by where in which you control the execution of condition tyoes in a sequence you would like . It not only executes the condition types but also controls the execution of condition type by the use of requirements , altcv. altcbv, account key.
  • In other words, Pricing procedure is a systematic and sequential use of condition types to arrive at a right value of the product.
    To determine the pricing procedureSALES AREA(Sales Organization + Distribution Channel + Division) +CUSTOMER PRICING PROCEDURE(from Customer master) +DOCUMENT PRICING PROCEDURE(from Sales Doc type)
    To view a select the pricing procedure inSPRO which is the standard and copy it and create our own pricing procedure.
  • Highlight it and double click the Control icon in the LHS screen.
  • We can see that there are 16 columns in the pricing procedure, these are going to be used by the system to control the condition types.
  • The detail description of each column is given below:

16 Fields in Pricing Procedure and Their Description - SAP IPC Developer (1)

1. Step:

  • Number that determines the sequence of theconditionswith in a procedure.
  • It indicates the position of the condition type in pricing procedure.
  • Ex.: 10, 15 etc.

2. 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 theconditionswith in a step in the pricing procedure.
  • During automatic pricing, the system takes into account the sequence specified by the counter.

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

4. Description:

  • System copies description of condition type from its description (V/06).

5.From and 6. To:

1.This can be used as a base to the condition type for calculating further value.

2.The range between the steps from and to can be used to specify the range between same conditiontypes. So that depending upon the condition type, the system deducts or adds the total value of those condition types from specific common source.

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

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

9. 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).

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

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

12. 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 newRequirements 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.

14. 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 routinesare 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.

15. AltCBV - Alternative formula for condition base value:

  • Formula for determining thecondition basisas 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.

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

Courtesy:Ayub Khan

Comments

16 Fields in Pricing Procedure and Their Description - SAP IPC Developer (2024)

FAQs

What are the 16 steps in pricing procedure? ›

16 Pricing Elements in Pricing Procedure SAP MM
  • Step: A number which determines the sequence of the conditions within a procedure. ...
  • Counter: ...
  • Condition Type: ...
  • Description: ...
  • From and 6. ...
  • Manual: ...
  • Mandatory: ...
  • Statistical:

How many fields are there in pricing procedure in SAP? ›

We can see that there are 16 columns in the pricing procedure, these are going to be used by the system to control the condition types.

What are the different fields of pricing procedure? ›

The detail description of each column is given below.
  • 1> Step: Number that determines the sequence of the conditions within a procedure. ...
  • 2> Counter: ...
  • 3> Condition Type: ...
  • 4> Description: ...
  • 5> From and To: ...
  • 6> Manual: ...
  • 7> Mandatory: ...
  • 8> Statistical:

What are the different pricing elements in SAP system? ›

There are various pricing elements like prices, surcharges, discounts, and taxes, which are defined in SAP system as condition types. To manage pricing information for a pricing element in a system, you have to create condition records.

What is SAP pricing procedure? ›

What is Pricing Procedure? Pricing procedure in MM module is a way to determine prices in purchasing documents. It give us functionality to assign different calculation types for different needs. Defining a pricing procedure can be done by creating an access sequence, and assigning it to condition types.

What are the 5 steps of the price procedure? ›

The five-step process for treating a muscle or joint injury such as an ankle sprain is called "P.R.I.C.E." which is short for Protection, Rest, Ice, Compression, and Elevation).

What is SAP price list? ›

In the Price List tile, you can manage the price lists to be used in SAP Customer Checkout, when using the SAP Customer Checkout manager as your back-end system. You can create and edit price lists, add articles to price lists, and assign a POS system and POS groups to price lists.

How many types of pricing methods are there? ›

What are the 4 major pricing strategies? Value-based, competition-based, cost-plus, and dynamic pricing are all models that are used frequently, depending on the industry and business model in question.

What is requirement 2 in pricing procedure? ›

In the pricing procedure, requirement 2 is assigned to all conditions. Using this requirement, the system cannot access price condition records for free line items. Again, some of the prices are defined as net prices. A subsequent discount or surcharge should be assigned to the item if a net price is found.

What is the pricing element D in SAP? ›

'D' (Copy pricing elements unchanged):

As in pricing type A but the prices are fixed (no scales are read). Condition basis and condition basis value are redetermined.

What is the difference between account key and accrual key in SAP? ›

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. The accrual keys form part of account determination.

What is the condition type of PI01 in SAP? ›

PI01 is condition type used for setting during Intercompany scenario ( one company code selling to another company code in same organization). PI01 is needed as this become basis or price at which one company would be selling to another. VPRS is for selling company code to determine COGS etc.

What are the pricing elements? ›

To choose the right price within your customer's acceptable range, consider the main factors that affect price:
  • operating costs.
  • scarcity or abundance of inventory.
  • shipping costs.
  • fluctuations in demand.
  • your competitive advantage.
  • perception of your price.

What are the basic elements of pricing? ›

Pricing should be in line with the perceived 'value' of the benefits your product provides its customers, while also keeping in mind competitor pricing, market trends and customer demand. Three factors are essential in pricing – the cost, price and value of your product.

What are the five cost objects in SAP? ›

The cost objects are segregated into five major categories; funds, cost/funds centers, WBS elements, internal orders, and GL accounts.

What are the steps in the price? ›

8 Steps Involved in Price Determination Process
  • (i) Market Segmentation:
  • (ii) Estimate Demand:
  • (iii) The Market Share:
  • (iv) The Marketing Mix:
  • (v) Estimate of Costs:
  • (vi) Pricing Policies:
  • (vii) Pricing Strategies:
  • (viii) The Price Structure:

What are the steps of price formula? ›

Determine the total cost of all units purchased. Divide the total cost by the number of units purchased to get the cost price. Use the selling price formula to calculate the final price: Selling Price = Cost Price + Profit Margin.

What is the full cost pricing procedure? ›

a pricing strategy in which all relevant variable costs and a full share of fixed costs directly attributable to the product are used in setting its selling price.

What are the steps to determine the product price? ›

To calculate your product selling price by unit, follow these three steps: Calculate the total cost of all units purchased. Divide the total cost by the total number of units purchased - this will provide you with the cost price. Use the selling price formula to calculate the final selling price.

Top Articles
Latest Posts
Article information

Author: Maia Crooks Jr

Last Updated:

Views: 6642

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Maia Crooks Jr

Birthday: 1997-09-21

Address: 93119 Joseph Street, Peggyfurt, NC 11582

Phone: +2983088926881

Job: Principal Design Liaison

Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.