cancel
Showing results for 
Search instead for 
Did you mean: 

Qusetion on 'System News' Link

Former Member
0 Kudos

Hello All -

In talking with out client, they wanted to remove the 'System News' Link at the top right, they would not use it. We are still talking to them about keeping this. I wanted to check though, does anyone know how this link could be removed. It does not show up in the config for the UI.

Thanks,

George

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi George,

you can't remove the link by configuration.

You have to enhace the component where the link is created:

Go to component CRMCMP_HDR_STD.

Enhance it.

Enhance view CRMCMP_HDR_STD/GlobalFunctions.

Change the page GlobalFunctions.htm and delete the link code where the system news are opend (look for

cl_crm_ui_sysmsg=>get_script_sysmsg_open( abap_true )

) and delete the whole line.

Now there link isn't appearing anymore.

If you don't want to show any of the links at the top right, you can do it by customizing view CRMV_UI_LAYOUT (show global funktions = off).

Regards,

Claudia

Answers (0)