cancel
Showing results for 
Search instead for 
Did you mean: 

passing parameters to RS_VC_GET_QUERY_VIEW_DATA_FLAT

Former Member
0 Kudos

Hello,

I'm trying to figure out how to pass parameters to RS_VC_GET_QUERY_VIEW_DATA_FLAT.

I have to excecute A BW query and proccess data using only this function.

my parameter name is Z,

so i tried passing the following lines in table I_T_PARAMETER:

VAR_NAME_1                               Z

VAR_SIGN_1                                 I

VAR_OPERATOR_1                      EQ

VAR_VALUE_LOW_EXT_1            50003420

This seems to have no effect whatsover and the parameter is not filled (im getting an error that i must provide values for paramater Z).

is there anything wrong im doing?

thanks alot!

Accepted Solutions (0)

Answers (1)

Answers (1)

tomas_chrastina
Explorer
0 Kudos

Hi,

try to change VAR_VALUE_LOW_EXT_1 to VAR_VALUE_EXT_1. It depends on your definition. Try look here for more information Default Variables for Web Applications (SAP Library - BI Suite: Business Explorer).