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

Hide the fields using events in table maintenace generator

Former Member
0 Likes
703

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

1 ACCEPTED SOLUTION
Read only

former_member203501
Active Contributor
0 Likes
670

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.

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

4 REPLIES 4
Read only

Former Member
0 Likes
670

Vivek,

go to table maintenance generator - environment - modification - maintenance screens and probably you need to change PBO

Thanks

Bala Duvvuri

Read only

Former Member
0 Likes
670

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.

Read only

former_member203501
Active Contributor
0 Likes
671

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.

Read only

uwe_schieferstein
Active Contributor
0 Likes
670

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