cancel
Showing results for 
Search instead for 
Did you mean: 

MDM syndication into ECC using BAPI for vendor master upload

Former Member
0 Kudos

Hi,

I want to upload vendor master data into ECC system from MDM syndicator using BAPI instead of syndiating a text file and uploading via LSMW. Is there any way to upload Vendor master upload from MDM syndicator to ECC using BAPI ? I would like to use the following fields for upload of the vendor master.

Vendor Number
Account Group
Title
Name 1
Search Term 1
Street
City
House Number
Country
City Postal Code
Region
PO Box
PO Box Postal Code
Language
Fax Number
Phone Number
E-Mail
Authorization Group
Trading Partner

Can anybody advise please !!!!!!!!!!!!!!!!!!!!!!!

Accepted Solutions (1)

Accepted Solutions (1)

Muniyappan
Active Contributor
0 Kudos

Hi Ko,

you can do this using MDM -> PI-> RFC Scenario.

You need message type or external defintion which will be used in the sender system.

Using the message type mdm team can create Syndication maps.

Receiver side you need a RFC which will be used for uploading vendor data in ECC side.

Thanks.

Former Member
0 Kudos

Hi Muni ,

Can you explain in detail Please.

Thanks

Muniyappan
Active Contributor
0 Kudos

Hi Ko,

let say you have table called vendor in MDM with the above mentioned fields.

Now whenever you upload a data it should be sent to ECC.

Uploading data will be done using MDM import manager.

Sending data to PI will be taken care by MDM  Syndicator.

You create a data type and then message type with the above mentioned fields.

Now give this Message type to mdm team to create syndication maps.

MDM team will take care of creating ports,syndication maps for this vendor master.

after that whenever you do the upload you will get message to pi system in the form of xml(you have to choices txt and xml).

Adapters:

Sender:

if you are in MDM 7.1  you can use PI MDM adapter.

when upload happens copy of every record will be sent mdm's ready folder. from there mdm adapter will pick the file and send it to PI.

for MDM 5.5  you can use file adapter to connect mdm and pi.

Receiver:

you can use RFC Adapter.

Regards,

Muniyappan.

Former Member
0 Kudos

Hi

Thanks for your reply. When i execute syndication from MDM syndicator is there any possible way of uploading data directly into ECC, without manual intervention of generating into TXT file and loading via LSMW into ECC.

thanks

Muniyappan
Active Contributor
0 Kudos

Hi Ko,

if you have interface which connects MDM and ECC then you don't need to do any manual activity.

When you syndicate the record, the syndicated record will directly go and sit in the ready folder(which is in MDM server).

MDM adapter polls this folder.whenever files come to this folder it will pick and send it to PI.

then PI can send this record to ECC.

if you are still looking for way like from syndicator the record should directly go to(without PI) ECC using BAPI wait for others reply.

Regards,

Muniyappan.

Answers (0)