Application Development 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: 

Transport Request for Function Module

Former Member

Kindly help me how to save the Z Function Modules in a request. When i save the Function Module i created it is not asking for the request number and it is getting saved directly.

Thanks

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Sounds like the function group may be assigned to a local devlepment class(package). In SE37, to to the function module in display mode, then choose from the menu Go To --> Object Directory Entry. What does it say as the development class or package, if it says $TMP, then it is local, and I believe that this may be derived by the function group. SO you would have to change the development class(package) of the function group first.

Regards,

Rich Heilman

12 REPLIES 12

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Sounds like the function group may be assigned to a local devlepment class(package). In SE37, to to the function module in display mode, then choose from the menu Go To --> Object Directory Entry. What does it say as the development class or package, if it says $TMP, then it is local, and I believe that this may be derived by the function group. SO you would have to change the development class(package) of the function group first.

Regards,

Rich Heilman

0 Kudos

Hi Rich Heilman

I can see my newly created function group 'ZFI_FUN' in a request no using SE10 which i have already saved. I went Go To --> Object Directory Entry and saw already and it is assigned to my package ZFIDEVLOP.

Thanks

0 Kudos

Oh ok, if you have just created your function group and assigned to a request, then creating a function module under this function group will not force a request dialog, it will be added to the transport request for the function group, if you look at the request in SE10, you may see the function group only, and not the function module, but rest assure the function group includes everything.

Regards,

Rich Heilman

0 Kudos

Rich Heilman

So you mean that if i transport the function group and all the FM belong to the group will be transported ?. I was wondering why the FM name is not displayed under the Function Group in SE10?.

Thanks

0 Kudos

Senthil,

Yes, If you transport the function group all the FM's under that function group will be transported automatically.

Regards

Aneesh.

0 Kudos

Yes, it will transport all the function modules within that function group and you will not see the individual function module name in the transport.

0 Kudos

Thanks Rich Heilman

0 Kudos

Thanks Srinivas Adavi

0 Kudos

Thanks Aneesh.

0 Kudos

The only way that you will see an individual function module name is say if you have already transported a function group to another system and you are now creating a new function module inside that group. At that point it will add a function module node to the transport request and also will add the appropriate includes to the "program" node.

Regards,

Rich Heilman

0 Kudos

Thanks Rich Heilman

it was very helpul answer...

Former Member
0 Kudos

HI,

Before you create a Function module you will create a Function group .. check if the function group is saved into a $TMP directory or its already into a request.. all the function modules under a function group will be under a single request i.e. the request of the function group.

Thanks

mahesh