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

Partial Sales Order Confirmation from BAPI.

Former Member
0 Likes
695

Hi,

I have B2C process to create order from internet. Right now we are able to create order but problem is if it confirms parital today and partialy in future then it confirm all in future.

e.g. - I have to create order for 10 quantity.

- from VA01 if i try to create

it will confirm for 4 for today(as 4 quantity available) and 6 for future(say 3/11/10)

but for the same case in BAPI

- it will create order for 10 as future confirm (3/11/10)

Is there any flag i need to set in BAPI.

I use BAPI - BAPI_SALESORDER_CREATEFROMDAT2

Hi,

I have B2C process to create order from internet. Right now we are able to create order but problem is if it confirms parital today and partialy in future then it confirm all in future.

e.g. - I have to create order for 10 quantity.

- from VA01 if i try to create

it will confirm for 4 for today(as 4 quantity available) and 6 for future(say 3/11/10)

but for the same case in BAPI

- it will create order for 10 as future confirm (3/11/10)

Is there any flag i need to set in BAPI.

I use BAPI - BAPI_SALESORDER_CREATEFROMDAT2

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
521

Read only

0 Likes
521

I already seen that but I think in that we have to use : BAPI_MATERIAL_AVAILABILITY and it will add time for the creation of order.

Please let me know is there any other option.