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: 

BAPI_SALESORDER_CHANGE to change quantiy, partner function

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Commit the BAPI by using,

call function 'BAPI_TRANSACTION_COMMIT'.

Regards,

Mukesh.

0 Kudos

I have done that stilllll not chaninging

0 Kudos

Can you send your code pls. To verify your error

Former Member
0 Kudos

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.

0 Kudos

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.

Former Member
0 Kudos

Solved myself.

Regards

Abhilash.