2008 Feb 19 4:41 AM
hi all,
i need to calculate tax of 4% in standerd medruck, i am able to get the result for total value ie (ekpo-netwr), but i what for each and every opitem(ebeln) when the condition is i1.
2008 Feb 19 4:49 AM
in sapscript editor u can writer perform statement using any prg for calculating 4% tax
if condition is i1
perform <fname> in program <prgname>
using <var1>
changing<var2>
endperform
endif.
2008 Feb 19 4:49 AM
in sapscript editor u can writer perform statement using any prg for calculating 4% tax
if condition is i1
perform <fname> in program <prgname>
using <var1>
changing<var2>
endperform
endif.
2008 Feb 19 5:07 AM
hi
I Couldn't understand ur question fully.. as of my understanding i am replying.. use Subroutines's Changing Statements inside ur progran tht will end ur prob