cancel
Showing results for 
Search instead for 
Did you mean: 

Can MDOs mapped to ERP data source be updated?

former_member190457
Contributor
0 Kudos

Hi all,

In my project I am about to create MDOs based to BAPI return structures.

I would like to update such MDO records so that the new values are then writter to the ERP itself at scheduled times.

In other words I would like synchronization to be bi-directional; I am not using custom MDO attributes

How can this be done?

Thanks in advance

Regards

Vincenzo

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Vincenzo,

Why not perform the BAPI/RFC to upload the data to ERP as part of the Objects lifecycle "Replace" task? You can configure the Replace Task transaction to be two part, the first being the upload of data to ERP and the second would be the synchronization of new data from ERP. I would recommend adding a column to the object definition that was ERP Upload Failed and an error message as to why.

This is up to you though.

Regards,

Sam

0 Kudos

Vincenzo,

I also recommend taking a look at this document on MII 12.2:

[Examples 12.2 Document|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7010321d-2dbc-2d10-cc8a-a0048fabeb8a]

[Examples 12.2 Project Content|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0baada1-8acc-2d10-1b81-88ad0cd7d374]

It's available on the MII Wiki in the Modeling Templates and Composite Design section:

[https://wiki.sdn.sap.com/wiki/display/xMII/Modeling|https://wiki.sdn.sap.com/wiki/display/xMII/Modeling]

Sam

Answers (0)