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

Maintenance View - Disable cells

Former Member
0 Likes
1,047

Hi All,

This is my requirement for the maintenance view. I am using this view as part of cluster view.

I have around 6 key fields for this view. 3 of them are subset fields. But 2 key fields have a lot of combination of values. Hence, we want the user to make an entry for these key fields. I set these fields as input fields in the layout.

One of the remaining key field appears as display only column.

On load, i get the data from a BAdI and populate the rows with these 2 keys fields as editable.

On Save, i save all the records (with values in these editable key fields or initial values). But, now i want to disable entry into these key fields for the saved records.

How can i do this?

Regards,

Rekha

Hi All,

This is my requirement for the maintenance view. I am using this view as part of cluster view.

I have around 6 key fields for this view. 3 of them are subset fields. But 2 key fields have a lot of combination of values. Hence, we want the user to make an entry for these key fields. I set these fields as input fields in the layout.

One of the remaining key field appears as display only column.

On load, i get the data from a BAdI and populate the rows with these 2 keys fields as editable.

On Save, i save all the records (with values in these editable key fields or initial values). But, now i want to disable entry into these key fields for the saved records.

How can i do this?

Regards,

Rekha

2 REPLIES 2
Read only

Former Member
0 Likes
616

Hi,

look into this thread

in this thread see the reply from Venkat.

If you want to disable all the previous entries from editing, write the logic in PBo module like in the thread.

Regards,

Selva

Read only

Former Member
0 Likes
616

I found the code snippet in the below post

The issue is resolved now.