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

Create sets automatically or using a program

Former Member
0 Likes
1,021

Hi,

Is there away to automatically create or change sets, transaction code GS01 and GS02, from using a FM or BAPI? I have to create basic sets and single sets. How have you handled this? Is it a manual procedure that one will have to maintain the sets?

Has anyone written a BDC program to make this work? I have not done this for years. Would the BDC programming be the solution for this?

Thanks,

Will

Message was edited by:

Will Ferrell

Message was edited by:

Will Ferrell

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
780

check this FM <b>G_SET_MAINTENANCE</b> and see its documentation

regards

Prabhu

3 REPLIES 3
Read only

Former Member
0 Likes
781

check this FM <b>G_SET_MAINTENANCE</b> and see its documentation

regards

Prabhu

Read only

0 Likes
780

Hi

Would you happen to have some code for an example? It only can be used for GS02 and GS03. Would you happen to know is there is one for GS01? Would you think then I should try to use GS01 anyway.

Thanks,

Will

Message was edited by:

Will Ferrell

Read only

0 Likes
780

Hi,

I just look and Fm G_SET_CREATION is there for GS01.

Thanks so much.

Will