cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

0 Likes
View Entire Topic
Former Member
0 Likes

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.