cancel
Showing results for 
Search instead for 
Did you mean: 

Services Master data from ECC and extending IDOC's

Former Member
0 Kudos

Good day all,

Has anyone experience with the following scenarios:

1) IDOC type SRVMAS extraction to MDM via MDM_CLNT_EXTR

2) Customizing IDOC's for custom fields for both export to and import from MDM.

Any documentation or links will be awarded with points....

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Charles,

Refer

Hope it helps.

Thanks,

Minaz

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Could you extract service master using MDM_CLNT_EXTR ? We have a similar requirement of initial upload of Service master from R/3 to MDM.

Regards,

Chandresh.

michael_theis
Active Contributor
0 Kudos

Hi Charles,

you should try solving your task in the different sequence:

1) Enhance the IDoc Type to ensure a stable IDoc message

2) Add the IDoc Type to MDM_CLNT_EXTR.

MDM_CLNT_EXTR has no standard deliverables for the SRVMAS IDoc. But you can use the transaction's framework to create one. This includes the creation of a specific extraction object. The extraction object encapsulates usually the IDoc message type (that's why this one should be stable) and extraction logic (e.g. a function module) that collects the data from ECC.

Are you familiar with [SAP Note 1035601|https://service.sap.com/sap/support/notes/1035601]? It contains some useful information how-to create an extraction object of your own. Of course, you can always have a look at the delivered ones (e.g. for customers or vendors), too, to get an idea how possible extraction coding might look like.

Best regards

Michael