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

BAPI_SALESORDER_CHANGE to change quantiy, partner function

Former Member
0 Likes
912

Hi All,

I am using the BAPI_SALESORDER_CHANGE to change the order quantiyt and partner function at item level

I am passingthe details corrcetly but the order was not getting changed.

I have searched the SDN.

But Not found.

Could nayone used the same , plz provide som eexapmles..

Regards

Abhilash.

Hi All,

I am using the BAPI_SALESORDER_CHANGE to change the order quantiyt and partner function at item level

I am passingthe details corrcetly but the order was not getting changed.

I have searched the SDN.

But Not found.

Could nayone used the same , plz provide som eexapmles..

Regards

Abhilash.

6 REPLIES 6
Read only

Former Member
0 Likes
878

Hi,

Commit the BAPI by using,

call function 'BAPI_TRANSACTION_COMMIT'.

Regards,

Mukesh.

Read only

0 Likes
878

I have done that stilllll not chaninging

Read only

0 Likes
878

Can you send your code pls. To verify your error

Read only

Former Member
0 Likes
878

Hi Abhilash,

Are you getting any error? If not and in case you are getting successful message,

Check whether you are passing the Update indicator value 'U' in import parameter

'ORDER_HEADER_INX' and Tables parameter BAPIPARNRC (Partner changes) and

BAPISDITMX (Sales Order Items Check Table) .

If the update indicator is not having any value, the return code will be successful but there

won't be any changes to the sales order.

Regards,

Dinakar.

Read only

0 Likes
878

Hi ,

Thaks for the reply given.......

Actually I have solved the problem of partner functions and I was left with chanignig the Quatity only.

I ma passing the update indicator and item table also.......correctly.

Do I need to pass the schedule line data also to change the quantity at item level?

Plz provid em some help.

Regards

Abhilash.

Read only

Former Member
0 Likes
878

Solved myself.

Regards

Abhilash.