cancel
Showing results for 
Search instead for 
Did you mean: 

Execute BW Query Via RFC

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Hi all.

im traying to execute a BW query via an RFC ussing FM RRW3_GET_QUERY_VIEW_DATA.

CALL FUNCTION 'RRW3_GET_QUERY_VIEW_DATA'

EXPORTING

  • i_infoprovider =

i_query =

i_view_id =

i_t_parameter =

IMPORTING

e_axis_info =

e_cell_data =

e_axis_data =

e_txt_symbols =

EXCEPTIONS

no_applicable_data = 1

invalid_variable_values = 2

no_authority = 3

abort = 4

invalid_input = 5

invalid_view = 6

OTHERS = 7.

my query have two parameters. im puttings this valuen into table i_t_parameter , but at the momento of query execution, this values are not used like parameters never send to query.

when debug my RFC, i can see that those values are passing to FM.

Any Idea???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try this blog.

/people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii

Answers (0)