Question:
Hi everybody,
I did implement the 'one step bookmark' from the BW expert, with the help of the comments taken from Stephen (SBobcat). Users loves it and it works fine.
Now, they would like to have the 'Bookmark with data' done. As I am not a Java expert...at all, I would appreciate some help.
Tks
Answer:
simply change the cmd from BOOKMARK to BOOKMARK_DATA. That should be all you have to do.
Make sure they understand what the bookmark with data means before implementing this code. Also, make sure you understand the impacts on the system with everyone doing the bookmark with data form a sizing perspective.
Hope this helps.
thanks,
jlaruss
Answer:
Tks a lot for the fast response,
For our users, hey are advised thru their training course on the consequences of using the bookmark with data extensively.
I changed the CMD to BOOKMARK_DATA, but it reacts like a standard bookmark, which is, when I call the bookmark with data back, I can expand the hierarchy, suppress zoom, etc... which is not allowed in a bookmark with data.
Also, while the regular bookmark was working pretty fast with the same routine, the bookmark with data is waiting for the delay time set (20 sec. in my case) to give back the 'add to favorites' window of the navigator.
When I completely disconnect from the Web and then call the newly set bookmark with data, I get the logon screen, then a message saying that the Web application was interrupted. If I ask for more details, it says that the navigational state is wrong.
I verified the properties of the bookmark, and the BOOKMARK_ID is missing. I get this instead : http://........../sap/bw/BEx?SAP-LANGUAGE=F&PAGENO=4&CMD=BOOKMARK_DATA&REQUEST_NO=1
which is not valid compared to the standard one.
Any ideas of what is wrong?
Your help is appreciated
Answer:
Hi everybody,
This is to close the subject.
After other research thru the Developer network. I found the exact command.
CMD='BOOKMARK' BOOKMARK_DATA="X"
Tks again for all your time,
Guylaine
Answer:
Bookmark with data is still going to force you to logon, but unlike bookmark, you cannot refresh the variable values. What you see is what you get.
Thanks,
jlaruss