Skip to Content
0
Former Member
Jan 06, 2012 at 11:50 AM

User exit help?

33 Views

I need a user exit which will be executed before the variable pop up screen appears at BEX Reporting level. This issue is kind of related to SAP BI Reporting.

So for doing this I need a user exit at BEX Reporting level which will get executed and check a table.

All the Infoproviders which use company code are maintained in this table. This user exit should check that table and find if the Infoprovider which we are currently accessing is available in that table.

Exact requirement can be found below:

I have a situation where data is maintained in an Infocube. We have 2 reporting units like Company1, Company2. Company1 should not be able to see the data of the Company2 and vice versa. Reporting at BEX level is not done by us, client have their own people who will be taking care of reporting. All I need to do is provide concerned data to each company at the cube level itself. For this we are creating authorization for particular user at company code level. So for this we need to write a user exit which will execute and check if the infoprovider we are using is existing in that table. If existing it should pop up message to select the variable with authorization which is created on company code.