cancel
Showing results for 
Search instead for 
Did you mean: 

What kind of Method types(supply function and event handler method)?

Former Member
0 Kudos

Method devide into hook method and instance method.

We can define method. Then this is instance method.

If so.. Is supply function and event handler method in instance method?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Seo

a supply method is exactly an instance method,which belongs to its controller(a view's controller or a component controller)

If you debug into a supply method and see the invoked methods,you will know the hiberarchy clearly.

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hello,

See this: [http://help.sap.com/saphelp_nw04s/helpdata/en/f1/177741adb7167de10000000a155106/frameset.htm].

Regards.