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 sales order change

Former Member
0 Likes
957

Hi all,

I'm starting to approach to excute a standard bapi sales order change.

Just to well understand the topic, when I go through transaction se37, after editing the name of the bapi, I can see a lot of field divide d in Import parameters and tables, but didn't know exctaly the meaning and the functonality.

Can you provide some material to read, or can you explain what are those fiels and table?

Thanks in advance

Hi all,

I'm starting to approach to excute a standard bapi sales order change.

Just to well understand the topic, when I go through transaction se37, after editing the name of the bapi, I can see a lot of field divide d in Import parameters and tables, but didn't know exctaly the meaning and the functonality.

Can you provide some material to read, or can you explain what are those fiels and table?

Thanks in advance

6 REPLIES 6
Read only

former_member156446
Active Contributor
0 Likes
908

se37 > BAPI_SALESORDER_CHANGE > (menu) goto > documentation.

and also very very important task to do in this type of scenarios [: SEARCH!!!|https://forums.sdn.sap.com/search.jspa?q=BAPI_SALESORDER_CHANGE&dateRange=last90days&searchID=25268168&rankBy=10001&start=0]

Read only

0 Likes
908

ok..

thanks for your answer.

I have a doubts: from a Bapi I can change a couple of filed. If some errors occur in one field of sales order needed to be change, what happen to the sales order?

thanks

Read only

0 Likes
908

if you are using the bapi in a program nothing happens to the sales order untill you call the bapi_transaction_commit FM. which will commit/update the Logical unit of work.

from a Bapi I can change a couple of filed.

In the bapi you cannot change any structures of the fields....as its a SAP std. object.

You can edit some fields of Sales order, provided if you fill the non-optional structures of the BAPI.

Read only

0 Likes
908

thanks for your answer

you are right.

and what about table??

Read only

0 Likes
908

No.. nothing can be changed in BAPI if its a standard object of SAP

Read only

Former Member
0 Likes
908

Just read the documntation carefully and ask SD consultant to seat with and explain the fields to you since SD consultant know more than and ABAPer.

Regards

Sagar