cancel
Showing results for 
Search instead for 
Did you mean: 

BEx Local view by current user

0 Kudos

Hi,

I’m trying to build a BSP to be included in our web template. The idea is allow the user choose his own local views by web template.

In order to do it we’re using the transparent table RSLOCALITEMVIEW for current user due to get all local views.

The link composing for URL is like that:

CONCATENATE '/sap/bw/BEx?'

'sap-language=' sy-langu

'&bsplanguage=' sy-langu

'&CMD=LDOC'

'&TEMPLATE_ID=' RSLOCALITEMVIEW-TMPLID

‘&DATA_PROVIDER_ID’ = RSLOCALITEMVIEW-DATA_PROVIDER_ID

In first moment the code seemed to be right because the first page brings the parameter screen perfectly, but when we try to execute it we get the error below:

Diagnosis

Data provider EADGRVWXGVCLWXTOR298PIU8V is not in the "List of Query Views" list.

System response

Procedure

Make sure that data provider EADGRVWXGVCLWXTOR298PIU8V is available in the "List of Query Views" list in the Web item "Query View Selection".

Procedure for System Administration

Notification Number RSBCT_WEBITEM 001

Any idea?

Fernando Faian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please post your question in the

Armin

0 Kudos

Hi... thanks everybody. I've already solve this issue.

CONCATENATE '/sap/bw/BEx?'

'sap-language=' sy-langu

'&bsplanguage=' sy-langu

'&CMD=LDOC'

'&QUERY=' localheaderview-COMPID

'&INFOCUBE=' localheaderview-infocube)

'&DATA_PROVIDER_ID=' localitemview-data_provider_id

see you,

Faian

Answers (0)