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

Maintenance View

Former Member
0 Likes
499

Hi,

My requirement is i want to create maintenance view on the customized table, but want to put some validations and conditions whenever that view should be updated.

how and where could i put my code in the maintenance view for my validations???

4 REPLIES 4
Read only

Former Member
0 Likes
484

Hi,

While creating the Table maintenance generator.

Go to Environment.

click on modifications.

then click on Events.

U can write a code there to validate any field.

Reward If Helpful

Read only

Former Member
0 Likes
484

Hi,

In tthe attriibutes if the table

Deliver and maintenace table

There you can give the maintenace restriction fort that table

Read only

aris_hidalgo
Contributor
0 Likes
484

Hi,

SE11->put your table name->utilities->table maintenance generator->

environment->modification->events.

Hope it helps...

P.S. Please award points if it helps...

Read only

Former Member
0 Likes
484

Hi,

Yes, you can go to Table Maintenance Gene. and click on Environment Menu > Modifications > Events. Now here you can write Subroutine for the validations that you wish to do. Click on New Entry to create a subroutine. Under the "T" column you can choose when your subroutine shud be triggered, means before the View runs or after the View runs and so forth.

Then give a ZSubroutine name under FORM Routine column and click Enter on the Keyboard, and u will see a small ICON under the Editor column which is next to FORM Routine column. Click on that icon to write your subroutine definition.

Let me know if you stuck somewhere!!!

~Sid