Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

scripts

Former Member
0 Kudos
57

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
41

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.

2 REPLIES 2

Former Member
0 Kudos
42

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.

0 Kudos
41

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