HI All,
I have a requirement and here is the scenario:
After searching Activities via Activity Search, we have the options to change the Status & Priority of the selected Activity.
In the same way I need to change the Employee responsible of the selected Activities(Could be more then one).
Does any body implemented this scenario?
I followed this approach:
1. I place a New button in the Search Result
2. on its Click called a popup for BP Search
3. Select a BP.
4. Now Update the Activity.
I am reached till Step 3 and got the BP No. Now I want to save the Activities an struggling here. Any input can be help full
Dave
HI All,
in addition of the above, for saving all the activity:
I reached to the the BTParner node. It contain 4 entries. Namely Account holder, Employee, etc.
I have selected the role of Employee, here i need to change the value of field 'BP_PARTNER_GUID' to the new one.
But the problem is this system is giving error "READ-ONLY_VIOLATION".
I used following code:
lv_flag = lo_partner->switch_to_change_mode( ).
CALL METHOD lo_partner->if_bol_bo_property_access~set_property
EXPORTING
iv_attr_name = lv_attr_name "#EC NOTEXT
iv_value = iv_BP_GUID.
Any body know how to resolve this ?
Dave
Add a comment