cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement of Component controller for EHP4

Former Member
0 Kudos

Hi Experts,

I need to enhance the component controller of a Standard Webdynpro componnet ERC_C_CAND_SELECT_UI. Can anyone hlep me out to enhance the componet controller.

Thanks,

Vijay.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

check out the following links used to enhance standard components:

For basic idea about enhancement :

http://help.sap.com/saphelp_nw04s/helpdata/en/0e/4d3e42fc94aa04e10000000a1550b0/frameset.htm

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f5612003...

With EHP4 ,there is new concept of Floor plan manager.

Check the cookbook for FPM too.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452...

I hope it helps you.

Thanx.

Former Member
0 Kudos

Hi Saurav,

Thanks for the quick reply. But i need to modify the existing standard component controller method. But I am not sure how to do it. Can u help in this regard.

Thanks,

Vijay.

Former Member
0 Kudos

hi,

There is some Enhancement and Switch Framework Concept.

With that you will be having some methods for each method:

PreExit Method- Called just before your method.

PostExit Method- Called after your method call.

You can write the logic there for a particular method.

Not much idea.

Go thru the links.

Thanx.