Hi Experts,
I am facing one issue regarding the Business objects in Portal.
There is a Business object created on Portal. Both Source and target iviews are present and configured.
I am trying to navigate it through method navigate_to_object of interface if_wd_portal_integration.
I am passing System alias, object type and operation defined in the Business object.
CALL METHOD lo_portal_manager->navigate_to_object
EXPORTING
system = 'SAP_ECC'
object_type = 'ECN'
operation = 'ZBO_OP_MATERIAL'.
But when i try to navigate it in portal, it does not work. it stays on the sender iview only.
I even tried providing the system instead of system alias, but did not work.
Please help....