cancel
Showing results for 
Search instead for 
Did you mean: 

Create Multiple dynamic Node in Web Dynpro Abap

Former Member
0 Kudos

Hi Friends,

I need your help.My object is to create Multiple dynamic dropdown UI element.I am able to create this dynamic Dropdown element. But i need to assign default different values to this dropdown elements.So i created dynamic nodes for each dropdown and created attribute with same name as that of value table.

My issue is its giving me error as : -

Lower-Level Node with Name ZDCN_BRD_STATUS.ME Does Not Exist

Help me to rectify this error..

Regards,

Santosh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved myself

Former Member
0 Kudos

Hi,

This information is not enough for anybody to help you. Write more in detail about your code and where exactly in the code this error is coming.

One trial experiment can be that you split your problem into two or more level.

Create several nodes in your context with attribute and sample data.

Create Dynamic UI (DDBI) and Bind these attributes to your DDBI.

When it works perfectly, then tryout how to create the Node and attribute dynamically. This way you are not making it too complex to solve this problem.