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: 

Changing the Customized program Code and (TR request)

raviram_jk
Explorer
0 Kudos

Hello everyone,

As i searched everywhere pls let me know that if already exist z program, that if i did some changes in code and new tr request created. That z program contains more than 3 includes , but i added only one code in one include . Now the problm is that i need to save and activate every include or should i need to save only the changes i did include ah. that 3 include that i need to save it in new request because of new code added. Is this correct format or not. kindly let me know.

Regards and thanks,

Raviram.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Raviram ,

A very basic thing is like if you are making no change in a program(let's say 'include' in ur case) and still adding it to TR and  sending it to another system , it will make no change in the program in that new system(considering that include has already been transported to that system earlier).

So unnecessarily sending that include to another system using a TR makes no sense .

Just add ur include (in which  you have made changes) in the TR and send to another system.

Regards,

Saddam

7 REPLIES 7

dani_mn
Active Contributor
0 Kudos

No need to include all includes in your transport request... Just need the one which is changed.

0 Kudos

Hi wasim,If i changed every include to TR means is that any problem.

0 Kudos

No,
It will just create a new version of the include with the code.

Take it like this : A TR = a version of the program.

And saving it in a TR without any new code will just create another version of it having the same code as the previous. That would be useless.

You just need to save and transport the only include in which you made changes, unless the other includes are not already present in the target system.

0 Kudos

HI Raviram,

As Wasim mentioned , Its not required to include all Include programs in TR. In sap each Include programs have it's own instance. So when you save and active particular include it will activate that instance only and program will process that include with new code.

Hope this make some sense.

Regards,

Sagar

dani_mn
Active Contributor
0 Kudos

No problem in including other includes.. but it is not required, and of no use as you will be creating the new version for same code.

Former Member
0 Kudos

Hi Raviram ,

A very basic thing is like if you are making no change in a program(let's say 'include' in ur case) and still adding it to TR and  sending it to another system , it will make no change in the program in that new system(considering that include has already been transported to that system earlier).

So unnecessarily sending that include to another system using a TR makes no sense .

Just add ur include (in which  you have made changes) in the TR and send to another system.

Regards,

Saddam

0 Kudos

Txs Saddam.