Hi,
I am trying to change the attribute value by calling the method set_property_as_string().
here i am passing the value...
when i am clicking deletion button button on table list this property need to be updated with some status. Here i am facing the problem when first time i am clicking the button it is not updating the status...again when i am going back to that list record is available...if i click the button again this time updating the status...
below statement i have written in OCA event method.
lr_entity->set_property_as_string(
iv_attr_name = 'ZZSTATUS' iv_value = 'A' ).
my entity having the record, but field not getting updated after executing of the above statement.
anybody can help me on this.
Thanks,
Neelam