cancel
Showing results for 
Search instead for 
Did you mean: 

Proving the Input values in a table with a dropdown and save the values

Former Member
0 Kudos

Hi Experts,

I have a requirement to create a table which is empty (in BSP)and I want to enter the values in a table, for eg: Unit , RegNo, Regvalidity date, item categories. are the coulum names.But I have to display the values in the categories column in dropdown.

Finally I enter the values in a table and select the values in a categorie column and save the values in a ztable.

Please provide me solution how to proceed with this requirement?.

Thanks ,

Regards,

Kiran

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184111
Active Contributor
0 Kudos

Hi Kiran,

For creating blank tabel in BSP use the iterator. See the beolow link for information on creating balnk lines using iterator,

http://help.sap.com/saphelp_nw04/helpdata/en/2a/31b98a35a111d5992100508b6b8b11/frameset.htm

the code in render_cell_start method of iterator class should be something like,

initially you render all cells as blank so that the blank table is created in page.

when a row is selected you render unit, reg no., reg validity date as inputfield and categories as dropdown listbox.

link might help you for DDLB in tableview.

Search the forum and blogs for more code samples.

Regards,

Anubhav