cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Reverse Context Mapping

Former Member
0 Kudos

Hi,

How to achieve reverse context mapping dynamically..

If any one knows pls provide me the method name to be used.

Thanks,

Sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi its possible ,

Please see example web dynpro Component <b>wdr_test_events</b>

See view <b>TREE_RECUR_DYNLOAD</b> .

Here node of similar type are created dynamically .

Long back i had such req. to creat tree node dynamically ...I did it using this only

Regards ,

Parag

Former Member
0 Kudos

Hi Parag,

I think you didn't get the question properly.Please let me explain once again.

The situation is, with in my component I created a context in the component controller dynamically by calling the method ADD_NEW_CHILD_NODE.

Now I want to mapp this node to another comonent at run time.

Here my component is the parent component and I am using a child component salv_wd_table, which has a context DATA. So at run time I want to mapp my dynamically created context to the DATA node of the child component. That is Dynamic Reverse Context Mapping.

If anyone knows how to achive this, pls provide me the method to be used.

Thanks,

Sankar

Former Member
0 Kudos

hi sankar....

there is a method "SET_MAPPING_COMPLETE" in the class

"IF_WD_CONTEXT_NODE_INFO". here you can mention your controller

for mapping. try this out.

---regards,

alex b justin

Answers (0)