cancel
Showing results for 
Search instead for 
Did you mean: 

Interface controller' s context data is null

vipin_v2
Participant
0 Kudos

Hi,

During the initial loading of my web dynpro component i am trying to fetch a value which gets passed from BPM' s process context. For this i copied the context attribute from component controller' s context node and pasted the same in interface controller' s context node and i have made my component as public.

( i am dirrectly accessing the component controller' s context attribute via: wdcontext.currentcontextelement.get<attribute>)

However when i am trying to open the application through UWL task i am getting this context attribute value as null.

I tried going through many of the forums and blogs but couldn't find an appropriate way to solve or trace the problem.

Any helpful (pointers/ suggestions/ solutions) will be greatly appreciated.

Thanks,

Vipin.

Accepted Solutions (0)

Answers (2)

Answers (2)

p330068
Active Contributor
0 Kudos

Dear Vipin,

Have you created the context mapping with component controller to interface controller in DIAGRAM VIEW.

Click on the link on top of component controller name in the webdynpro project.

Best Regards

Arun Jaiswal

junwu
Active Contributor
0 Kudos

http://help.sap.com/saphelp_nw72/helpdata/en/48/cae1791e774da5e10000000a421937/content.htm

check that doc which tells you when you can access the context fed by the bpm.