Question:
In the sap help text list in this link..last paragraph
http://help.sap.com/saphelp_bw33/helpdata/en/5d/53213c51febb2be10000000a11402f/frameset.htm
It mentions that a bookmark will display the current data with the saved navigational state and you can use it whenever necessary but it does not say anything on how to activate this option to show CURRENT DATA.
Any ideas or is the current data always displayed when accessing a bookmark.
_________________
KJ
Answer:
If you just bookmark from the context menu, it will always show current data. If you bookmark w/ data from the context menu, it will show the bookmark w/ the stored data from when the bookmark was created.
Syntax:
http://help.sap.com/saphelp_bw33/helpdata/en/2a/2da2394fbf4e6ae10000000a11402f/frameset.htm
<a href="<SAP_BW_URL CMD='BOOKMARK'>"> Bookmark </a>
This will just bookmark the navigational state, If you add the bookmar_data="X" it will store data w/ bookmark. The default option for bookmarking is always w/o data so it shows the current data.
_________________
As a rule I don't answer Questions in PM.
(this is not to be a d**k, but it is to allow everyone to benefit from information. Not just one person.) Ask a question in the forum and I will answer it if I can.
Answer:
Where do you write this code? In the HTML of Web Template or Web Application?
thanks
Kumar