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: 

Screen-Input

sastry_gunturi
Active Participant
0 Kudos

In my i have some 8-9 fields and a table control.....

If the user hits the save button, i want all fields and table control to be input disabled.

can i do that without looping screen and making every field input disabled....

2 REPLIES 2

Former Member
0 Kudos

You will have to loop at screen in order to modify screen. I guess there is no other solution.

former_member195698
Active Contributor
0 Kudos

You can disable the Fields of the table control by using the Structure of the Table control.

See the link below, it contains the detail of the structure of the table control. You can disable the fields using the SCREEN table.You can see the structure during debugging. That will be helpful to understand the logic to be implemented.

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm

Regards,

Abhishek