‎2015 Mar 25 8:59 AM
Hi All,
Why there is some hard code assignment in standard function module. As you can see in function module J_1I4_GET_ECESS has fixed value 2% and it comes along with SAP itself.
e_ecs_rate = 2.
x_ecs_rate = 2.
I want to change it to 0%. My user is doing flat tax calculation at the rate of 12.50% while creating excise invoice (tcode : J1IIN) so it does not require to calculate ecess and hecs. still it comes with 2%, I found that additional 2% comes with help of above mentioned function module and that contains fixed 2% of value and calculates the same. all the necessary configuration done with condition record/tax structure.
Regards,
Avirat
‎2015 Mar 25 9:15 AM
Would it be better to use user exit J_1I7_USEREXIT_DUTY_IN_EXPORT where I can pass the field SUPPRESS_CALCULATION value as 'X' ,
Does it effect rest calculation for tax?
‎2015 Mar 25 9:15 AM
Would it be better to use user exit J_1I7_USEREXIT_DUTY_IN_EXPORT where I can pass the field SUPPRESS_CALCULATION value as 'X' ,
Does it effect rest calculation for tax?
‎2015 Mar 25 9:25 AM
Hi Avirat,
Please check the below note :
1175362 - ECS rate hardcoded as 2% in J1IIN, J1IS, J1IG, J1IEX
Thanks
‎2015 Mar 25 9:35 AM
Ok using this function J_1I7_USEREXIT_DUTY_IN_EXPORT where I can pass the field SUPPRESS_CALCULATION value as 'X' , then total value become 0.
Failed !
‎2015 Mar 25 9:45 AM
Hi,
If it is set to 'X', then it will not calculate tax.Please do a where used list of FM , set a break-point and debug.
Chang the SUPPRESS_CALCULATION to 'X' in debugging mode and compare the results.
Thanks
-Learner
‎2015 Mar 25 9:50 AM
Ok I have debug the system and system returns the 0 (Total utilization) value when I set 'X' at suppress_calculation.
‎2015 Mar 26 4:34 AM
‎2015 Mar 26 4:49 AM
Hi Avirat
I would not recommend trying to use a coding solution here as a system upgrade may overwrite it.
Rather raise this as an incident with SAP, they should provide a fix in this scenario as it would appear to be a genuine bug.
Regards
Arden
‎2015 Mar 26 4:53 AM
Can you check in your system that this function module "J_1I4_GET_ECESS" has fixed values for
e_ecs_rate and x_ecs_rate variables.
‎2015 Mar 26 5:01 AM
hi Arivat,
it can be commented use the Note 1175362.
I took screenshot of my IDES system for your refrence.
hope it will solve your issue.
Regrads,
sampath kumar.
‎2015 Mar 26 5:31 AM
‎2015 Mar 26 6:26 AM
You already have the answer given by Always Learner. Thread locked, points awarded.