Hi Experts,
In my SAP Portal 7.4, the Portal Application (migrated from 7.0) is unable to traverse to portal link.
I followed the below reference.
Creating an OBN Link (Portal Runtime) - Portal - SAP Library
But got error for 2 classes com.sapportals.portal.navigation.NavigationSettings & com.sapportals.portal.navigation.NavigationParameters that they cannot be resolved...
while for the below code especially on navGenerator.createAbsoluteNavigateClientCall(launchUrl,navParams,navSettings);
com.sapportals.portal.navigation.NavigationSettings navSettings = new NavigationSettings(); | |||||
com.sapportals.portal.navigation.NavigationParameters navParams = new NavigationParameters(); | |||||
navSettings.setMode(INavigationConstants.SHOW_INPLACE); | |||||
linkString = navGenerator.createAbsoluteNavigateClientCall(launchUrl , navParams, navSettings); |
My DC is already referencing to tc/ep/navigation/api.
Can anybody help on this.
Regards,
Lakshmikanthaiah