cancel
Showing results for 
Search instead for 
Did you mean: 

Data Binding in Web Items

Former Member
0 Kudos

In 3.5 it was possible to assign mulitple dataproviders to a web item. For example it was possible to assign 2 datprovider to the navigation block. This was useful where a web template had 2 dataproviders for a table and chart. Of course there would need to be common characteristics in both data providers.

Navigation changes made would effect both the table and chart.

In 2004s it does not appear to be possible to assign more than 1 data provider to a web item under data binding.

Does anyone know if this is the case OR is it possible to assign more than 1 dataprovider.

Thanks

Ian

Accepted Solutions (0)

Answers (1)

Answers (1)

sap_cohort
Active Contributor
0 Kudos

I don't think in 3.5x you were allowed to assign multiple Data Providers to a Nav Block...

Former Member
0 Kudos

It is possible: (refer to HTML below) Refer to setting "Affected Data Providers"

<P><object>

<param name="OWNER" value="SAP_BW"/>

<param name="CMD" value="GET_ITEM"/>

<param name="NAME" value="NAVIGATIONBLOCK_1"/>

<param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>

<param name="DATA_PROVIDER" value="DataProvider(1)"/>

<param name="CLOSED" value="X"/>

<param name="SHOW_AXES_GROUPING" value="X"/>

<param name="TARGET_DATA_PROVIDER_1" value="DataProvider(2)"/>

<param name="TARGET_DATA_PROVIDER_2" value="DataProvider(1)"/>

ITEM: NAVIGATIONBLOCK_1

Private_Member_9643
Active Contributor
0 Kudos

Ian,

This feature is still available with 2004s.

In the properties of Web Item, under Data Binding you can find option of list of dataproviders. By default it will show you only 1 dataprovider row, just click on left side icod of assigned dataprovider row, you will get one more row appended just below that row, now assign more dataprovider here.

@KJ...

Former Member
0 Kudos

Unfortunately there is no option to list multiple dataproviders for the navigation pane web item. It is only possible to assign 1 dataprovider. It does not have a section for "Affected Data Providers' like the "Analysis Item" and other items have available.