cancel
Showing results for 
Search instead for 
Did you mean: 

Metadata constraint of Component is violated

Former Member
0 Kudos

Hi All,

I was trying to implement business graphics in a WebDynpro application and I encountered the following build error.

Web Dynpro Generation: Metadata constraint of Component <component name> is violated: BusinessGraphics "//WebDynpro/View:<package name>/RootUIElementContainer/Child:BusinessGraphics", Role "SeriesList": A minimum of 1 object(s) is required

Suggest me how to resolve this error.

Regards,

P188071.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185086
Active Contributor
0 Kudos

Hi

It seems a problem of your build reload the component and then build it.

For [Business graphics |http://help.sap.com/saphelp_nw04/helpdata/en/86/243f403f0a9354e10000000a155106/frameset.htm]use chart designer configure it and used it insight WD app and [BG|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/ce44a14c-0a01-0010-af89-d7dbd944f176&language=en] [original link is broken];

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi,

Your Netweaver Developer Studio Version might be different to the the NWDS where the project template is developed if you are using existing project.

May be It's a class path issue.

1. right click on project and goto properties

2. choose java build path

3. choose libraries tab

4. observe the jar files, if any jar files is showing warning,

take the name of the jar file and search in your system for that .jar file

5. If you find the jar files in your system, choose Add External jar files button

and give that path.

Deepak!!!

Former Member
0 Kudos

Dear Deepak,

Thank you for responding to my issue. However, I checked the Java build path and there were no warings / jar files missing..

Regards,

P188071