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

Creating ORders thorugh IDOC_INPUT_ORDERS

Former Member
0 Likes
461

Hi All,

I am using Inbound function module IDOC_INPUT_ORDERS to create the IDOCs. Could you please

let me know how material pricing data gets updated in sales order when we create sales order through IDOC_INPUT_ORDERS?

Thanks

Saurabh

Hi All,

I am using Inbound function module IDOC_INPUT_ORDERS to create the IDOCs. Could you please

let me know how material pricing data gets updated in sales order when we create sales order through IDOC_INPUT_ORDERS?

Thanks

Saurabh

1 REPLY 1
Read only

jaideepsharma
Active Contributor
0 Likes
369

Hi,

If you check in funciton module IDOC_INPUT_ORDERS then you will find that system creates BDC recording and calls transaction VA01 to create orders. All the item level details including material number is populated in the recording. When VA01 is called with BDC data it will itself take care of populating pricing data as it does in normal way.

KR Jaideep,