cancel
Showing results for 
Search instead for 
Did you mean: 

What is the use of Custom Controller in ABAP WebDynpro?

Former Member
0 Kudos

Hi,

Can you explain me about Custom Controller and its uses and some example on it?

I have gone through SAP help but not understand clearly. Wish to see some good explanation here?

Thanks in advance.

Regards,

Meera.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai Shaik,

1. Custom Controller is global controller same like component controller.Life time of the custom controller is through out the component.

2 . One Differenec is you can not make an Interface node in custom controller , but in component controller u can make any node as Interface node.This is the only differenece between custom and component controller expect this all other properties of component controller are applicable to custom controller...

Regards,

Naga Prakash.T

Answers (2)

Answers (2)

former_member450736
Active Participant
0 Kudos

In addition to above,

1. Custom controller can acts as "Config Controller"

2. it is bit different than component controller in the manner that Hook methods will be different here ( only two ) and

these methods will not participate in the phase model unless there is a method call of custom controller as opposed to component controller which always participate in the phase model.

someone please correct me for the last statment if i am wrong.

Edited by: kranthi kumar on Dec 31, 2010 11:37 AM

Former Member
0 Kudos

Hi All,

Thanks for the replies. I got a bit.I will try some examples now with Custom Controller.

Former Member
0 Kudos