Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: Recent Objects Management SAP CRM

$
0
0

Hi Mike,

 

It is not intended to remove the items from the Recent objects.

 

You can try the following code.

DATA: lr_recobj TYPE REF TO cl_crm_bsp__recentobject0_impl.

    lr_recobj = cl_crm_bsp__recentobject0_impl=>get_instance( ).

    IF lr_recobj IS BOUND.

      lr_recobj->on_entity_deleted( lr_root ).

    ENDIF.

 

Thanks & Best Regards,

Leon


Viewing all articles
Browse latest Browse all 7775

Trending Articles