cancel
Showing results for 
Search instead for 
Did you mean: 

data from ecc to xi to mdm

Former Member
0 Kudos

Hello

would you please let me know how data data flow from ECC-XI-MDM

Thanking you

Accepted Solutions (1)

Accepted Solutions (1)

deepak_shah
Contributor
0 Kudos

Hi,

1.You can create proxy or use IDOc/ RFC's at ECC that sends data to XI.

2. From XI you can create file channel that dumps file into the mDM directory.

3. In MDM you can then import the file from the directlory using MDM import manager.

You can get several blogs on sdn for such scenarios

regards,

Deepak.

Edited by: Deepak Shah on Jan 28, 2010 6:00 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks Raj and deepak.

I am using MDM 5.5 ,PI 7.0 and ECC 6.0 ...can you explain me clearly about this tcodes MDMGX and MDMGX_CLNT_EXT??

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Raj,

MDMGX is used to extract reference data(Lookup table data) from ECC. SAP MDM business content comes predefined with standard package for different master data like customer, material, vendor ....MDMGX offers loading the reference tables from ECC and also refreshing them in MDM at a predefined frequency.

MDM_CLNT_EXTR is used for loading master records from ECC to MDM.

If you need any more info regarding MDM stuff,better to post in MDM forum,you get accurate replies.

Regards,

Raj

former_member200962
Active Contributor
0 Kudos

For these tcodes you should try posting (or searching) in MDM forum...it has many references there:

For IDOC configuration you can refer this:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e...

Regards,

Abhishek.

Former Member
0 Kudos

Hello guys

I need specially sending customer master data ,vendor master data to XI to MDM.

what are the configuration should be required in ECC for sending any master data??

deepak_shah
Contributor
0 Kudos

Hi

For vendor master use IDOc of type CRemas.

for customer master use idoc OILDEB,

Configuration for sendinf any master data from ECC to XI

1. create RFC destination of type 3 in ECC using SM59 and point to your XI system

2. Create Communication Port for IDoc Processing using Transaction WE21 select the RFC destination created in above step.

3. Create Logical System (LS) for IDoc Receiver System: Transaction BD54

4. Create Partner Profile with Outbound Parameter. Transaction WE20

-Deepak.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

its very simple and you will find step by step documents .

You need to cretae RFC destination,Port details in SAP ECC side,and XI side,

search any in sdn og google with term IDoc to File Scenario,you wil get mant documnets,and follow the configurations steps as per search result

Let me know which version of MDM and XI are you using.??

Regards,

Raj

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Simple search will give many blogs and threads,,,,,,

If you are using MDM7.1 , then you can use MDM-PI adapter to post data directly in to MDM System,

SAP ECC>XI>mdm-pi adapter[MDM].

previous versions MDM5.5 we use File adapter to send data to local File System,from there MDM import maager will import Data in to MDM.

SAP ECC->XI->File Adapter[FileServer]---->MDM.

Regards,

Raj

Former Member
0 Kudos

Check the below thread and blogs on the same...

/people/balas.gorla/blog/2006/09/27/mdm-xi-r3-integration

/people/sriram.vasudevan3/blog/2005/09/01/mdm-55-data-distribution-using-sap-xi

Regards,

Swetha.