cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Navigation Connector

Former Member
0 Kudos

Hello,

I try to make a custom navigation connector and I don't find the .jar file that contains the "AbstractNavigationConnector.class" to extend and start the service, anybody know where is it?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

the Problem with the AbstractNavigationConnector-class is that it does not exist!

It is probably a typo in the documentation, because you can use com.sapportals.portal.navigation.AbstractNavigationConnectorExt

which implements exactly the functionality which is documented for the Navigation Connector.

You can find this class in

com.sap.portal.navigation.api_service_api.jar

Best regards,

Stefan Brauneis

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can find the AbstractNavigationConnector class in com.sap.portal.navigation.api_service_api.jar. I don't know in which version it was added. In NetWeaver 2004 SP 13 this class did not exist. In NetWeaver 2004s SP 8 it exists.

Regards, Oliver