cancel
Showing results for 
Search instead for 
Did you mean: 

Bex Functionalities using RFC RRX_GRID_CMD_PROCESS

Former Member
0 Kudos

Hi All,

I am calling the Bex Query using the FM RRX_GRID_CMD_PROCESS . The Output from this is used in a seperate tool using HTML.

For sorting and Drill Down , i am getting the expected output using FM.

But For Hierarchy Drill Down i am not able to get the correct output., what is the exact way to pass the cmd and input to this Fm to get the functionality works. Request your help to get the solution for this.

Below is the way i have passed the input to this FM .

Initially passed the cmdid as STRT.

After that passing the CMDID as CMD and

w_cmd-name = 'CMD'.



    w_cmd-value = 'DRILL_TO_LEVEL'.



    APPEND w_cmd TO i_t_cmd_params.



    w_cmd-name = 'LEVEL'.



    w_cmd-value = '5'.



    APPEND w_cmd TO i_t_cmd_params.



    w_cmd-name = 'IOBJNM'.



    w_cmd-value = p_iobjnm.



    APPEND w_cmd TO i_t_cmd_params.

But drill down is not working. correct me the way of input passing to this FM . Thanks in Advance.

Thanks and Regards,

R.Arunadevi.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186696
Active Contributor
0 Kudos

I can't find any documentation about this FM.

Probably because it is not released for customers.

I'll keep an eye opened and I'll update if you find something