cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Multiple Single Values with Select Options

Former Member
0 Likes
6,220

hi,

I'm using the SELECT_OPTIONS to accept the multiple input values through CREATE_RANGE_TABLE and it is working well but

1) i have requirement for some input fields that should accept multiple single values means without RANGES(From .. To).. Usually we achieve this by statement SELECT-OPTIONS in ABAP, could you help me out how i can achieve same functionality in webdynpro application.

2) i'm using dictionary search helps for WD4A, here i need to select multiple rows in the F4 results.

kindly provide suggestion how to achieve above functionalities.

thanks,

gupta.

View Entire Topic
Former Member
0 Likes

Hi,

Use select options with no intervals.

Use like the  below code.

select-options var for mara-matnr no intervals.