cancel
Showing results for 
Search instead for 
Did you mean: 

Using the getHashed() and getName()

Former Member
0 Kudos

Hi All,

Can you please explain me how to use these methods???

getName() and getHashed()

[http://help.sap.com/saphelp_nw70/helpdata/en/3c/125b07ce964b1eac2115b7b3c8bf9f/frameset.htm]

My requirement is to know if I can get the original url from the hashed url as I have to do some operations based on the url.

Regards,

Noufal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check the last part of this blog.

From this blog, you can understand that you can retrieve the long and hashed url from navigation node which is INavigationNode.

Navigation API:

http://help.sap.com/saphelp_nw04s/helpdata/en/68/6fc3400f230366e10000000a1550b0/frameset.htm

Details and example to use INavigationNode:

http://help.sap.com/saphelp_nw70/helpdata/en/43/00c110606a5277e10000000a1553f7/frameset.htm

http://help.sap.com/saphelp_nw70/helpdata/en/43/0029d0e7371aa2e10000000a422035/content.htm

Regards,

Harini S

Former Member
0 Kudos

Hi Noufal,

these methods are used to build up a navigation. Each navigation entry is represented by a node object (http://help.sap.com/javadocs/NW04S/SPS09/ep/com/sapportals/portal/navigation/INavigationNode.html). For more information how to use this node objects and these methods, see http://help.sap.com/saphelp_nw04s/helpdata/en/42/f35146a7203255e10000000a1553f7/frameset.htm

Best Regards

Philipp