cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SD pricing function module

Former Member
0 Likes
2,241

hello,

which function module do the pricing in SD?

Which parameters are necessary to start this function module?

Thanks,

Harald

View Entire Topic
Former Member
0 Likes

hi,

The following is used in SD to calculated pricing ,

You need to fill the komk & komp structure and pass the structure komv .

call function 'PRICING'

exporting

calculation_type = 'C'

comm_head_i = komk

comm_item_i = komp

importing

comm_head_e = komk

comm_item_e = komp

tables

tkomv = komv.

saravanan