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

Execute BW query using ABAP For a specific User(Like RSECADMIN Transaction)

satrajit_chatterjee
Participant
0 Likes
805

Hi Expert,

I am an WebDynPro ABAP developer, and functionally working in MM side. I am very new to SAP BI. Most of the time I used to refer your document posted in SDN.

Few days back I got an unique requirement, what I am not able to implement. Thatu2019s why I sending this mail to you. My client wants an function module which should perform the same functionality like /RSECADMIN transaction, and will provide the data in a table. Mainly I go through the MR Rajau2019s Document u201Cu201CExecute BW Query Using ABAPu201D . Also I check the other version Part 1 , part 2 & Part 3 but it does not solve my problem.

I am able to create a function module, which returns the data of BI query in a table for my user. It is executing the query in my user, but I am not able to execute this query for different users. To be more specific, I am not able to pass the user name in the function to execute it for a different user.

Could anyone please help me to solve this problem? Can anyone please tell me, how I can execute a BI query for a particular user. I am sending my code in a notepad.

Could anyone please have a look in this code and suggest the necessary changes.

Thanks in advance.

Regards,

Satra

2 REPLIES 2
Read only

satrajit_chatterjee
Participant
0 Likes
438

Hi All

I able to solve this problem

Regards

Satrajit.

Read only

0 Likes
438

Solved