cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Type Formula--G

Former Member
0 Kudos

Hello All,

What is the calculation type Formula used for? how is it used?

plz explain with some examples?

Thanks,

Viren.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204513
Active Contributor
0 Kudos

Dear Viren,

The fallowing scenerios you need to use Alternative calculation type.

When the condition type need to calculate the value other than the standard procedure you need to maintain Alternative calculation type.

Example :-1

VAT Rounding

Use

When you present a customer in Slovakia with an invoice in a foreign currency, the system rounds down the koruna VAT amounts, but not in the foreign currency. When you carry out pricing in Sales and Distribution (SD), SAP R/3 automatically does this for you.

Activities

Customizing

For each of the VAT condition types used in the pricing procedure, set the rounding rule to rounding down. You do so in Customizing for SD, by choosing Basic Functions --> Pricing --> Pricing Control --> Define Condition Types --> Maintain Condition Types. In the Rounding Rule field, enter B (Round Down).

In the pricing procedure itself, assign a rounding rule to each VAT condition type. You do so in Customizing for SD, by choosing Basic Functions --> Pricing --> Pricing Control --> Define and Assign Pricing Procedures --> Maintain Pricing Procedures. In the VAT condition types, enter 174 in the AltCTy (Condition Formula for Alternative Calculation Type) field. This rounding rule instructs the system to round these amounts as described above.

Example 2 :-

Other Taxes

Definition

In certain exceptional circumstances it may be necessary to record alternatives to the standard calculation of taxes for an employee.

The Other taxes (Infotype 0235) record may be used for any tax authority.

Tax types

All tax types except withholding tax are displayed and may be adjusted for the particular authority. You may either alter the calculation of the tax by changing the formula used, or exempt an employee entirely from a tax.

Any change you make here will override the standard calculation of the tax.

I hope it will help you,

Regards,

Murali.

Former Member
0 Kudos

hi

Condition type formula- the condition value is calculated by a formula in sap through a routine given by an ABAPer.

say example selling Price (pr00) = cost price + profit.

to calculate price same program which is called a routine should have a logic say the cost price will be taken from the material master and the profit should get calulated with all the discounts taxes etc.

thanks

Kuntla