Hi all..
I've enhanced a custom FPM Web dynpro. There is a Tabstrip in this component. On one of the Tab(view), I've added a table and in this Table Toolbar there is a button "Fill data".
Now when I click on this button, a confirmation popup popups and on click on OK button, it fetches the data from a custom table and fill the table on UI, so data is now changed on UI level. Now if I click on Save button, if asks that data is not yet changed.
Whereas if I change any table column manually(input field on this Table) and save. It got saved succesfully.
I've tried out Method set_changed_by_client on both IF_WD_CONTEXT_NODE and IF_WD_CONTEXT_ELEMENT. In addition fo this I've tried out
IF_WD_CONTEXT->add_context_attribute_change with no luck.
Do you have an idea how to update context change log in this scenario.
Thanks,
Sanket Sethi