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

SD pricing

Former Member
0 Likes
660

heii all,

i have this req.

in sales order, i input material with batch number. batch number has their own characteristic value. in this case, our batch characteristic is Distance. and let say the characteristic value - 1250 (meter).

we have cond type ZZBA, and we have master price for this condition type

price for ZZBA = 10$/meter

i want to create routine for pricing that calculation based value = characteristic value in batch (in this case 1250 m). so the price will be 1250 * 10$ = 12,500 $.

remember, the value (1250) is in batch characteristic value)

can anyone give me the code?

Help

Thanks n BR,

Hendry

5 REPLIES 5
Read only

Former Member
0 Likes
635

please reply

Read only

Former Member
0 Likes
635

Upon retrieval of the characteristic value, convert the numeric portion to a type n or type I field and do the multiplication, storing the result where needed.

Read only

0 Likes
635

thx for reply.

i don't really understand what you said. can you explain me more about ur suggerstion according to my requirement?

thanks

BR,

hendry

Read only

Former Member
0 Likes
635

closed

Read only

0 Likes
635

This message was moderated.