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

Query regarding transport request

Former Member
0 Likes
514

Hey guys,

I have a question regarding transport requests.

If only the report source code is included in the transport request, the text elements of the program will not be transported to the next box?

when you transprot the main program or the function pool, does it follow that all the changes in FM's under the function pool will be transported to the next box?

Thanks a lot!

Rgds,

Mark

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
487

If only the report source code is included in the transport request, the text elements of the program will not be transported to the next box?

If it is a new report text elements will be automatically included in the TR. If not new report then you need to include it in TR

when you transprot the main program or the function pool, does it follow that all the changes in FM's under the function pool will be transported to the next box?

Yes.

Regards,

Atish

Hey guys,

I have a question regarding transport requests.

If only the report source code is included in the transport request, the text elements of the program will not be transported to the next box?

when you transprot the main program or the function pool, does it follow that all the changes in FM's under the function pool will be transported to the next box?

Thanks a lot!

Rgds,

Mark

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hello,

If you create transport request with just the report, text element will not be transported:

LIMU REPS <Program>

For text element, you need the following transport entry:

LIMU REPT <Program>

If you want to transport both, you can have the following entry:

R3TR PROG <Program>

If you have the following transport, all the components of function pool will be transported.

R3TR FUGR <Function Group>

Thanks,

Venu

Read only

Former Member
0 Likes
488

If only the report source code is included in the transport request, the text elements of the program will not be transported to the next box?

If it is a new report text elements will be automatically included in the TR. If not new report then you need to include it in TR

when you transprot the main program or the function pool, does it follow that all the changes in FM's under the function pool will be transported to the next box?

Yes.

Regards,

Atish