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

data in table control

Former Member
0 Likes
490

Hi ABAP Gurus,

I have a tbale control with 2 rows of data. I need to change these rows into display mode so that the user cannot edit the already existing data. But the user should be allowed to enter any new data in the table control.

Can anyone please help

3 REPLIES 3
Read only

Former Member
0 Likes
473

Hi,

Loop the internal table, if the table has any values.. then loop the screen and make that field as invisible.

Regards

Sowmmya VB

Read only

0 Likes
473

I am unable to get it. I also tried input

Read only

0 Likes
473

Sowmya,

Is there any other way as if I use cols I see that the colums are getting dispalyed but I want the rows to be displayed