Application Development and Automation 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: 
Read only

Function Module for GS02

arpitr
Participant
0 Likes
5,072

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
Read only

former_member513101
Active Contributor
0 Likes
3,789

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,789

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

Read only

0 Likes
3,789

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.

Read only

0 Likes
3,789

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!)

Read only

former_member513101
Active Contributor
0 Likes
3,790

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
3,789

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