cancel
Showing results for 
Search instead for 
Did you mean: 

'Create Follow-Up' button

Former Member
0 Kudos

Hi,

In Incident we get a button ''Create Follow-Up'' at the top.

How to remove this button ?

Is there any config, where we mention, which transaction should have 'Create Follow-Up' button.

Regards

PK

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi PK,

you can remove the button via UI Component Workbench.

Navigate to the overview page, select Implementation Class at the structure Tab.

Then select method if_bsp_wd_toolbar_callback~get buttons.
Add coding e.g. ls_button-enabled = `X`.

Hope that helps.

kind regards, Valetta

kind regards, Valetta

wlacaze
Active Participant
0 Kudos

HI PK

You can use the "Create Follow-up button" to create any kind of documents (Problems, another incident,Knowledge Article, Change Request, Mails, Appointment), this button allow you to copy the content of the actual document in the next one that you want to create (There is a copy control rule in SPRO)

BR

@WenSolman