cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot edit newly created value attribute even if set rv_disable = 'FALSE' in get_i method

former_member313984
Discoverer
0 Kudos

Hi Experts,

I have created a new Value Attribute, /txn/ncmp_prc, in a view for CRM Web UI

I have configured my view to show this field in BSP_WD_CMPWB

Also, I have edited the get_i method for this field to make it editable by declaring rv_disabled = 'FALSE'

But when I am viewing this, I still cannot edit the field.

I would like to ask if why I cannot edit this field even if I set rv_disabled in the GET_I method to 'FALSE'.

Thanks.

Regards,

Jessie Alcantara

Domi
Contributor
0 Kudos

Hi Jessie

are there other fields in the table editable? Maybe the whole view_group_context is in display mode?

You can check this with something like this in the view controller:

IF me->view_group_context->is_view_in_display_mode( me ) = abap_true.

regards

Domi

former_member313984
Discoverer
0 Kudos

Hi Domi,

Thanks for your response.

Yes, there are other fields that can be edited in the table. Also, group context is not on display mode. Still cannot edit the field. Are there any other configurations or code needed to implement to make this field editable?

Regards,

Jess

Domi
Contributor
0 Kudos

Is a TVI (Table View Iterator) used?

Accepted Solutions (0)

Answers (0)