‎2019 Apr 16 10:29 AM
Hi Experts,
I have some entries in a set(Company codes are maintained under one set). I want to remove/delete any particular company code from that set, I don't want to delete whole set. Which Function module I can use? I don't want to use BDC
‎2019 Apr 16 11:49 AM
Hi Arpit,
You can try this FM G_SET_MAINTENANCE
Function = MODIFY
Set_name_Mask = *set_name* (add * front and back)
This FM will call GS02 back end.
Thanks
‎2019 Apr 16 11:14 AM
‎2019 Apr 16 11:42 AM
Hi,
Thank you for replying.
I checked this.
FM G_DELETE_SET is deleting the whole set.
I want to delete a specific value from the set.
‎2019 Apr 16 12:56 PM
‎2019 Apr 16 11:49 AM
Hi Arpit,
You can try this FM G_SET_MAINTENANCE
Function = MODIFY
Set_name_Mask = *set_name* (add * front and back)
This FM will call GS02 back end.
Thanks
‎2019 Apr 16 12:49 PM
I used to use G_SET_TREE_IMPORT to read and G_SET_TREE_GENERATE to write the whole set.