2014 Jun 30 8:49 PM
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
2014 Jun 30 10:16 PM
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
2014 Jun 30 10:57 PM
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
2014 Jul 01 9:38 AM
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