Hi all,
is it possible to construce an url that does the bookmark function using command sequences? I tried the following, the URL is constructed correctly, but the bookmarking isn't executed:
var url = SAP_BW_URL_Get() + '&CMD_1=ITEM%3DTABBOOKMARK%26CAPTION%3Dtest'+'&CMD_2=BOOKMARK';
SAPBWOpenURL(url);
thanks in advance,
Tom