cancel
Showing results for 
Search instead for 
Did you mean: 

Medruck Problem

former_member1284402
Participant
0 Kudos

hi all,

i copied MEDRUCK to ZMEDRUCK, when i m making PO then its calculating TAX two times correctly but problem is that it must not add non-deductable tax amount in total amount. whatever tax code i m putting in PO that is only 2% of gross amount.

Exa : gross amount -


100.00

Non-deductible tax -


2.00

tax on company -


2.00

-


total -


104.00

while it must come only 102.00. it shud b the addition of (gross amount + tax on company).

even i dont write any extra code or program. so can anyone please help me?

regards saurabh.

Edited by: saurabh srivastava on May 26, 2009 10:24 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check the calculation of the total field and make the change according to your formula.

amount+tax on amount. It is zscript so you can make changes in script or program also.

Thanks,

Suma.

former_member1284402
Participant
0 Kudos

actually it is picking directly from structure that is KOMVD-KWERT, so how can i do calculation?

Former Member
0 Kudos

Hi,

Write a code in subroutine program.

Answers (1)

Answers (1)

Former Member
0 Kudos

debug the code.

see what exactly it is doing there.

Based upon your requirement you can change your form logic.