cancel
Showing results for 
Search instead for 
Did you mean: 

LIST UIBB- Row specific field attribute change

Former Member
0 Kudos

Hi Experts,

I am using a List UIBB ( FPM_LIST_UIBB ) in my OIF application to show material data.

Now the requirement is that, for every row on a condition we will have to make all fields (of that particular row) editable/non editable in the list.

Is this possible and if so how..?

Many thanks in advance.

Saikat

Accepted Solutions (1)

Accepted Solutions (1)

jens_boeckenhauer
Active Participant
0 Kudos

Hi Saikat,

you can add boolean fields to your field catalog and assign them as READ_ONLY_REF in the field description in GET_DEFINITION for the columns in question. Then you can set these boolean values in GET_DATA for cell-wise read-only control.

Regards, Jens

Former Member
0 Kudos

Spot on Jens.

Many thanks,

Saikat

Answers (0)