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

Table control

Former Member
0 Likes
337

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

3 REPLIES 3
Read only

Former Member
0 Likes
301

Hi,

have u done it manually or by using WIzard ?

Try using wizard .

Read only

Former Member
0 Likes
301

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.

Read only

Former Member
0 Likes
301

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