cancel
Showing results for 
Search instead for 
Did you mean: 

how to add the button in in header view of Change request component in CRM

0 Kudos

Hi All,

I have a requirement that i need to add a push button in header view of component i.e for RFC ticket component.

Component : AIC_CMCR_H

In google i am getting that i need to place a code in do prepare output.

But here in my case, i am not able to redefine do prepare output.

That option itself not coming.

So please guide me how to acheive this.

Earlier i had placed the button in Overview screen and it was displaying along with MORE option.

But user needs the button next to EDIT button.

Please help.Its urgent.

Accepted Solutions (0)

Answers (1)

Answers (1)

spencer_liang
Active Contributor
0 Kudos

Hi,

you may take BT126S_APPT/ApptSR as an exmaple.

Go to its implementation class and check do_prepare_out method.

You may add button here.

So some component/view, there might be a method get_buttons. You may add your button in it.

At the end, you have to develop your event handler method for this button.

Spencer