cancel
Showing results for 
Search instead for 
Did you mean: 

Call methods from view controller to another (enhanced) view controller!

Former Member
0 Kudos

Dear All,

Is it possible to use/call methods from view controller to another (enhanced) view controller? Iu2019ve created a view using enhancement in standard WD component. I would like to call one method from standard view controller in the enhanced view controller.

Is it possible to include text symbols as enhancement in standard class?

u2026Naddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you have just enhanced an existing view then you can call the standard methods in one of the new methods which you will create as part of enhancement.

If you have created a totally new view using enhancement framework option ( Create as Enhancement ) then in this new view you won't be able to use existing methods in other view as a view controller is private in nature. So all the view attributes, context nodes and methods are Private to that view only.

Regarding text elements, I guess adding a new text element is just a table entry in text table and is therefore not recorded as enhancement.( Not very sure about this, need to double check )

Regards

Manas Dua

Answers (0)