‎2008 Jan 24 4:58 PM
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
‎2008 Jan 24 5:06 PM
Hi,
Loop the internal table, if the table has any values.. then loop the screen and make that field as invisible.
Regards
Sowmmya VB
‎2008 Jan 24 5:15 PM
‎2008 Jan 24 6:20 PM
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