Hi all,
I have a requirement to add custom fields in an assignment block. i added it through value nodes and populated values for those fields in do_prepare using BOL set_property nd updated BOL using core_modify().
But the values are not updated in BOL after modify() so that i got dump during sort. So i populated values dynamically in get_XX of the attrib that i added.
Here is the link for the previous process i did.
http://scn.sap.com/thread/3534963
Now the issue is when i set the value dynamically to the web ui i could not sort the custom field in the web ui since BOL doesn't contain the data for custom fields. So again i am supposed to look the way in which i can update BOL with the values instead of doing it dynamically.
Plz help me out on this concern.
Regards,
Karthik