cancel
Showing results for 
Search instead for 
Did you mean: 

SO changes done in ECC are not showing in Dotnet App

Former Member
0 Kudos

Hi ;

Our Dot net team has created a Dot net application, to create sales order .

A sales order was created , and we are able to find this SO in our ECC system.

But we have noticed that Any changes done on this SO, are not being reflected in Dot net Application.

Our Dot net team says probably we can only input the data from the application, and it may not be possible to have two way synchronization with SAP and Dot net application.

We are being asked to make changes only in Dot net application.

Can you guys please confirm, if SAP does not allow two way sync with Dot net Application.

If not, where are we going wrong?

Thanks and regards;

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

former_member197445
Contributor
0 Kudos

You can certainly have two-way communications.  But it's not automatic.  The .NET application undoubtedly uses the .NET Connector (NCo) to call a BAPI to create the sales order.  However, to sync back the other way, one of two things needs to happen.

  1. The .NET app needs to call another BAPI to check for changes and "pull" them.
  2. A .NET Connector RFC Server can be called from SAP to "push" the changes.

See Programmer's Reference for more information.

Former Member
0 Kudos

Thank you Case.

Answers (0)