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

Double click in Table Maintenance

Former Member
0 Likes
964

Hi All,

How to write our own code in PAI inside the Table Maintenance?

For example, double click on any row in the Table Maintenance then our code should trigger?

I tried creating my own module and set the status F2 = PICK, but the it doesn't gone inside the module

I created.

Can anyone help on this?

Thanks in Advance,

Raghu

Hi All,

How to write our own code in PAI inside the Table Maintenance?

For example, double click on any row in the Table Maintenance then our code should trigger?

I tried creating my own module and set the status F2 = PICK, but the it doesn't gone inside the module

I created.

Can anyone help on this?

Thanks in Advance,

Raghu

2 REPLIES 2
Read only

Former Member
0 Likes
566

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 (Your PAI requirement)

Write the logic for validation in the form routine name

Hope this helps

Bhanu

Read only

soumya_jose3
Active Contributor
0 Likes
566

Hi Raghu,

Check this thread

Regards,

Soumya.