cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic MDM (CREMDM04) generation after saving of a vendor master

Former Member
0 Kudos

Hello experts,

does anyone know a solution for an automatic generation of a CREMDM04 IDoc after the commitment of a vendor master creation or change. We only find an userexit before the commit of the changes within the vendor master? The goal is to create the IDoc in a synchronous way by save the vendor master.
The only possible way we found until yet is to create a periodic report and work with the normal change pointers of the vendor master to create the IDoc (asynchronous).

regards
Markus

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Markus,

I am with Abhshek the best way to this is to activate change pointers,which would ensure sealess manner on each update.

Another method is disscussed in detail here:

http://scn.sap.com/thread/1942356

Thanks,

Ravi

Former Member
0 Kudos

Hello,

thank both of you for the fast and helpful answer.
Okay then the way over the use of change pointers seams to be the best way.

regards
Markus

Former Member
0 Kudos

Hello,

To make Idoc's synchronous, if you have PI in your system landscape, you may use BPM, to make then synchronous.

Else the only option is to use Change Pointers.

One out of the box solution is to use BAPI or ABAP Proxies, by default Proxies are synchronous.

Regards,

Abhishek