cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple options in webdynpro abap

Former Member
0 Kudos

Hi All

In supplier field i need to give multiple supplier ID numbers(not from  & to)

Is it possible to give multiple supplier ID's,please help me & how to call these multiple supplier ID's.

thanks

Vamsi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ramakrishnappa/Amy

I have two subscreens in the putput of webdynpro application header data & item Data.In iten Data i have supplier ID.I have checked the document provided by amy in that only matnr field is there in output so embedding view with this single field is ok,but in my component it is window is like below.

How to make a embed view to particular field.

Thanks

Vamsi

amy_king
Active Contributor
0 Kudos

Hi Mohan,

Take a look at the tutorial document by Lekha B.

Cheers,

Amy

ramakrishnappa
Active Contributor
0 Kudos

Hi Vamsi,

Do you mean to enter data like we do in select options ( extenstion ) as below

Then you need to go for selection options.

Use method ADD_SELECTION_FIELD of interface IF_WD_SELECT_OPTIONS.

Here pass the parameter I_NO_INTERVALS = 'X' to avoid FROM & TO options.

Hope this helps you.

Regards,

Rama