Skip to Content
0
Former Member
Dec 04, 2006 at 12:30 PM

command sequences & bookmarks

26 Views

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