2009 May 08 10:33 AM
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
2009 May 08 10:35 AM
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
2009 May 08 1:14 PM