cancel
Showing results for 
Search instead for 
Did you mean: 

pricing

Former Member
0 Kudos

What is routine used in pricing procedure?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Friend,

Routines are some requirement of the pricing procedure which can't be mapped in std procedure. So here we are going to TC-VOFM, and defining our requirement with the help of ABAPers.

Few examples are given below:

Routine /Formula :- 15

A company has defined minimum prices for materials.

When a material is sold, it should not be sold for a price below the predefined minimum price. When pricing is done for a sales document line item, if the net price of the item falls below the minimum, the system should automatically compute a surcharge to bring the price up to the minimum price. To accomplish this, the user would define the minimum prices using the condition type PMIN. PMIN would be defined in the pricing procedure and condition value formula '15' would be assigned. Using the formula, the system compares the minimum price with the net price calculated to that point in the pricing procedure. If the minimum price is not met, the system computes the necessary surcharge and assigns it to the PMIN condition line.

Routine /Formula :- 48

Formula '48' was delivered to ensure that the down payment amount the user offsets in a billing document does not exceed the actual down payment value. Condition value formula '48' is assigned to the condition type in the pricing procedure representing down payments (R/3 delivered condition type AZWR).

Let me know for any further clarifications.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Renu,

you question needs to be more clear. Anyways i understand it as you wanted to what is Routine in pricing procedure.

Its an abap formula / code to check or calcualte how a pricing condition should behave. Like for example requirement 55 for R100 - 100 % discount condition checks whether for the free item if the pricing indicator is B or not. If its B then only R100 condition is picked up. Like there are other routines in Alternative calculation type, altenative conditin base value. In case you need to write a new routine we can go VOFM transactin and take the help of abapers to come with the code based on functional logic / requirement.

I hope your query is answerd.

regards

sadhu kishore

Former Member
0 Kudos

hai sd gurus

can any body explain me in detail the difference between many options in manual entries of pricing condition types in v/06.

like

NO LIMITATIONS

FREE

AUTOMATIC ENTRIES HAS GOT PRIORITY

MANUAL ENTRIES GOT PRIORITY

NOT POSSIBLE TO PROCESS MANUALLY.

reazuddin_md
Active Contributor
0 Kudos

Hi,

Routine is a pre-condition to activate condition type in pricing procedure.

Routines are vary-

access Tcode:VOFM

you will find contest wise routines available.

if these routines wont match for our requirement , we can create our own routines with the help of abaper.