Skip to Content
0
Former Member
Nov 06, 2012 at 05:07 AM

Dynamic navigation from one component view to another component view is failing !

59 Views

Hello Experts ,

Dynamic navigation is failing

Following is the code i have written ,

cl_crm_ui_descriptor_obj_srv=>create_ui_object_based(
EXPORTING iv_ui_object_type = 'ZCDP_LIBRARY'
iv_ui_object_action = 'D'
RECEIVING rr_result = lr_nav_descr ).
CHECK lr_nav_descr IS BOUND.

lr_navigation = cl_crm_ui_navigation_service=>get_instance( ).
CHECK lr_navigation IS BOUND.

**** Check whether navigation is supported
IF lr_navigation->is_dynamic_nav_supported( lr_nav_descr ) NE abap_true.
RETURN.

Ther is some customizing missing i guess. Please help where to do this customizing to get the dynamic navigation working.

Thanks and Regards,

Nikhil Kulkarni