‎2009 Mar 24 11:05 AM
Hi all,
i need do the validations for fields in my custom table.which event is triggerd in the following cases.
1. after creating the entries
2. after changing the entries
Thank
Jyothi
‎2009 Mar 24 11:07 AM
Hi,
kindly let us know wht kind of validation u wanted to do??
Regards,
Pavan
‎2009 Mar 24 11:10 AM
Hi,
Creating a table maintenance events as below:
In Se11->menu->utilities->tablemainternance generator ->Modifications->events..
Create new events:
01- Before save -Form routine names
03-After save-Form routine names
Write the logic for validation in the form routine name
Reagrds
Shiva
‎2009 Mar 24 11:12 AM
Hi,
Small correction:
Creating a table maintenance events as below:
In Se11->menu->utilities->tablemainternance generator ->
on the table maintence screen : Menu->Enviornemnt->Modifications->events..
Create new events:
01- Before save -Form routine names(ZXX1)
02-After save-Form routine names(ZXX2)
Write the logic for validation in the form routine name in ZXX1 and ZXX2
Reagrds
Shiva
‎2009 Mar 24 11:10 AM
‎2009 Mar 24 11:18 AM
Hello,
I had the similar requirement to make some validations in following cases:
1. after creating the entries --> Event '05'
2. after changing the entries --> Event '01'
Hope this helps.
BR,
Suhas
‎2009 Mar 24 11:43 AM
Hi,
I have worked on same kind of scenario. The validation we can do in the Flow Logic of the table maintenance screen PAI event. We can do the validation the same way how we do for any dialog programming screen. Important thing here is, there will be one system field STATUS-ACTION in which if value is 'A' you are in Append mode and if it is 'U' it is Update mode, So based on the flag mode we can do Insert and Change validations.
Let me know if you required any more information.
Regards,
Param.