2011 Jan 20 5:38 AM
Hi guru,
My Problem is i have created one screen through se51 i have put one table control when i press display button data will come in table control only in display mode but i want if i click on edit button then filed display in change mode then how can i create. i have set property display only.
Thanks
2011 Jan 20 6:05 AM
there are two options
1) create 2 screens where one is with edit option and other one is with read only option. initially load read only version and when pressed edit load the edit table control screen.
2) create the table control only for read only mode. at PBO on loop insert a module and loop the screen make the fields you want editable.
Nafran