BW Experts,
Can I create a custom transaction (T-CODE) in BW which will basically bring up a screen to trigger an event which would run a infopackage.
I need to give user the access to run a infopackage and not to admin workbench. The above is the method I thought about, but do not know if it is possible to do it. I would appreciate any help on this.
Thanks
Ashwin
Request clarification before answering.
Aswin,
It is very much possible. Create an ABAP Program and call the Function Module BP_EVENT_RAISE . Pass your Event to Function Module.
Go to SE93. Create a Transaction Code by providing Technical Name. You will get a pop up to choose the Transaction Type. Select Program with selection Screen. provide Description and Program Name you created earlier. Save.
all the best.
Nagesh Ganisetti.
Assign Points if it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ashwin,
You might also want to skip the custom dev work and just allow them access to transaction SM64. Of course, this assumes that your users know the event name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to the transaction SE93 and give the transaction number which u want and then press create in the next screen fill in all the required entries and proceed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
yes, create a porgram with your screen; the program should call the function module BP_EVENT_RAISE.
Finally create your transaction with SE93.
hope this helps,
Olivier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.