cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the value from the Input field of the Table view.

Former Member
0 Kudos

Hi Experts,

I have created a table view with 10 rows and each rows contains input fields in it.Can you please help me getting the values that are entered in all 10 rows.

Currently I am using the below code,but using the below I am able to get only the first row details of the table.

lo_el_table->get_static_attributes(

IMPORTING

static_attributes = ls_table).

Please let me know you suggestions on this.Thanks in advance.

Regards,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arun,

You should use this method:


lo_nd_table->get_static_attributes_table(
IMPORTING
table = lt_table).

Cheers,

Roelof

http://www.nl4b.com

Answers (0)