Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

create object IF_WD_SELECT_OPTIONS

Former Member
0 Likes
365

Hello,

how can I create an object here from the interface IF_WD_SELECT_OPTIONS.

in order to use its method ADD_SELECTION_FIELD

First step is done:

data zb type ref to IF_WD_SELECT_OPTIONS.

Secons step: create object

????????????????

regards

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
343

This interface is related to WebDynpro ABAP, you better check these webdynpro examples

WDR_SELECT_OPTIONS

WDR_TEST_SELECT_OPTIONS

1 REPLY 1
Read only

Former Member
0 Likes
344

This interface is related to WebDynpro ABAP, you better check these webdynpro examples

WDR_SELECT_OPTIONS

WDR_TEST_SELECT_OPTIONS