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 not being displayed in the Transport Request

Former Member
0 Likes
4,239

Hi,

I Created a FM "RH_ACTIVATE_WFOBJECT_AFTER_IMP" in my SAP System. After I created due to problem in editing I have deleted the FM and also deleted it from the request.

I have re created the function module and if I see the object directory entry I find the following

Identical request locks

Request User Task/request Object

          • **** ***** R3TR FUGR RHWS

In the request I cannot find the function module but only the function group. Please help me to get my function module visible in the transport request.

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
2,411

Function group by itself takes all objects underlying (including all function modules and includes) while releasing the transport. No need to again capture your function module if FG is locked in the transport.

Function group by itself takes all objects underlying (including all function modules and includes) while releasing the transport. No need to again capture your function module if FG is locked in the transport.

8 REPLIES 8
Read only

Former Member
0 Likes
2,411

Look for the current locks using SM12.

You can manually include the FM as well in your Transport request.

Read only

0 Likes
2,411

Hi,

There are no locks.....

How to include Manually in the request.... I am currently using 4.6C version.

Read only

Manohar2u
Active Contributor
2,412

Function group by itself takes all objects underlying (including all function modules and includes) while releasing the transport. No need to again capture your function module if FG is locked in the transport.

Read only

Former Member
0 Likes
2,411

To manually insert FM in transport request, double click on the TR no. There you can enter R3TR FUGR (Function Group) name and click on Save. This will forcefully enter your FM into the TR.

Read only

0 Likes
2,411

Hi,

The method you suggested is only possible in ECC6 and not 4.7C.

Read only

lijisusan_mathews
Active Contributor
0 Likes
2,411

one way to solve your issue is to simply delete the Function group from the Request too and add the FM and the Function group to the Request..

Otherwise to manually add to Request, take the function module on SE80.. right click, and you will find an option , "Write Transport Entry' Click on it and you can add it to the request of your choice.

Suzie

Read only

0 Likes
2,411

hi,

It is not accepting the request in which the Function group is locked.

Read only

0 Likes
2,411

Hi ,

When your creating the FM for first timw with new FGRP then no need to worry .

You can see only the FGRP in the transport request number and when you move this transport request to further systems your FM automatically transport with the FGRP.

Next time when your creating a new FM under the FGRP which is already moved to production you can see only your FM name under the transport request.

When you go to FGRP main program by follwing the path

FGRP -> Disply FGRP in SE37 you can see the main program of the FGRP there if you see one include with TOP and XX .

double click on the XX Include.

there you can see allthe FM under that FGRP.

Thanks

Naresh