‎2008 May 13 6:09 AM
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???
‎2008 May 13 6:11 AM
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
‎2008 May 13 6:12 AM
Hi,
In tthe attriibutes if the table
Deliver and maintenace table
There you can give the maintenace restriction fort that table
‎2008 May 13 6:15 AM
Hi,
SE11->put your table name->utilities->table maintenance generator->
environment->modification->events.
Hope it helps...
P.S. Please award points if it helps...
‎2008 May 13 6:19 AM
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