cancel
Showing results for 
Search instead for 
Did you mean: 

Need To Assign Tax According to Condition Type in REFX.

former_member191939
Active Contributor
0 Kudos

Dear Experts,

While making Contract we give tax type to calculate tax which  is assigned with contract type.

Now client wants different contract type with different tax functionality,means say There are three contract type Contract A,Contract B and Contract C.

Contract A will have one Tax only on Electricity charges.

Contract B will have taxes on everything(which can be done by assigning tax type with contract type)

Contract C will not have any taxes(Again can be done)

Can you please guide me how to achieve scenario according to Contract A.

How we can calculate Tax on condition type irrespective on Contract.

In Short how can we assign Tax type according to Condition Type in REFX

Regards

Eugene

Accepted Solutions (1)

Accepted Solutions (1)

bowen_cao
Contributor
0 Kudos

Hi Eugene,

you will need to maintain tax in contracts under the "parameters" tab.

Or implement badi BADI_RECN_CONTRACT as per your requirement.

Regards,

Bowen

former_member191939
Active Contributor
0 Kudos

Hi Bowen,

Thanks for your reply.

In posting parameters Tab you can put the Tax type which is ultimately assigned with contract type and then the tax will be calculated on every condition type like for Rent,Elec Charges,Water Charges etc.My requirement is calculating  tax on condition type and not contract type.

Will try with BADI as u suggested and will let you know if it solves the purpose.

Regards

Eugene

Former Member
0 Kudos

Hi Ranu,

If you create two Posting parameters one with No Tax and other with the Electricity Tax type.

No tax Posting parameter will be the default (Standard) one and other with Electricity tax type will be some number  say (10 or 20).

Now all the conditions will have by default standard posting parameter however you need to assign that newly created Posting parameter number (say 10 or 20) in th Condition type of Electricity.

This will calculate tax on only electricity condition type not on other types.

Hope this helps.

Regards,

Sid

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ranu,

Please update the status.

Regards,

Sid

former_member191939
Active Contributor
0 Kudos

Hi Sid,

Thanks for your reply.

Have done as suggested by you and is working fine.

Regards

Eugene