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: 

Table maintainance generator for view-masking the field and inserting value

Former Member
0 Kudos

Hi

I created the table maintainance generator for maintaince view. it consists of 7 filelds.i.e.absent type,sequence no,enddate,

start date,points ,scale,weightage,higher limit. Now my problem is i want to mask the field sequence no. to avoid the user entries in this field and i have to insert numbers 1,2.3....Based up on entries it has to increment. for this i have to add the code in the screen.can anyone suggest on this??

2 REPLIES 2

mithun_shetty4
Contributor
0 Kudos

Use Events in Table Maintainence Generator.

Environment-->Modification --> Events

U can write a subroutine which can be called to increment the numbers .

0 Kudos

Hi Mithun,

i created the subroutine.but whenever processing screen my subroutine has to be excute.can u elaborate more clear?