‎2013 Jan 30 8:11 AM
Hi guys,
My requirement is to provide a table control with multiple blank records. User will input the data into the table control, which i need to put into a Z table when a save button is clicked.
I have encountered a problem, as soon as users enter data in any cell and press enter, the remaining rows are becoming disabled. i need to have all the entries to be enabled irresspective of whether user enters in a cell and presses enter or not.
How can we do this?
Thanks in advance
HK
‎2013 Jan 30 8:22 AM
Hi,
have u done it manually or by using WIzard ?
Try using wizard .
‎2013 Jan 31 2:37 PM
You can set table control lines in the pbo of your screen.
MODULE set_tablecontrol_lines.
describe table itab lines l_lines.
control_tab-lines = l_lines + 1.
‎2013 Feb 19 4:26 AM
Hi
Pls find below link. it might help you.
http://learnmysap.com/sap-abab/58-create-table-control-using-abap-programming.html
Regards,
Radhashyam Sahoo