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

Regarding Transporting an object

Former Member
0 Likes
461

hi guys,

Suppose if i developed a program say Zreport and if this program Zreport has a function module and this function module has an include program and a function pool.

Can any one tell me Assigning same Transport request for program Zreport, funcion module, and include program, function pool in function module is better or

assigning different Transport requests for all is better.

While Transporting, do u think if i transport alone Zreport, along with this function module in it, include program and function pool in it will be transported automatically or we need to transport every thing separately.

any way, can any one please help me giving best solution for these 2 questions.

thank you

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
438

Hi Pavan,

I guess when you make any Zdevelopment and want to transport it you just have to release the transport reqest number.So, making all the modules in the same TRN no will help as you will have to release only one TRN no.

3 REPLIES 3
Read only

Former Member
0 Likes
439

Hi Pavan,

I guess when you make any Zdevelopment and want to transport it you just have to release the transport reqest number.So, making all the modules in the same TRN no will help as you will have to release only one TRN no.

Read only

Former Member
0 Likes
438

Hi,

Its always better to have a different request for independent objects like function modules, includes..as they can be used in many programs. Always remember to transport them in the same hierarchy (first the include, then function module & then your report). All requests need to be transported.

Read only

Former Member
0 Likes
438

//Can any one tell me Assigning same Transport request for program Zreport, funcion module, and include program, function pool in function module is better or

assigning different Transport requests for all is better.

Better to transport all the objects into a single request(for ur query in the same ) and transport .

cause here u r saying Report and fm are related .

If at all i keep the two in separate request report in T1 and Fm in T2

and T1 is transported before the Fm then there is a discrepancy as the report has to pick the Fm and function group so In here the import order must be T2(Fm ) first and then T1 .

you need to understand the hierarchy of the Tr release as some thing goes wrong over here then again u need to reimport and release if the hierarchy is not maintained .

//While Transporting, do u think if i transport alone Zreport, along with this function module in it, <b>include program and function pool in it will be transported automatically</b> or we need to transport every thing separately.

This depends on the Function group where u have assigned to which tr if its other than u need to maintain the hierarchy as i said.

Prepare a sequence of releases for the objects and check the hierarchy and infor the basis to release the at the same hierarchy .

regards,

vijay