Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for GS02

arpitr
Participant
0 Kudos

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

1 ACCEPTED SOLUTION

former_member513101
Active Contributor
0 Kudos

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

5 REPLIES 5

raymond_giuseppi
Active Contributor
0 Kudos

Did you look at released FM of function group GSGF 'Sets: Generation and deletion of sets'

0 Kudos

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.

0 Kudos

There are other released FM in this FG, such as G_SET_GET_ALL_VALUES and G_SET_GENERATE.

(Also you commented with an unreleased FM, d'oh!)

former_member513101
Active Contributor
0 Kudos

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

Sandra_Rossi
Active Contributor
0 Kudos

I used to use G_SET_TREE_IMPORT to read and G_SET_TREE_GENERATE to write the whole set.