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

Is it possible to create a function group containing other function groups?

Pier_1973
Participant
0 Likes
478

Hi to all,

I have a dubt,

is it possible to create a function group that contains other function groups?

I have a lot of custom tables, with their own function group, i would aggregate all function group into a function group father because i need to  use some variables and include for all tables.

Thank you in advance

Fabio

2 REPLIES 2
Read only

LukaszPegiel
SAP Champion
SAP Champion
0 Likes
444

With FG hierarchy is not possible, you can have it with packages only.

If you want to use some defined variables in more than 1 FG then use includes.

Read only

matt
Active Contributor
0 Likes
444

No. A function group is a single program with many includes. Each function module within the group is in its own includes. You can see this by drilling down on the includes from the main program of a function group.