Application Development and Automation 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: 
Read only

scripts

Former Member
0 Likes
405

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
Read only

Former Member
0 Likes
389

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
Read only

Former Member
0 Likes
390

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.

Read only

0 Likes
389

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