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

Transport Request for Function Module

Former Member
8,563

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
4,061

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
4,062

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

Read only

0 Likes
4,061

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

Read only

0 Likes
4,061

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

Read only

0 Likes
4,061

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

Read only

0 Likes
4,061

Senthil,

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

Regards

Aneesh.

Read only

0 Likes
4,061

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.

Read only

0 Likes
4,061

Thanks Rich Heilman

Read only

0 Likes
4,061

Thanks Srinivas Adavi

Read only

0 Likes
4,061

Thanks Aneesh.

Read only

0 Likes
4,061

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

Read only

0 Likes
4,061

Thanks Rich Heilman

it was very helpul answer...

Read only

Former Member
0 Likes
4,061

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