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 event

Former Member
0 Likes
821

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

6 REPLIES 6
Read only

Former Member
0 Likes
795

Hi,

kindly let us know wht kind of validation u wanted to do??

Regards,

Pavan

Read only

Former Member
0 Likes
795

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

Read only

0 Likes
795

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

Read only

former_member404244
Active Contributor
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
795

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

Read only

Former Member
0 Likes
795

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.