Application Development 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: 

filed enable in selection screen

0 Kudos
67

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

1 REPLY 1

Former Member
0 Kudos
40

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