cancel
Showing results for 
Search instead for 
Did you mean: 

n_r_data_set is empty

Former Member
0 Kudos

hi experts,

I am utilizing n_r_data_set to get the user input on a selection screen for a web report so we can modify the report based on the input. I have placed my code in the INIT and START methods in my abap class, but I am getting no data in n_r_data_set as it has the **illegal reference** error. Does anyone know how to get data from n_r_data_set?

mark

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Have a look at these:

Hope it helps.

Regards

Former Member
0 Kudos

Paolo,

Thanks for the links. I am now able to see the data for n_r_data_set. Is it possible to also capture the operator in the selection screen? e.g. field is calweek and the user selects < 01.2006. Here I would also like to capture the Less Than operator.

mark

Message was edited by:

Mark Siongco

Message was edited by:

Mark Siongco

Former Member
0 Kudos
Former Member
0 Kudos

Hi Paolo,

Thanks for your quick response. I'll take a look at this in debug, I had the impression this was the filter for the query found in designer.

mark

Answers (0)