‎2008 Jul 05 2:21 PM
Hi,
My requirement is to create a table maintenance view with 7 fields, which the corresponding table has only 5 fields.
If i generate maintanene for the table with 5 fields,im getting only 5 fields in the maintanenece view.But i want 2 more fiels for that table.
The added two fields is only for display purpose.Added field 1 is dependant on table field 4 .. for example if i input key name in field 4, the corsspoding descrption for the field 4 should be fetched from db table and its descprtion will be shown in Added field 5.
Is this scenario possible ? If possible ,where to add what code?
Regards,
Kannal.
‎2008 Jul 05 2:51 PM
In the table maintenance generator screen for the table goto the menu modifications and click on the screen...
it will open up the table maintenance screen in Screen painter...here u can do whatever u like with the screen...
‎2008 Jul 05 2:58 PM
Hi,
Take the function group of table maintenance generator and open it in SE80. Now add those 2 fields to the screen(Same as like we did in dialog programming).
Now for populating the values to these fields u have to put the logic in Maintenance events.
SE11=>table name=>Change=>Utilities=>Table maintenance generator=>Modifications=>Events.
Here use appropriate event and put the code over there.
Your problem will be solved.
Thanks,
Vinod.