Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BI analysis authorization, checking for not equal to values

Former Member
0 Likes
720

hello,

the info provider (ZIC_COPA) is having auth. relevant char. are 0COMP_CODE, PLANT, 0SALESORG.

When i am executing query which is built on ZIC_COPA info provider. It is checking all above charcteristics value. But in RSECADMIN i found that system is checking for not equal to values. For ex. please see below RSECADMIN trace. It is checking not equal to values for PLANT. does anybody know why it is checking NOT PLANT IN values??

0COMP_CODE

0PLANT

0SALESORG

SQL Format:

COMP_CODE IN ('1000',,'3200')

AND NOT PLANT IN ('1000','3200')

AND SALES

ORG IN ('1000',','3200',')

AND TCAACTVT = '03'

Note: There is no hardocoding or exclusion values in the query.

Regards

Imran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Hello imran,

check couple of things first; In your analysis authorization you have to assign # sign so if there is no data then # will be assigned and you will not going to have any error.

Second check your analysis authorization for CP, BP what you put and change some the values

Best Regards,

Faisal

hello,

the info provider (ZIC_COPA) is having auth. relevant char. are 0COMP_CODE, PLANT, 0SALESORG.

When i am executing query which is built on ZIC_COPA info provider. It is checking all above charcteristics value. But in RSECADMIN i found that system is checking for not equal to values. For ex. please see below RSECADMIN trace. It is checking not equal to values for PLANT. does anybody know why it is checking NOT PLANT IN values??

0COMP_CODE

0PLANT

0SALESORG

SQL Format:

COMP_CODE IN ('1000',,'3200')

AND NOT PLANT IN ('1000','3200')

AND SALES

ORG IN ('1000',','3200',')

AND TCAACTVT = '03'

Note: There is no hardocoding or exclusion values in the query.

Regards

Imran

3 REPLIES 3
Read only

Former Member
0 Likes
605

Hello imran,

check couple of things first; In your analysis authorization you have to assign # sign so if there is no data then # will be assigned and you will not going to have any error.

Second check your analysis authorization for CP, BP what you put and change some the values

Best Regards,

Faisal

Read only

Former Member
0 Likes
604
Read only

0 Likes
604

Dear,

Resolved.

Thanks