cancel
Showing results for 
Search instead for 
Did you mean: 

When do we need to use the context of the window in webdynpro?

Anindya
Explorer
0 Kudos

When do we need to use the context of the window in webdynpro abap? Please explain with the help of a  scenario wherein we must use the context of the window or using it will be meaningful ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186016
Active Contributor
0 Kudos

Hi,

I haven't seen any usage till now. Will be interesting to know the exact scenario.

For cross component sharing: We can always use component controller context and make it interface=true to make it available outside.

Windows are used mosty to expose UI related things outside via interface view or more specifically embedding diffierent UIs using view containers.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

Normally we don't use or need to use the context of the component controller or window becoz it is used only in particular situations like when sharing components from one application into another

so prefer using context of view only ie, create context to view level if you want to use it as a standalone application.

also please refer below links for help

http://scn.sap.com/docs/DOC-2213

and

http://scn.sap.com/message/9922182

any other query?

Regards,

Manu