cancel
Showing results for 
Search instead for 
Did you mean: 

value range

Former Member
0 Kudos

Hi gurus,

I want to fetch data from field in ztable which is value range.

in webdynpro i can't able to use ranges key word to build range table.

is any other option to retriew data?

Meena.R

Accepted Solutions (0)

Answers (1)

Answers (1)

amy_king
Active Contributor
0 Kudos

Hi Meena,

In a method, you can declare a range with...

DATA range TYPE RANGE OF data_element.

For an on-screen "range", consider using component usage WDR_SELECT_OPTIONS. See the document Working with Select Options in Web Dynpro for ABAP.

Cheers,

Amy