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: 

ABAP program to change SD sales order originally created on CRM

DouglasCezar
Contributor
0 Kudos

Hello all!

Please, I would like to ask you some wisdom about this question:

I need to use a BAPI (BAPI_SALESORDER_CHANGE) or a call transaction (to t-code 'VA02') to modify in the R/3 system (v. 4.7) a sales order that was originally created in the CRM system.

If I try to do it manually, in t-code VA02, I get a message that this order must be modified only in the CRM system. I debugged and found that there are functions that check this and deny acces to the order.

I found this check on form FV45LF0M_MESSAGE_VARIABEL. This it the one that issues the error message.

Actually I need to find a way to, without modifying standard routines or tables, change the order the way I said.

Please, can someone help with some ideas?

Thank you very much for your time!

Best Regards,

Douglas Cezar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I guess you need a BAPI in the CRM system that will do this.

Rob

3 REPLIES 3

Former Member
0 Kudos

I guess you need a BAPI in the CRM system that will do this.

Rob

0 Kudos

Rob, thanks for the answer.

To adress a specific business need, I have to update the order directly in the R/3 system, without having to go to the CRM system.

0 Kudos

There are probably technical reasons that SAP prevents you from doing this. You may want to open an OSS message to see what they have to say about this.

Rob