Hello,
i am new to abap webdynpro.
I have requirement like :-
I have a table UI elements in webdynpro abap with multiple columns. i have to entry some value in more than one row for each column in runtime. i am able to fill the first rowduring runtime ,
could any tell me how fill the the nexrow onwards in the run time.
For example :- In table i have column1(Emp Number) and column 2 (Emp Name).
during runtime i have to enter 10 employe details(empnumber and emp name) in Table UI elemets in webdynpro ABAP. i am able to fill the first row and next row onwards , the rows are disable.
could any one tell me how to enable the rest of the rows so that i can able to fill the rows.
Thanks in adv.