‎2008 Jun 20 10:04 AM
Hi... Experts....
I am created one Ztable...with five fields....
So.. now i going to create the entries in that table....
Here the what ever it may be the process to create entries... If i left one field4 with space... it has to fill 'N/A' automatically by default...
How?
Thanks ,
Naveen.I
‎2008 Jun 20 10:07 AM
Inthe table maintenance generator you have to code in "Event. There you can add code to populate any value by default.
The path is :
1. Open the table in se11 -> menu bar -> Utilities -> table maintenance generator
2. Again manubar -> environment -> modification -> Events
here you select a proper form routine and add your code for default value there.
‎2008 Jun 20 10:07 AM
Hi,
For this requirement you need to generate Table Maintenance Generator for that custom table then make use of Table events you can put the default values, which means before save the entry you need to do some checks for all the fields with the help of coding in the events.
Check the below link for How to implement events in table maintenance generator.
Rgds,
Bujji
Edited by: Bujji on Jun 20, 2008 11:09 AM
‎2008 Jun 20 10:07 AM
Inthe table maintenance generator you have to code in "Event. There you can add code to populate any value by default.
The path is :
1. Open the table in se11 -> menu bar -> Utilities -> table maintenance generator
2. Again manubar -> environment -> modification -> Events
here you select a proper form routine and add your code for default value there.
‎2008 Jun 20 10:08 AM
Hi naveen,
The field which is kept blank will be filled by the initail value for the data type and not N/A unless u create entries using soem program and explicitly add logic to fill it by N/A.
‎2008 Jun 20 10:08 AM