Start of Content Area

Function documentation Resetting and Reinitializing Data Providers Locate the document in its SAP Library structure

Use

You use this command to reinitialize existing data providers of the query or query view type. The data provider is recreated according to the parameters. The corresponding Web items display the data for the new data providers.

Caution

If you are using a Web item that requires, for example, a specific characteristic (such as filter dropdown box ), you need to make sure that the new data provider also supports this characteristic.

Features

CMD

RESET_DATA_PROVIDER

Parameter

Description

INFOCUBE

Technical name of the InfoCube

QUERY

Technical name of the query

VARIANT (optional)

Variants, if you are required to enter a variable

RRI (optional)

‘X’ = Yes, ‘  ’ = No

The report-report interface is used to convert the data provider. Jump targets by report-report interface do not have to be maintained for this purpose.

or

CMD

RESET_DATA_PROVIDER

Parameter

Description

DATA_PROVIDER_ID

Technical name of the view

VARIANT (optional)

Variants, if you are required to enter a variable

RRI (optional)

‘X’ = Yes, ‘  ’ = No

The report-report interface is used to convert the data provider.  Jump targets by report-report interface do not have to be maintained for this purpose.

 

Example

Converting the ‘View1’ data provider to another query:

<SAP_BW_URL DATA_PROVIDER='View1' CMD='RESET_DATA_PROVIDER' INFOCUBE='myCube' QUERY='myQuery'>

Converting the ‘View1’ data provider to a saved view:

<SAP_BW_URL DATA_PROVIDER='View1' CMD='RESET_DATA_PROVIDER' DATA_PROVIDER_ID='myViewID'>

Converting the ‘View 1’ data provider to a saved view with transfer of filters and variable values:

<SAP_BW_URL_DATA_PROVIDER=’View1’ CMD=’RESET_DATA_PROVIDER’ DATA_PROVIDER_ID=’myViewID’ RRI=’X’>

 

 

 

 

 

 

End of Content Area