Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Namespace error in DMEE when loading XML for note 1535966

Former Member
0 Likes
1,141

Hello,

I am trying to implement note 1535966. We are on version 4.7. This involves uploading a SAP XML file using transaction DMEE.

I have downloaded the Files.zip as the note suggests, but when I load the XML (for instance IDUS99C_1099C.XML) in DMEE I get the error message:

Choose the key from the allowed namespace

Message no. SV019

Diagnosis

You have attempted to create an entry and have used a key which is not in your namespace.

Further information (when I hit enter after the error), I get another message that says:

XML File Has Been Generated in a Higher SAP Release.

Message no. DMEE130

Diagnosis

You are importing an XML file that was generated in a higher SAP

release. Certain DMEE features may not be supported in the current

release, 620, which might make the tree in the current system different

from the one in the source system.

Can anyone help me solve this problem and get these Format Trees uploaded?

Thank you!

Jeremy

1 REPLY 1
Read only

Former Member
0 Likes
614

Forgive the answer to my own question, but I solved this through the help of a co-worker.

We edited the actual XML that was sent to us by SAP in the files.zip folder and changed the BasisRelease in the 4th line below to match what we have (620) rather than the 700 that was in there.

From that point, we could just hit [enter] through the various warnings and it seemed to save and activate OK.

<?xml version="1.0" encoding="utf-8"?>

<Document>

<Converted Target="620">

<BasisRelease>620</BasisRelease>

</Converted>

<Header>