Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle custom component data on overviewset save button CRM UI

Former Member
0 Kudos

Hi,

I have added a custom component to a standard view which is enchanted.

I can handle any data with my buttons on the component but after editing data

i need the save the data when the save button on the overview(top) is pressed.

I have redefined save button of overview but i cant get my data.

My node name is Root. I think i couldnt bind it to overview.

How can i do that?

Thank you

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You need to create your own button, and add save functionality on that button only.

standard save will work as SAP given functionality we cannot change the standard features.

Thanks!

kishore

2 REPLIES 2

Former Member
0 Kudos

Hi,

You need to create your own button, and add save functionality on that button only.

standard save will work as SAP given functionality we cannot change the standard features.

Thanks!

kishore

0 Kudos

Probably it can be done by

http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUITechnical-CreatingTableViewInWebUI

i am trying

Thank you