cancel
Showing results for 
Search instead for 
Did you mean: 

Track changes in customer material info (VD52) and create custom IDocs

Former Member
0 Kudos

Dear experts,

we want to track changes, which are made in VD52 (Customer matertial info record) and create custom IDocs (Z-format) based on these changes. What is the best way to do this?

Best regards,

David

Accepted Solutions (0)

Answers (2)

Answers (2)

marcin_milczynski
Contributor
0 Kudos

Hi,

There are a dedicated BTEs (Business Tranaction Event) for this purpose (transaction FIBF).

- created customer material infos OUTBOUND_CALL_00504001_E

- changed customer material infos OUTBOUND_CALL_00504002_E

- deleted customer material infos OUTBOUND_CALL_00504003_E

You can assign your own FM to the BTE and send custom IDoc whenever there is a new/updated/deletd customer-material info record.

Regards,

Marcin

Former Member
0 Kudos

Hello again,

I saw that some companies use "field exits" to do this. Is there is alternative to field exits? For example event triggered background jobs?

http://wiki.sdn.sap.com/wiki/display/ABAP/Field+exits