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

Table maintenance view -user exit

Former Member
0 Likes
1,799

Hello, as you all know, there is a program generated behind the table maintenance view. I want to add certain validation on the values entered in the table maintenance.

I know that modifying the program is not the best practice.

Is there any user exit which will permit me to do this?

thx.

3 REPLIES 3
Read only

Former Member
0 Likes
962

u can do that in the events.

Read only

0 Likes
962

i would prefer an exit for safety purposes.the client does not want us to touch the table maintenance code.thx

Read only

Former Member
0 Likes
962

Hi Antish,

Try to go with the table events. For this goto the Table Maintenance Generator Screen --> Environment --> Modification --> Events. Here you can handle some events according to your requirement. Validations can be done only in this way.

Regards,

Swapna.