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_CHANGEBOS

Former Member
0 Likes
699

Hi,

Has somebody have a template or a link about this BAPI ?

Thanks you.

Jerome.

Hi,

Has somebody have a template or a link about this BAPI ?

Thanks you.

Jerome.

3 REPLIES 3
Read only

Former Member
0 Likes
599

Jerome, AT least in my version of SAP there is no such BAPI.

Is this name correct, or are you talking about BAPI_SALESORDER_CHANGE?

Read only

0 Likes
599

hi,

It's a new BAPI. we have ECC 6.0

Read only

0 Likes
599

I think the document provided with this BAPI in SE37 is a good and enough to know about this.

To know more about this BAPI check the OSS Notes.

Still I think this will help you a more, I find it on Forum -

First get the details of the sales order using FM

"BAPI_SALESORDER_GETDETAILBOS".

Then loop into Orderitems or any internal table where you would like to change the data. Pass your data modify the table. then move the values to Function Module "BAPI_SALESORDER_CHANGEBOS".

Regards,

Amit