cancel
Showing results for 
Search instead for 
Did you mean: 

Subscribe Functionality in cFolder

Former Member
0 Kudos

Hi All,

We want to disable the "Subscribe" functionality in cFolder.

How do we manage this?

Does it call for enhancement?

Thanks

Yogesh Pande

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello yogesh,

this is quite simple,

se24

class cl_cfx_fol_ui

method : PG_FOL_DE_INIT_MAIN_GROUP

LINE 272 here is the subscription Checkbox added to the page.

comment this line and it will not be visible any more

CALL METHOD lp_so_inputlist->add_element( ip_inputfield = lp_so_checkbox ).

sincerly yours

Marcus Wagler

Former Member
0 Kudos

Thanks Marcus,

I will make the changes as mentioned by you and will share the results.

Thansk agains

Yogesh

Answers (0)