cancel
Showing results for 
Search instead for 
Did you mean: 

Where does the View Controller reside ?

Former Member
0 Kudos

Hi Gurus,

Some basic doubts : I can't see the View and Window Controllers in SE80 . Where does it reside ? or it can only be reffered through code.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The controllers can be accessed only by code, calling the wd_get_api on the wd_this, wd_comp_controller attributes.

Ofcourse, you can check the interface methods etc of if_wd_view_controller in se24.

Regards,

Nithya

mohammed_anzys
Contributor
0 Kudos

Hi jimmy,

You could go to the class CL_WDR_VIEW and see the implementations for the different methods.

Thanks

Anzy

Former Member
0 Kudos

What ever you declare under view will be called View controller and whatever you declared under Windows are window controller.

How to access : u can access this by Method and action tab .U can use Wd_this,WD_CONTEXT attributes also.

Answers (1)

Answers (1)

mohammed_anzys
Contributor
0 Kudos

Hi

Yeah , view controller is a controlling instance of the view that you create.And you can access this only during the run time.

Tahnks

Anzy