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 group - transport order

former_member582701
Contributor
0 Likes
709

Hi people,

I have a question. I have released a transport order in which there was a group function. Now, i have to modify a FM of this FG. I have created a new transport order but i have not created a new FG. Is it correct? I need to create a new FG? How i can join my fm into the new fg?

Thx in advance

5 REPLIES 5
Read only

Former Member
0 Likes
647

Hi Manel,

If you are referring to a transport request, then what you have done is correct, there is no need to craete a new function group for the changes.

Regards,

Ravi

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
647

If you are creating a new function module within that functoin group, there is not need for a transport of the function group, just the function module, the system will put all required components on the transport when creating the function module. No worries.

Go to SE80, enter the funciton group where you want the FM to reside, hit enter, now right click in the function group name and choose "Create", then "Function Module".

Regards

Rich Heilman

Read only

uwe_schieferstein
Active Contributor
0 Likes
647

Hello Manel

A function module is always dependent on its function group. Thus, when you add a new function module to an existing function group the transport system takes care that the necessary transport objects are inserted into the transport request.

<b>Now why do we group function modules into a function group?</b> Function modules having similar functionalities (e.g. DB access, or upload/download to local PC, user-exit function modules) should be grouped together otherwise we create a separate function group as well.

Regards

Uwe

Read only

Former Member
0 Likes
647

You only need to create a new transport to modify the FM as the previous transport is already released. Thats all.

Thanks,

Santosh

Read only

former_member582701
Contributor
0 Likes
647

Ok, thx guys.

I believed it too. There was not necessary create a new function group but when i have gone to SE01 (transport orders) i have seen:

DESK922495

- function module Z_RFC_CLIENTS

- tables, definitions, etc

And in others transport orders

DESK922239

- function group ZF01

- tables, etc

Then i have doubted because in theory my RFC is comprised for ZF01 too. But i suppose it is normal.

Thx

note RFC is the fm that i am changing.