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 sale order by using BAPI

Former Member
0 Likes
780

Hi,

My requirement is to create a inquiry(VA11), By using the Inquiry no as a input in report, i should create a salesorder using BAPI in which the datas should be flowed from inquiry to sale order. i did almost everything except the Pricing Condition.

I am fetching the pricing condition values from table KONV-KSCHL and passing the value via BAPI_SALESORDER_CREATEFROMDAT2 it creates saleorder. In the created salesorder, there are two same pricing conditions but different rate 1.) the price of the MATNR which is maintained 2.) the changed MATNR price in inquiry level,

i need the value which is changed in inquiry level that is 2nd value.

can anyone help me in this...

Hi,

My requirement is to create a inquiry(VA11), By using the Inquiry no as a input in report, i should create a salesorder using BAPI in which the datas should be flowed from inquiry to sale order. i did almost everything except the Pricing Condition.

I am fetching the pricing condition values from table KONV-KSCHL and passing the value via BAPI_SALESORDER_CREATEFROMDAT2 it creates saleorder. In the created salesorder, there are two same pricing conditions but different rate 1.) the price of the MATNR which is maintained 2.) the changed MATNR price in inquiry level,

i need the value which is changed in inquiry level that is 2nd value.

can anyone help me in this...

4 REPLIES 4
Read only

Former Member
0 Likes
733

Give the order_conditions_in-itm_number as below .

sorder_conditions_in-itm_number  = '000010'.

Read only

0 Likes
733

Hi,

No its not working, i am using condition type PR00 for MATNR. the issue is the updated rate in inquiry is populating in salesorder and also another PR00 is populating with the actual rate of the MATNR.

Ex:

if the value for the MATNR is maintained in condition type PR00 as 100. later in inquriy am chaging it as 150. When am creating salesorder the PR00 having 100 and in the next line the changed condition type is flowing from inquiry as 150.

Read only

0 Likes
733

The condition type is not updating in salesorder it is only inserting in salesorder... what to do to update in the saleorder.. Help me

Read only

Former Member
0 Likes
733

REPORT ZSALESORDER.

<< Cut and paste without attribution from

removed >>

Edited by: Rob Burbank on Feb 24, 2009 10:43 AM