2010 Aug 18 10:33 AM
hi,
could u plz tell me,
how to hide the fields using events in table maintenace generator.
also which events we have to trigger and what code would be helpful.
(I dont want to use View for it.)
Plz hv eye on it.
Regards
Vivelk
2010 Aug 18 1:17 PM
Hi ,
please find this ..
/people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator
this wil give you some sample code too.
Regards,
Venkat Appikonda.
2010 Aug 18 11:10 AM
Vivek,
go to table maintenance generator - environment - modification - maintenance screens and probably you need to change PBO
Thanks
Bala Duvvuri
2010 Aug 18 11:42 AM
Hi,
You can try changing the code in fuction group associated with that.
Do you need to hide fields based on some condition ? or all time? If all time, then you can go to the screen layout and make changes in the attributes.
2010 Aug 18 1:17 PM
Hi ,
please find this ..
/people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator
this wil give you some sample code too.
Regards,
Venkat Appikonda.
2010 Aug 22 8:30 PM
Hello Vivkek
The suggestion to modify coding at PBO is not really good because the coding will be lost whenever you need to regenerated the screens and, more important, hiding view fields is a standard option of the view field definition => column F, set value = 'H' (= hidden).
For more details please refer to: [Maintenance Attribute of a View Field|http://help.sap.com/saphelp_46c/helpdata/en/80/808b57e12511d295f300a0c929b3c3/frameset.htm]
Regards
Uwe