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: 

Add FUNCTION GROUP to a TRANSPORT REQUEST

Former Member
0 Kudos

Hi Experts

How can I add a Function Group to a Transport Request?

Thx

6 REPLIES 6

JozsefSzikszai
Active Contributor
0 Kudos

add the following line to the object list of the transport:

R3TR FUGR name_of_function_group

0 Kudos

I have a Finction group say Zi26 and it has many includes, dictionary structures, etc. I want to assign to a TR and send to client.

How can I assign it to a TR? PLz tell me steps/T-code.

Will all the contents of Function Group will be attached to that TR?

0 Kudos

Goto SE80 - give your function group - right click on function group

- more functions - write transport entry. create request and transport.

0 Kudos

the method I suggested, will take everything (main program, includes, screens, GUI statuses, etc.)

just display the transport request you want to use, double click to to the object list, go to change mode and add the following line: R3TR FUGR ZI26, than Save, release and import (as usual)

alternatively you can use the SE80 method, suugested by others

Former Member
0 Kudos

Hi,

Goto SE80 and in the drop down list select Function group.

Open ur Function group and right click--->Other options

there u'll get the option to add to a request.

Former Member

Goto SE03 .. enter your Function group .. for R3TR FUGR and F8 ..

Double click on the Function group .. now give the package and then the request/create a request ...