cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDG-S IMPORTING MASTER DATA FROM XML FILE

former_member314998
Participant
0 Kudos


Hi ,

  I am trying to import master data from xml file which I already stored by AL11 for supplier initial load.

But after getting success message logs showing that ' File vendor.xml ignored'.

Pls give some valuable input.

Thanks,

SAMRAT

Accepted Solutions (1)

Accepted Solutions (1)

akshay_sinha
Explorer
0 Kudos

Hello Samrat,

What you see in the log is an expected behavior. Data Import will ignore files that do not have the relevant Message type.

Below is how Data Import works -

1. Goto Tx. MDGIMG. Master Data Governance >> General Settings >> Data Transfer >> Define Object Types for Data Transfer.

2. Select the Object type (in your case SUPP). Goto 'Detailed information for Object types'. This shows the valid Message Data Types, and their corresponding Import classes.

3. During Import the processing logic determines the Message type of the file, and compares it with the Message data Types found above, in order to determine the handler Import class.

If no handler is found for the Message Data Type in your file, then the message that you encounter, is returned. Therefore, please correct your file and provide the correct Message Data Type in it.

Best Regards,

Akshay

former_member314998
Participant
0 Kudos

Thanks Akshay for your valuable input.

Now I can upload file by changing message type.

Thanks,

Samrat

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi  Askhay

How it dervies message data type of a XML file . Can you check XML file ignored

Former Member
0 Kudos

Hi Samrat,

I want to know how did make XML file for supplier SOA structure.

I have csv file for supplier. How can I make it to map SOA structure?

Please reply. Looking for ward for your input

Thanks and regards

Abhimanyu

michael_theis
Active Contributor
0 Kudos

Hi Samrat,

according to the message log you're trying to import addresses (message type = ADRMAS02). This is not a vendor!

Best regards

Michael

former_member206605
Active Contributor
0 Kudos

Hello Samrat

Have you created logical path and stored the file?

Kiran

former_member314998
Participant
0 Kudos

yes.