cancel
Showing results for 
Search instead for 
Did you mean: 

FPM GAF

Former Member
0 Kudos

hi

i have 5 uibb's in a GAF FPM .

how to make uibb's input enable and input disable based on userid in GAF FPM ?

thanks and regards

Vasu yadav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

in your GAF application 5 UIBB are created  using any feeder class or just webdynpro

if using feeder class then you can change READ_ONLY attribute in GET_DEFINITION

if your are using webdynpro then you have to make changes in all your component you have used in UIBB

Former Member
0 Kudos

HI

im using WD Component

so I have to use a Boolean in WD do init to make all the input fields read-only

based on useid right?

Is their any method to do not use all the input field ready only property . I have so many input fields it's not so easy to bind all input field read only property

thanks & reregards

vasu Yadav

Former Member
0 Kudos

if you have transparent container with many input field in it then you can bind ENABLED property of transparent container instead of read_only property of input_fields

if not then put all input field in transparent conatiner

Former Member
0 Kudos

of-course but when it was in disable mode it is not very good to see the values in input fields. that's why ..

Former Member
0 Kudos

i don't think there is any other way to make all inputfield read_only at same time

Answers (0)