Application Development 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: 

Is it possible to enter our own value in dropdown list box in Module Pool. How?

Former Member
0 Kudos
106

Dear Experts,

Being new to ABAP, I am trying my hands on Dropdownlist box on Module Pool.

I want to pull data from Ztable(Custom Table) into Dropdown list box on Screen in Module pool and be able to edit it, delete it and enter new data through it, thus thereby able to manage the Ztable. Is it possible in dropdown.

Looking forward for experts advice.

Regards

Deepika

3 REPLIES 3

Former Member
0 Kudos
77

Hi Deepika,

Yes its possible.

Design a dropdown in your screen layout.Design it as Output field and Input as Possible.

Write an Event in your table maintainace generator.to catch the values.Give a try and let us know.

Regards,

Kannan

0 Kudos
77

Dear Kannan,

Thanks. But why sud I write an event in Table maintenance generator. My code is in Module Pool and it has no connection with Table Msintenance.

The I/O field Drop down list box is on the Screen in my Module Pool. I am able to pull data in it from Ztable but now I want to edit this pulled data and also want to enter new data in this dropdown list box.

Regards

Deepika

sivaganesh_krishnan
Contributor
0 Kudos
77

Hi ,

you can use make use of table control for your requirement. you can do all your work in table control also. This will be much easier than dropdown list.

Regards,

sivaganesh