Skip to Content
0
Former Member
Nov 01, 2005 at 10:33 PM

vairable in web interface

26 Views

I have build a web application by using the BPS_WB. In this application, there is one layout- lauout1, two viarables-"from_cost_center" and "to_cost_center" and one function-copy.

The requirments is to allowed the user to run the copy function for a specific record (line). user only need to fill up the value for "to_cost_center" variable , while the value for "from_cost_center" vairable should be automatically filled up by the selected line's cost center.

In order to run the function against only specific line, in my layout property, I define the "Excel Web Component" property as "True" and "Row/Cell Selection" property as "line".

For the variable of "from_cost_center", the property for source for selection is defined as "loyout1" and appearance as "hidden".

For the variable of "to_cost_center", the appearance is define as "helpinput".

Everything looks OK.

then I launch my web application.I set "20015" for the value of variable "to_cost_center". then I choose the line 10 as the line I want to copy where the value for cost center is "20020". then I click the "edit object for selected row/cell" icon just above the excell layout, this going to tell the system that I need to copy line 10 with cost center 20020 to a new line with cost center 20015. But the error message indicated that the from_cost_center need to be restricted to single value.

looks like "from_cost center" varaible did not filled up by the line 10's cost center value.

I have done this successfully before on SEM-BPS 4.0 at my previous client, the current client is using BW-BPS 3.5.

Anybody can throw me a light?

Thanks,