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: 

Pricing for Configurable Materials ?

Former Member
0 Kudos

Hi Guys,

I am using BAPI_SALESORDER_SIMULATE to get pricing details. But if material is of type KMAT(i.e. it is a configurable material) , this function module does not have any input for that. Here, input to function module is Sales Org, Division ,Distribution Channel, Sales Office,Order Type, Material and Customer.

But with each configurable material , there are multiple catalog numbers with each having different prices?

How to get those details in BAPI_SALESORDER_SIMULATE?

Do let me know if anybody has any idea.

1 ACCEPTED SOLUTION

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

Configuration data has to be filled into the table parameters starting with ORDER_CFGS*

Regards,

Christian

2 REPLIES 2

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

Configuration data has to be filled into the table parameters starting with ORDER_CFGS*

Regards,

Christian

0 Kudos

hi,

thanks indeed for the reply.

but here i have to enter characteristics details for every catalog number assoiciated with particular material. i tried this too but still getting the Item Gross Price as zero only. for other condition records too, getting this zero value.

do you have sample code for this?

is there any alternative for that? any other function module i can use?