cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Command Sequence in Command URL

peter_chiu
Discoverer
0 Likes
151

Hello everyone. I'm having a problem with a command sequence using the Web Template as a Web Item. The command resets data providers TOPN1 and TOPN3 to new queries.

I have the following command sequence in a Web Template:

<SAP_BW_URL DATA_PROVIDER='TOPN1' CMD='RESET_DATA_PROVIDER' INFOCUBE='ZDL_M03' QUERY='ZZDL_M03_Q0001' CMD_1="DATA_PROVIDER=TOPN3&CMD=RESET_DATA_PROVIDER&INFOCUBE=ZDL_M03&QUERY=ZZDL_M03_Q0002&RRI=X">

The command sequence is working correctly in this Web Template, template SUBTEMPLATE. However, this template is being called in another web template, MASTERTEMPLATE, via the web template item. When the command is called as part of MASTERTEMPLATE, only the first DataProvider, 'TOPN1', is being reset. The second dataprovider, 'TOPN3', is not being reset.

I am running BW 3.5. Just to reiterate, when called as a standalone web template, the command sequence works correctly. When called as part of another web template, the command sequence is only resetting the first dataprovider in the command sequence. Has anyone come across something like this? Any help would be appreciated. Thanks.

Edited by: Peter Chiu on Jun 13, 2008 12:36 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Peter,

I have a similar issue under BW 3.5 except that I have not had any success with command sequences. I have web templates that I use as menus to get to the web template that has the command sequence assigned to a button. When I change the command in the command sequence to handle either of the commands as a single command it works fine.

I noticed that you used double quotes on the CMD_1 string whereas examples I have seen use single quotes. I don't know if that is the issue.

I'm not helping you much but at least you know you are not alone with this issue.

If I have any success in overcoming it I will let you know.

Regards

Rob