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

Function needed for sales order change

former_member588542
Active Participant
0 Likes
483

Hi all,

I have a request to build a function to replace one article with another in Sales orders...

By MASS transaction is not possible to do this and by BApi ´´SALEs ORDER CHANGES ´´ is not possible as well.

Does anybody knows some another function,badi ,bapi which can by used to build this transaction?

Thanks and best regards

L

3 REPLIES 3
Read only

Former Member
0 Likes
440

For finished orders you wont be able to do this, most probably not even for any order which has successor documents

I think it would be better to cancel those orders and create new ones with the correct material.

Read only

Former Member
0 Likes
440

You can use the standard transaction MASS with the Business Object BUS2032. Choose the Material number as the Selection field while processing mass change.

Read only

former_member588542
Active Participant
0 Likes
440

Solved by VA05