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 without a Function Group?

Former Member
0 Likes
1,565

Hi Experts,

Can a Function Module be executed when the function group is missing?

I have a situation where we failed to transport the function group along with a function module to the higher system.

My next transport release cycle is not until tomorrow.

During this time, will I be able to continue using the programs which call this function module in the higher system for testing?

Kindly share your views/experiences in this regard.

Thanks & Best Regards,

Keerthi

1 ACCEPTED SOLUTION
Read only

former_member491621
Contributor
0 Likes
1,040

Hi Keerthivasan,

I don't think an FM without a function group is of any use. While creating a function module itself the system asks for an already created function group(or you have to create one while creating fm).

The program might throw a syntax error or go to dump when any program tries to access the function module.

Hope this helps

5 REPLIES 5
Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
1,040

HI Keerthi,

I don't think you will be able to use that function module without the function group. But, to be absolutely sure, why don't you actually try running it in the system and find out?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,040

what your tests showed, syntax errror message and or dump ?

Regards,

Raymond

Read only

former_member491621
Contributor
0 Likes
1,041

Hi Keerthivasan,

I don't think an FM without a function group is of any use. While creating a function module itself the system asks for an already created function group(or you have to create one while creating fm).

The program might throw a syntax error or go to dump when any program tries to access the function module.

Hope this helps

Read only

dirk_wittenberg
Contributor
0 Likes
1,040

Hi,

what return-code has your transport containing the function module?

Did it finish with return-code 0? I would expect a 8 -> error due to syntax errors during the generation phase.

Regards,

Dirk

Read only

0 Likes
1,040

Hi,

My transport ended in errors - also I am not even able to display the FM in the target system.

I had to move the function group all over again to make it work.

Thanks everyone for the help.

Regards,

Keerthi