cancel
Showing results for 
Search instead for 
Did you mean: 

XMI Import

Former Member
0 Kudos

Hi,

I am trying to import model using XMI importer.

I am getting the following warning

"[Warning]: found 0 classes (out of 1) flagged for Web Dynpro import"

I have created .XML file using TogetherMoelling in the IDE.How can i enable the webdynpro flag while exporting to XMI format ??

Regards, VIP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

How to enable webdynpro profile ??

Regards, VIP

Former Member
0 Kudos

To enable WD UML profile:

1. Right-click on opened project in tree.

2. Last pop-up menu item "Properties"

3. In opened dialog choose "UML Profiles"

4. Check "UML Profile for SAP NetWeaver(tm) Developer Studio"

5. Click "OK"

VS

0 Kudos

Hi Valery,

We have the same problem. We are using the real Together for SAP edition.

We tried with just one simple class, with getters, setters, and corresponding fields, according to <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c5/a9592b4405c140b86f5a2e7aecc0ae/content.htm">the rules in help.sap.com</a>

Do you have any idea what could go wrong? We checked the logs of the IDE, but we didn't find any further explanations...

Thanks in advance

Konstantin

Former Member
0 Kudos

Konstantin,

And what <b>actually</b> goes wrong???

VS

0 Kudos

Hi Valery,

the same message -

"[Warning]: found 0 classes (out of 1) flagged for Web Dynpro import"

but may be I have some idea - there is a patch for Together to export XMI in SAP suitable format...I hope this will do.

Thanks and regards

Konstantin

Former Member
0 Kudos

Hi,

If I understand you correctly, you are using built-in NW IDE plugins from Borland.

Then my first question is have you enable WebDynpro profile via Project / Properties menu?

VS