What settings are to be done to navigate between components -
1. From the outbound plug of your source window call( ).
nav_service = cl_crm_ui_navigation_service=>get_instance
CALL METHOD nav_service->navigate
EXPORTING
iv_link_id = linkid. The link id is your logical link id.
2. Create your logical link with a target id and an object type. You can get a target id when you create a inbound plug entries for your target view/window.
3. In CRMC_UI_NBLINKS connect the logical link, target id and the object type.
1. From the outbound plug of your source window call( ).
nav_service = cl_crm_ui_navigation_service=>get_instance
CALL METHOD nav_service->navigate
EXPORTING
iv_link_id = linkid. The link id is your logical link id.
2. Create your logical link with a target id and an object type. You can get a target id when you create a inbound plug entries for your target view/window.
3. In CRMC_UI_NBLINKS connect the logical link, target id and the object type.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.