Give user accees for infopackage.

Question: Hi all,
I have a requirement to allow users to execute infopackage and get status information of execution.
It relates to BCS application which requires data load from R3 to BW.
Each profit center should run the extraction only for their data ( I have it in selection ).

I do not want to give RSA1 and RSMON to these users.

Is there any other way to give access to run infopackage and restrict its execution based on Profit Center?

Those who have implimented BCS can share their experiences.
There is one such post in this forum but no satisfactory answer.

THANKS,
BW_TESTER

Answer:
In the infopackage, put a restriction on the profitcenter that will be fed via abap ; this abap should read the authorizations based on the user-id connected.

Then, you create a process chain that will launch the infopackage, and send mails about the load.

You create an abap that will start the process chain.

You create a transaction linked to the abap.

Then, you give access to run the transaction.

Ch

Answer:
Thanks CHC,
I will develop it and update the post with my reults.

Thanks for your support,
BW_Tester
Copyright ?2007 - 2008 www.jt77.com