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

Dynamically disable fields in table maintenance generator

sreekanth_n2
Active Participant
0 Likes
2,354

I have requirement where by default the field would be disabled mode.

I will add check box field , if user check that checkbox and press enter then allow only that particular entry in enable mode.

Do this option is feasible.

IF Yes please share the code,. I guess we have to do this event in PAI only

2 REPLIES 2
Read only

roberto_vacca2
Active Contributor
0 Likes
1,094

Yes.

From table maintenance dynpro (SE11_>Utilities->View Maintenance generation), you can add events from Environment->Modifications.

There's a list of events. I suppose event "08 After correcting the contents of a selected field" is your need.

Hope to help

Bye

Read only

sreekanth_n2
Active Participant
0 Likes
1,094

THIS OPTION IS NOT FEASIBILE. CLOSING THE THREAD.

IN pai I ADDED module and did validation there and it give error and block the sm30 if invalid is is entered.