cancel
Showing results for 
Search instead for 
Did you mean: 

Service Controller

Former Member
0 Kudos

Hi,

Can you please tell me What happens when you apply service controller ?

Advance Thanks,

Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

right click in compont controller - > Apply Template -> choose service controller

this will automatically create the code need to execute method the model in the component controller

also instantiate the model class in the init() method of the compoent controller .

And also you can apply service controller on the VIew which , call the execute method in the button

or so ,

Answers (3)

Answers (3)

Former Member
0 Kudos

Service controller in web dynpro is a wizard which helps to create required contexts and also an executable method for calling the remote enabled function module or web service.

Take a look at this:

http://help.sap.com/saphelp_nw70/helpdata/en/ce/a212403dbedd5fe10000000a155106/frameset.htm

--MLS

Former Member
0 Kudos

Hi Prasad,

I think you are talking about Service controller apply on Component controller,

when ever you apply the service controller on the comp controller, it will create a executable method under component comtroller which is able to execute your model,

when you apply the service controller you can do the model binding also,

Cheers,

Apparao

former_member185086
Active Contributor
0 Kudos

Hi

Are you talking about Component Controller in webdynpro and want to know what happen when we use this ?

What is Service controller in webdynpro (let us know)?

Best Regards

Satish Kumar