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

purchase order condition type

Former Member
0 Likes
375

Hello All,

I have one requirement in which i want to show the total of three condition types of taxes section in one condition type in conditions tab.

for eg in PO in invoice tab> taxes there are three condition of taxes like jm0p,jiex,jecp and there values are 100 200 and 300 rupees.now i want to show the sum of these three in conditions tab under jip9 condition type.

Im using routine to calculate the same but not getting the desired result.

Pls let me knw any information on this.

Regards,

Sunny

2 REPLIES 2
Read only

Former Member
0 Likes
344

Hi Friend,

Did you have activated the routine?

Through VOFM, after writing the condition value, select the routine; Edit -> Activate.

Put the routine name agains the main condition type in pricing procedure.

And i need to know how you are getting the value for other three condition types. Take values through sub total (give value like D,E,F); then it will be stored in XKWORD, XKWORE, XKWORF variables.

Hope it will solve the problem.

Regards

Krishnendu

Read only

Former Member
0 Likes
344

thnks