cancel
Showing results for 
Search instead for 
Did you mean: 

Hide label of a field in standard FPM(form guibb) dynamically

gauri_hurria
Explorer
0 Kudos

Hi,

I've a standard fpm(form guibb) in which I need to hide a field  and its label under certain condition(dynamically). I'm able to hide the field but not label. the ct_field_usage table doesnot list 'visibility' as an attribute in this standard code so cant use it either. Up till now I've enhanced feeder class. Is there a way where label can made invisible dynamically using enhancement?

Thanks,

Gauri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Gauri,

You can hide the field and lable of your FORM GUIBB dynamically by VISIBILITY field in parameter CT_FIELD_USAGE of method GET_DATA.

You have to set this value 01 and ev_data_changed = X and ev_field_usage = X.

It will hide the field with label based on your required condition.

Best Regards,

Praveen Gupta